COLOR #99B88A

HEX: #99B88A RGB: (153,184,138)

Color info

#99B88A contains red, green and blue colors in about the same proportion. Web safe color of #99B88A is #99CC99 (or #9C9).

RGB color model

#99B88A color RGB value is (153,184,138).

RGB: (153,184,138) (60%, 72%, 54%)

RGB channels and saturation

R 153 of 255 = 60%
G 184 of 255 = 72%
B 138 of 255 = 54%

153
184
138

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

Portions of RGB colors in percentages

R + G + B = 153 + 184 + 138 = 475 (100%)
R 153 of 475 ~ 32.21%
G 184 of 475 ~ 38.74%
B 138 of 475 ~ 29.05'%

%32.21
%38.74
%29.05

CMYK color model

#99B88A color CMYK value is (17,0,25,28).

  • cyan value is 16.85%
  • magenta value is 0.00%
  • yellow value is 25.00%
  • key color value is 27.84%

CMYK: (17,0,25,28)
C17M0Y25K28 (17%, 0%, 25%, 28%)
(0.17 / 0.00 / 0.25 / 0.28)

CMYK percentages

%16.85
%0
%25
%27.84

Codes

Color #99B88A in popluar color models

99 B8 8A
RGB 153 184 138
HSL 100° 24.47% 63.14%
HSB/HSV 100° 25.00% 72.16%
CMYK 16.85% 0.00% 25.00%
27.84%

Color #99B88A in popluar number systems.

HEX 99 B8 8A
Decimal 153 184 138
Binary 10011001 10111000 10001010
Octal 231 270 212

Shades and tints

Shades of #99B88A

#99B88A
(153,184,138)
#8CA87E
(140,168,126)
#7F9872
(127,152,114)
#728866
(114,136,102)
#65785A
(101,120,90)
#58684E
(88,104,78)
#4B5842
(75,88,66)
#3E4836
(62,72,54)
#31382A
(49,56,42)
#24281E
(36,40,30)
#171812
(23,24,18)
#000000
(0,0,0)

Tints of #99B88A

#99B88A
(153,184,138)
#A2BE94
(162,190,148)
#ABC49E
(171,196,158)
#B4CAA8
(180,202,168)
#BDD0B2
(189,208,178)
#C6D6BC
(198,214,188)
#CFDCC6
(207,220,198)
#D8E2D0
(216,226,208)
#E1E8DA
(225,232,218)
#EAEEE4
(234,238,228)
#F3F4EE
(243,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99B88A color. Also use rgb(153,184,138) instead hex code.

Text Font Color

.myTextColor { color: #99B88A; }

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

This text font color is #99B88A.

Background Color

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

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

This div background color is #99B88A.

Border color

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

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

This div border color is #99B88A.

Opacity

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

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

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

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

This text has shadow with #99B88A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #99B88A.

Preview

Color preview on black background

This text has color #99B88A on black background.


Color preview on white background

This text has color #99B88A on white background.


Black color preview on #99B88A background

This text has black color on #99B88A background.


White color preview on #99B88A background

This text has white color on #99B88A background.


Related colors

Complementary color

Complementary color for #hex is #664775.


I love getcolorcode.com

Triadic colors

1 #8A99B8 and #B88A99 with #99B88A are triadic colors.

2 #8AB899 and #B8998A with #99B88A are triadic colors.