COLOR #99B87D

HEX: #99B87D RGB: (153,184,125)

Color info

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

RGB color model

#99B87D color RGB value is (153,184,125).

RGB: (153,184,125) (60%, 72%, 49%)

RGB channels and saturation

R 153 of 255 = 60%
G 184 of 255 = 72%
B 125 of 255 = 49%

153
184
125

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

Portions of RGB colors in percentages

R + G + B = 153 + 184 + 125 = 462 (100%)
R 153 of 462 ~ 33.12%
G 184 of 462 ~ 39.83%
B 125 of 462 ~ 27.06'%

%33.12
%39.83
%27.06

CMYK color model

#99B87D color CMYK value is (17,0,32,28).

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

CMYK: (17,0,32,28)
C17M0Y32K28 (17%, 0%, 32%, 28%)
(0.17 / 0.00 / 0.32 / 0.28)

CMYK percentages

%16.85
%0
%32.07
%27.84

Codes

Color #99B87D in popluar color models

99 B8 7D
RGB 153 184 125
HSL 92° 29.35% 60.59%
HSB/HSV 92° 32.07% 72.16%
CMYK 16.85% 0.00% 32.07%
27.84%

Color #99B87D in popluar number systems.

HEX 99 B8 7D
Decimal 153 184 125
Binary 10011001 10111000 1111101
Octal 231 270 175

Shades and tints

Shades of #99B87D

#99B87D
(153,184,125)
#8CA872
(140,168,114)
#7F9867
(127,152,103)
#72885C
(114,136,92)
#657851
(101,120,81)
#586846
(88,104,70)
#4B583B
(75,88,59)
#3E4830
(62,72,48)
#313825
(49,56,37)
#24281A
(36,40,26)
#17180F
(23,24,15)
#000000
(0,0,0)

Tints of #99B87D

#99B87D
(153,184,125)
#A2BE88
(162,190,136)
#ABC493
(171,196,147)
#B4CA9E
(180,202,158)
#BDD0A9
(189,208,169)
#C6D6B4
(198,214,180)
#CFDCBF
(207,220,191)
#D8E2CA
(216,226,202)
#E1E8D5
(225,232,213)
#EAEEE0
(234,238,224)
#F3F4EB
(243,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99B87D; }

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

This text font color is #99B87D.

Background Color

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

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

This div background color is #99B87D.

Border color

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

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

This div border color is #99B87D.

Opacity

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

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

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

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

This text has shadow with #99B87D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #99B87D.

Preview

Color preview on black background

This text has color #99B87D on black background.


Color preview on white background

This text has color #99B87D on white background.


Black color preview on #99B87D background

This text has black color on #99B87D background.


White color preview on #99B87D background

This text has white color on #99B87D background.


Related colors

Complementary color

Complementary color for #hex is #664782.


I love getcolorcode.com

Triadic colors

1 #7D99B8 and #B87D99 with #99B87D are triadic colors.

2 #7DB899 and #B8997D with #99B87D are triadic colors.