COLOR #99B09D

HEX: #99B09D
RGB: (153,176,157)

Color info

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

RGB color model

#99B09D color RGB value is (153,176,157).

  • red value is 153;
  • green value is 176;
  • blue value is 157.
RGB:
(153,176,157)
(60%,69%,62%)

RGB channels and saturation

R 153 of 255 = 60%
G 176 of 255 = 69%
B 157 of 255 = 62%

153
176
157

R + G + B ~ 64%. #99B09D is quite light color.

Portions of RGB colors in percentages

R + G + B =
153 + 176 + 157 = 486 (100%)
R 153 of 486 ~ 31.48%
G 176 of 486 ~ 36.21%
B 157 of 486 ~ 32.3%

%31.48
%36.21
%32.3

CMYK color model

#99B09D color CMYK value is (13,0,11,31).

  • cyan value is 13.07%
  • magenta value is 0.00%
  • yellow value is 10.80%
  • key color value is 30.98%
CMYK:
(13,0,11,31)
C13M0Y11K31 
(13%,0%,11%,31%)
(0.13/0.00/0.11/0.31)	

CMYK percentages

%13.07
%0
%10.8
%30.98

Codes

Color #99B09D in popluar color models

99B09D
RGB153176157
HSL130°12.71%64.51%
HSB/HSV130°13.07%69.02%
CMYK13.07%0.00%10.80%
30.98%

Color #99B09D in popluar number systems.

HEX99B09D
Decimal153176157
Binary100110011011000010011101
Octal231260235

Shades and tints

Shades of #99B09D

#99B09D
(153,176,157)
#8CA08F
(140,160,143)
#7F9081
(127,144,129)
#728073
(114,128,115)
#657065
(101,112,101)
#586057
(88,96,87)
#4B5049
(75,80,73)
#3E403B
(62,64,59)
#31302D
(49,48,45)
#24201F
(36,32,31)
#171011
(23,16,17)
#000000
(0,0,0)

Tints of #99B09D

#99B09D
(153,176,157)
#A2B7A5
(162,183,165)
#ABBEAD
(171,190,173)
#B4C5B5
(180,197,181)
#BDCCBD
(189,204,189)
#C6D3C5
(198,211,197)
#CFDACD
(207,218,205)
#D8E1D5
(216,225,213)
#E1E8DD
(225,232,221)
#EAEFE5
(234,239,229)
#F3F6ED
(243,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99B09D color. Also use rgb(153,176,157) instead hex code.

Text Font Color

.myTextColor { color: #99B09D; }

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

This text font color is #99B09D.


Background Color

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

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

This div background color is #99B09D.


Border color

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

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

This div border color is #99B09D.


Opacity

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

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

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

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

This text has shadow with #99B09D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99B09D on black background.


Color preview on white background

This text has color #99B09D on white background.



Black color preview on #99B09D background

This text has black color on #99B09D background.


White color preview on #99B09D background

This text has white color on #99B09D background.