COLOR #99A88C

HEX: #99A88C
RGB: (153,168,140)

Color info

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

RGB color model

#99A88C color RGB value is (153,168,140).

  • red value is 153;
  • green value is 168;
  • blue value is 140.
RGB:
(153,168,140)
(60%,66%,55%)

RGB channels and saturation

R 153 of 255 = 60%
G 168 of 255 = 66%
B 140 of 255 = 55%

153
168
140

R + G + B ~ 60%. #99A88C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
153 + 168 + 140 = 461 (100%)
R 153 of 461 ~ 33.19%
G 168 of 461 ~ 36.44%
B 140 of 461 ~ 30.37%

%33.19
%36.44
%30.37

CMYK color model

#99A88C color CMYK value is (9,0,17,34).

  • cyan value is 8.93%
  • magenta value is 0.00%
  • yellow value is 16.67%
  • key color value is 34.12%
CMYK:
(9,0,17,34)
C9M0Y17K34 
(9%,0%,17%,34%)
(0.09/0.00/0.17/0.34)	

CMYK percentages

%8.93
%0
%16.67
%34.12

Codes

Color #99A88C in popluar color models

99A88C
RGB153168140
HSL92°13.86%60.39%
HSB/HSV92°16.67%65.88%
CMYK8.93%0.00%16.67%
34.12%

Color #99A88C in popluar number systems.

HEX99A88C
Decimal153168140
Binary100110011010100010001100
Octal231250214

Shades and tints

Shades of #99A88C

#99A88C
(153,168,140)
#8C9980
(140,153,128)
#7F8A74
(127,138,116)
#727B68
(114,123,104)
#656C5C
(101,108,92)
#585D50
(88,93,80)
#4B4E44
(75,78,68)
#3E3F38
(62,63,56)
#31302C
(49,48,44)
#242120
(36,33,32)
#171214
(23,18,20)
#000000
(0,0,0)

Tints of #99A88C

#99A88C
(153,168,140)
#A2AF96
(162,175,150)
#ABB6A0
(171,182,160)
#B4BDAA
(180,189,170)
#BDC4B4
(189,196,180)
#C6CBBE
(198,203,190)
#CFD2C8
(207,210,200)
#D8D9D2
(216,217,210)
#E1E0DC
(225,224,220)
#EAE7E6
(234,231,230)
#F3EEF0
(243,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99A88C; }

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

This text font color is #99A88C.


Background Color

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

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

This div background color is #99A88C.


Border color

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

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

This div border color is #99A88C.


Opacity

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

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

Text with #99A88C 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 #99A88C;}

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

This text has shadow with #99A88C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99A88C on black background.


Color preview on white background

This text has color #99A88C on white background.



Black color preview on #99A88C background

This text has black color on #99A88C background.


White color preview on #99A88C background

This text has white color on #99A88C background.