COLOR #99B17D

HEX: #99B17D
RGB: (153,177,125)

Color info

#99B17D contains red, green and blue colors in about the same proportion. Web safe color of #99B17D is #999966 (or #996).

RGB color model

#99B17D color RGB value is (153,177,125).

  • red value is 153;
  • green value is 177;
  • blue value is 125.
RGB:
(153,177,125)
(60%,69%,49%)

RGB channels and saturation

R 153 of 255 = 60%
G 177 of 255 = 69%
B 125 of 255 = 49%

153
177
125

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

Portions of RGB colors in percentages

R + G + B =
153 + 177 + 125 = 455 (100%)
R 153 of 455 ~ 33.63%
G 177 of 455 ~ 38.9%
B 125 of 455 ~ 27.47%

%33.63
%38.9
%27.47

CMYK color model

#99B17D color CMYK value is (14,0,29,31).

  • cyan value is 13.56%
  • magenta value is 0.00%
  • yellow value is 29.38%
  • key color value is 30.59%
CMYK:
(14,0,29,31)
C14M0Y29K31 
(14%,0%,29%,31%)
(0.14/0.00/0.29/0.31)	

CMYK percentages

%13.56
%0
%29.38
%30.59

Codes

Color #99B17D in popluar color models

99B17D
RGB153177125
HSL88°25.00%59.22%
HSB/HSV88°29.38%69.41%
CMYK13.56%0.00%29.38%
30.59%

Color #99B17D in popluar number systems.

HEX99B17D
Decimal153177125
Binary10011001101100011111101
Octal231261175

Shades and tints

Shades of #99B17D

#99B17D
(153,177,125)
#8CA172
(140,161,114)
#7F9167
(127,145,103)
#72815C
(114,129,92)
#657151
(101,113,81)
#586146
(88,97,70)
#4B513B
(75,81,59)
#3E4130
(62,65,48)
#313125
(49,49,37)
#24211A
(36,33,26)
#17110F
(23,17,15)
#000000
(0,0,0)

Tints of #99B17D

#99B17D
(153,177,125)
#A2B888
(162,184,136)
#ABBF93
(171,191,147)
#B4C69E
(180,198,158)
#BDCDA9
(189,205,169)
#C6D4B4
(198,212,180)
#CFDBBF
(207,219,191)
#D8E2CA
(216,226,202)
#E1E9D5
(225,233,213)
#EAF0E0
(234,240,224)
#F3F7EB
(243,247,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99B17D; }

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

This text font color is #99B17D.


Background Color

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

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

This div background color is #99B17D.


Border color

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

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

This div border color is #99B17D.


Opacity

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

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

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

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

This text has shadow with #99B17D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99B17D on black background.


Color preview on white background

This text has color #99B17D on white background.



Black color preview on #99B17D background

This text has black color on #99B17D background.


White color preview on #99B17D background

This text has white color on #99B17D background.