COLOR #99A896

HEX: #99A896 RGB: (153,168,150)

Color info

#99A896 contains red, green and blue colors in about the same proportion. Web safe color of #99A896 is #999999 (or #999).

RGB color model

#99A896 color RGB value is (153,168,150).

RGB: (153,168,150) (60%, 66%, 59%)

RGB channels and saturation

R 153 of 255 = 60%
G 168 of 255 = 66%
B 150 of 255 = 59%

153
168
150

R + G + B ~ 62%. #99A896 is quite light color.

Portions of RGB colors in percentages

R + G + B = 153 + 168 + 150 = 471 (100%)
R 153 of 471 ~ 32.48%
G 168 of 471 ~ 35.67%
B 150 of 471 ~ 31.85'%

%32.48
%35.67
%31.85

CMYK color model

#99A896 color CMYK value is (9,0,11,34).

  • cyan value is 8.93%
  • magenta value is 0.00%
  • yellow value is 10.71%
  • key color value is 34.12%

CMYK: (9,0,11,34)
C9M0Y11K34 (9%, 0%, 11%, 34%)
(0.09 / 0.00 / 0.11 / 0.34)

CMYK percentages

%8.93
%0
%10.71
%34.12

Codes

Color #99A896 in popluar color models

99 A8 96
RGB 153 168 150
HSL 110° 9.38% 62.35%
HSB/HSV 110° 10.71% 65.88%
CMYK 8.93% 0.00% 10.71%
34.12%

Color #99A896 in popluar number systems.

HEX 99 A8 96
Decimal 153 168 150
Binary 10011001 10101000 10010110
Octal 231 250 226

Shades and tints

Shades of #99A896

#99A896
(153,168,150)
#8C9989
(140,153,137)
#7F8A7C
(127,138,124)
#727B6F
(114,123,111)
#656C62
(101,108,98)
#585D55
(88,93,85)
#4B4E48
(75,78,72)
#3E3F3B
(62,63,59)
#31302E
(49,48,46)
#242121
(36,33,33)
#171214
(23,18,20)
#000000
(0,0,0)

Tints of #99A896

#99A896
(153,168,150)
#A2AF9F
(162,175,159)
#ABB6A8
(171,182,168)
#B4BDB1
(180,189,177)
#BDC4BA
(189,196,186)
#C6CBC3
(198,203,195)
#CFD2CC
(207,210,204)
#D8D9D5
(216,217,213)
#E1E0DE
(225,224,222)
#EAE7E7
(234,231,231)
#F3EEF0
(243,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99A896 color. Also use rgb(153,168,150) instead hex code.

Text Font Color

.myTextColor { color: #99A896; }

<p style="color:#99A896">This sample text font color is #99A896.</p>

This text font color is #99A896.

Background Color

.myBgColor { background-color: #99A896; }

<div style="background-color:#99A896">Inner text</div>

This div background color is #99A896.

Border color

.myBorderColor { border: 1px solid #99A896; }

<div style="border:3px solid #99A896">Div</div>

This div border color is #99A896.

Opacity

.myOpacity80 { color: #99A896; opacity: 0.8; }

<p style="color:#99A896;opacity:0.8;">80%</p>

Text with #99A896 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #99A896;}

<p style="text-shadow: 3px 3px 1px #99A896">Text here.</p>

This text has shadow with #99A896 color.


.textShadow {text-shadow: 3px 3px 1px #99A896', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #99A896, 5px 5px 20px red">Text here.</p>

This text has shadow with #99A896 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#99A896, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#99A896, Direction=45, Strength=4)">Text</p>

This text has shadow with #99A896 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #99A896;
-webkit-box-shadow: 1px 1px 3px 2px #99A896;
box-shadow: 1px 1px 3px 2px #99A896;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #99A896; -webkit-box-shadow: 1px 1px 3px 2px #99A896; box-shadow:1px 1px 3px 2px #99A896;">
Div content here
</div>

This div box has shadow with color #99A896.

Preview

Color preview on black background

This text has color #99A896 on black background.


Color preview on white background

This text has color #99A896 on white background.


Black color preview on #99A896 background

This text has black color on #99A896 background.


White color preview on #99A896 background

This text has white color on #99A896 background.


Related colors

Complementary color

Complementary color for #hex is #665769.


I love getcolorcode.com

Triadic colors

1 #9699A8 and #A89699 with #99A896 are triadic colors.

2 #96A899 and #A89996 with #99A896 are triadic colors.