crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

#99aaad hex color - Grey - Cool color - Information

#99aaad hex color - Grey - Cool color

Color Hue/Base color: Grey

Hex #99aaad Color code in RGB color code model is created after adding 60% red color, 66.67% green color and 67.84% blue color. Hex #99aaad Color code in CMYK color (process color) code model is generated after subtraction of 12% cyan, 2% magenta, 0% yellow and 32% black.

Hex #99aaad color code is between #8899aa web safe hex color code and #aabbbb web safe hex color code. #8899aa is the nearest web safe color code. You can see here many more shades of #99aaad color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code99aaad#99aaad
RGB Decimal153, 170, 173rgb(153, 170, 173)
RGB Percent60%, 67%, 68%rgb(60%, 67%, 68%)
CSS RGBa153, 170, 173,1rgba(153,170,173,1)
CMYK Modelcmyk(12%,2%,0%,32%)
HSL Color Space189,11% ,64%hsl(189,11% ,64%)
HSV Color Space189°, 12%, 68%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary100110011010101010101101
Octal231252255
Decimal153170173
Hex99aaad

Different shades of #99aaad color code.

Different color shades are produced by adding adding white or black (respectively). Generate more color shades with shades generator.

Light Shade of #99aaad
#b5c2c4
Dark Shade of #99aaad
#7d9296
Saturated Shade of #99aaad
#90b0b6
Desaturated Shade of #99aaad
#a2a4a4
Grey scale Shade of #99aaad
#a3a3a3
Brighten Shade
#b2c3c6
Most Readable Shade
#000000

Shades of #99aaad color code

Generate more color scales with scales (color stack) generator.

#99aaad
#889799
#778486
#667173
#555e60
#444b4c
#333839
#222526
#111213
#000000

Similar Color like #99aaad color

Find visually similar hex color codes nearing to #99aaad hex color. Similar colors can help you tweak and adjust for your project until it’s just right.

#9aabae
#9bacaf
#9cadb0
#9daeb1
#9eafb2
#9fb0b3
#a0b1b4
#a1b2b5
#a2b3b6
#a3b4b7
#a4b5b8
#a5b6b9
#a6b7ba
#a7b8bb
#98a9ac
#97a8ab
#96a7aa
#95a6a9
#94a5a8
#93a4a7
#92a3a6
#91a2a5
#90a1a4
#8fa0a3
#8e9fa2
#8d9ea1
#8c9da0
#8b9c9f

Monochromatic Color with #99aaad

#99aaad
#bfd4d7
#030303
#282d2d
#4e5658
#738082

Tints of #99aaad Color

#99aaad
#a4b3b6
#afbcbf
#bbc6c8
#c6cfd1
#d1d9da
#dde2e3
#e8ecec
#f3f5f5
#ffffff

Color Schemes

A good color harmony is perfect looking color combinations or colors that look good together. Everyone from designers to developers are looking for colors that go well together. Color schemes above are different relative position on color spectrum. Using them together will create aesthetic looks.

Complimentary

#99aaad
#ad9c99

Complimentary Colors are colors on opposite sides of the color wheel that goes well together.

Split Complementary

#99aaad
#ad99a0
#ada699

Split Complimentary Colors are two secondary colors with one color as the main color. Secondary colors be used for accents and highlights.

Analogous Color

#99ada8
#99adac
#99aaad
#99a6ad
#99a2ad

Analogous colors are a slight variation in one color or related colors or neighboring colors on either side of color wheel . Example like Red, Orange and Yellow with red as central color. An analogous color scheme creates a rich, monochromatic look. Analogous scheme lacks contrast and is not as vibrant as complementary schemes.

Triadic Color

#99aaad
#ad99aa
#aaad99

The primary colors are Red, Green Blue. They are an example of a triadic color scheme. Put a triangle on color wheel and find all three triadic colors. Triadic color schemes are vibrant with high color contrast with color harmony.

Tetrad/Square Color

#99aaad
#a699ad
#ad9c99
#a0ad99

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Double Complementary Color

#99aaad
#ad9c99
#ada699
#99a0ad

Double Complementary is Four color (a mix of primar and secondary colors) scheme with two colors (hues) are next to each other on the color wheel are paired with two adjacent colors (hues) on the opposite side. For examle Red (Primary) and Orange (Secondary) with adjacent to Blue (Primary) and Green (Secondary).

Hex #99aaad Color Code use in CSS Color, CSS Font/Text Color, CSS Background Color, CSS Border Color, CSS placeholder color, CSS rgba, Box Shadow Color, Text Shadow color.

#99aaad Color Code Preview on Black Background Color

This is how #99aaad Color will look on black background color. Color contrast ratio is 8.71

#99aaad in use for CSS Font/Text Color

HTML with inline CSS

<p style="color:#99aaad">Your Example Paragraph content text in with font color #99aaad </p>

Your Example Paragraph content text in with font color #99aaad

HTML with inline CSS

<div style="color:#99aaad">Your Paragraph text in with font color #99aaad </div>

Your Example Paragraph content text in with font color #99aaad

#99aaad color code is use for CSS Background Color

Background color for the above div is #99aaad

HTML with inline CSS

<div style="background-color:#99aaad;"></div>

#99aaad color code is use for CSS Border Color

CSS Border color for the above div is #99aaad

HTML with inline CSS

<div style="border:5px solid #99aaad;"></div>

CSS Border Left color for the above div is #99aaad

HTML with inline CSS

<div style="border-left:5px solid #99aaad;"></div>

CSS Border Right color for the above div is #99aaad

HTML with inline CSS

<div style="border-right:5px solid #99aaad;"></div>

CSS Border Bottom color for the above div is #99aaad

HTML with inline CSS

<div style="border-bottom:5px solid #99aaad;"></div>

CSS Border Top color for the above div is #99aaad

HTML with inline CSS

<div style="border-top:5px solid #99aaad;"></div>

#99aaad hex Color code used as CSS color Codes

Example CSS Class for usage

.examplebgclass {background-color:#99aaad; } .examplecolorclass {color:#99aaad; } .examplebordercolor {border:3px solid #99aaad; }

#99aaad Color code Preview on White Background

This is how #99aaad Color code will look on white background color. Color contrast ratio is 2.41

Different text-shadow examples and usage

coming soon...

CSS3 text-shadow and box-shadow Usage

Example CSS Class for usage

.exampleTextShadowClass { text-shadow: 4px 4px 2px #99aaad; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #99aaad; }

Related Gradients

Beautiful Colored Gradient Background. Find awesome Gradient for your next project.

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.