crispedge.com

Color picker

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

#99aaa9 hex color - Green - Cool color - Information

#99aaa9 hex color - Green - Cool color

Color Hue/Base color: Green

Hex #99aaa9 Color code in RGB color code model is created after adding 60% red color, 66.67% green color and 66.27% blue color. Hex #99aaa9 Color code in CMYK color (process color) code model is generated after subtraction of 10% cyan, 0% magenta, 1% yellow and 33% black.

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

0 Likes 0 Comments | 21 Views

Color Table

Hex Color Code99aaa9#99aaa9
RGB Decimal153, 170, 169rgb(153, 170, 169)
RGB Percent60%, 67%, 66%rgb(60%, 67%, 66%)
CSS RGBa153, 170, 169,1rgba(153,170,169,1)
CMYK Modelcmyk(10%,0%,1%,33%)
HSL Color Space176,9% ,63%hsl(176,9% ,63%)
HSV Color Space176°, 10%, 67%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary100110011010101010101001
Octal231252251
Decimal153170169
Hex99aaa9

Different shades of #99aaa9 color code.

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

Light Shade of #99aaa9
#b5c1c0
Dark Shade of #99aaa9
#7d9392
Saturated Shade of #99aaa9
#90b3b1
Desaturated Shade of #99aaa9
#a1a1a1
Grey scale Shade of #99aaa9
#a1a1a1
Brighten Shade
#b2c3c2
Most Readable Shade
#000000

Shades of #99aaa9 color code

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

#99aaa9
#889796
#778483
#667170
#555e5d
#444b4b
#333838
#222525
#111212
#000000

Similar Color like #99aaa9 color

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

#9aabaa
#9bacab
#9cadac
#9daead
#9eafae
#9fb0af
#a0b1b0
#a1b2b1
#a2b3b2
#a3b4b3
#a4b5b4
#a5b6b5
#a6b7b6
#a7b8b7
#98a9a8
#97a8a7
#96a7a6
#95a6a5
#94a5a4
#93a4a3
#92a3a2
#91a2a1
#90a1a0
#8fa09f
#8e9f9e
#8d9e9d
#8c9d9c
#8b9c9b

Monochromatic Color with #99aaa9

#99aaa9
#bfd4d3
#e6fffd
#262a2a
#4d5554
#737f7f

Tints of #99aaa9 Color

#99aaa9
#a4b3b2
#afbcbc
#bbc6c5
#c6cfcf
#d1d9d8
#dde2e2
#e8eceb
#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

#99aaa9
#aa999a

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

Split Complementary

#99aaa9
#aa99a2
#aaa199

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

Analogous Color

#99aaa2
#99aaa6
#99aaa9
#99a8aa
#99a4aa

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

#99aaa9
#a999aa
#aaa999

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

#99aaa9
#a099aa
#aa999a
#a2aa99

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

#99aaa9
#aa999a
#aaa199
#99a2aa

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 #99aaa9 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.

#99aaa9 Color Code Preview on Black Background Color

This is how #99aaa9 Color will look on black background color. Color contrast ratio is 8.68

#99aaa9 in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#99aaa9 color code is use for CSS Background Color

Background color for the above div is #99aaa9

HTML with inline CSS

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

#99aaa9 color code is use for CSS Border Color

CSS Border color for the above div is #99aaa9

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#99aaa9 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#99aaa9 Color code Preview on White Background

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

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 #99aaa9; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #99aaa9; }

Related Gradients

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

0 Likes 0 Comments | 21 Views

Post your comment:-

By submitting comment you agree to our privacy policy.