COLOR #99B09F

HEX: #99B09F
RGB: (153,176,159)

Color info

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

RGB color model

#99B09F color RGB value is (153,176,159).

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

RGB channels and saturation

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

153
176
159

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

Portions of RGB colors in percentages

R + G + B =
153 + 176 + 159 = 488 (100%)
R 153 of 488 ~ 31.35%
G 176 of 488 ~ 36.07%
B 159 of 488 ~ 32.58%

%31.35
%36.07
%32.58

CMYK color model

#99B09F color CMYK value is (13,0,10,31).

  • cyan value is 13.07%
  • magenta value is 0.00%
  • yellow value is 9.66%
  • key color value is 30.98%
CMYK:
(13,0,10,31)
C13M0Y10K31 
(13%,0%,10%,31%)
(0.13/0.00/0.10/0.31)	

CMYK percentages

%13.07
%0
%9.66
%30.98

Codes

Color #99B09F in popluar color models

99B09F
RGB153176159
HSL136°12.71%64.51%
HSB/HSV136°13.07%69.02%
CMYK13.07%0.00%9.66%
30.98%

Color #99B09F in popluar number systems.

HEX99B09F
Decimal153176159
Binary100110011011000010011111
Octal231260237

Shades and tints

Shades of #99B09F

#99B09F
(153,176,159)
#8CA091
(140,160,145)
#7F9083
(127,144,131)
#728075
(114,128,117)
#657067
(101,112,103)
#586059
(88,96,89)
#4B504B
(75,80,75)
#3E403D
(62,64,61)
#31302F
(49,48,47)
#242021
(36,32,33)
#171013
(23,16,19)
#000000
(0,0,0)

Tints of #99B09F

#99B09F
(153,176,159)
#A2B7A7
(162,183,167)
#ABBEAF
(171,190,175)
#B4C5B7
(180,197,183)
#BDCCBF
(189,204,191)
#C6D3C7
(198,211,199)
#CFDACF
(207,218,207)
#D8E1D7
(216,225,215)
#E1E8DF
(225,232,223)
#EAEFE7
(234,239,231)
#F3F6EF
(243,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99B09F; }

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

This text font color is #99B09F.


Background Color

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

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

This div background color is #99B09F.


Border color

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

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

This div border color is #99B09F.


Opacity

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

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

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

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

This text has shadow with #99B09F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99B09F on black background.


Color preview on white background

This text has color #99B09F on white background.



Black color preview on #99B09F background

This text has black color on #99B09F background.


White color preview on #99B09F background

This text has white color on #99B09F background.