COLOR #99B99E

HEX: #99B99E
RGB: (153,185,158)

Color info

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

RGB color model

#99B99E color RGB value is (153,185,158).

  • red value is 153;
  • green value is 185;
  • blue value is 158.
RGB:
(153,185,158)
(60%,73%,62%)

RGB channels and saturation

R 153 of 255 = 60%
G 185 of 255 = 73%
B 158 of 255 = 62%

153
185
158

R + G + B ~ 65%. #99B99E is quite light color.

Portions of RGB colors in percentages

R + G + B =
153 + 185 + 158 = 496 (100%)
R 153 of 496 ~ 30.85%
G 185 of 496 ~ 37.3%
B 158 of 496 ~ 31.85%

%30.85
%37.3
%31.85

CMYK color model

#99B99E color CMYK value is (17,0,15,27).

  • cyan value is 17.30%
  • magenta value is 0.00%
  • yellow value is 14.59%
  • key color value is 27.45%
CMYK:
(17,0,15,27)
C17M0Y15K27 
(17%,0%,15%,27%)
(0.17/0.00/0.15/0.27)	

CMYK percentages

%17.3
%0
%14.59
%27.45

Codes

Color #99B99E in popluar color models

99B99E
RGB153185158
HSL129°18.60%66.27%
HSB/HSV129°17.30%72.55%
CMYK17.30%0.00%14.59%
27.45%

Color #99B99E in popluar number systems.

HEX99B99E
Decimal153185158
Binary100110011011100110011110
Octal231271236

Shades and tints

Shades of #99B99E

#99B99E
(153,185,158)
#8CA990
(140,169,144)
#7F9982
(127,153,130)
#728974
(114,137,116)
#657966
(101,121,102)
#586958
(88,105,88)
#4B594A
(75,89,74)
#3E493C
(62,73,60)
#31392E
(49,57,46)
#242920
(36,41,32)
#171912
(23,25,18)
#000000
(0,0,0)

Tints of #99B99E

#99B99E
(153,185,158)
#A2BFA6
(162,191,166)
#ABC5AE
(171,197,174)
#B4CBB6
(180,203,182)
#BDD1BE
(189,209,190)
#C6D7C6
(198,215,198)
#CFDDCE
(207,221,206)
#D8E3D6
(216,227,214)
#E1E9DE
(225,233,222)
#EAEFE6
(234,239,230)
#F3F5EE
(243,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99B99E color. Also use rgb(153,185,158) instead hex code.

Text Font Color

.myTextColor { color: #99B99E; }

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

This text font color is #99B99E.


Background Color

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

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

This div background color is #99B99E.


Border color

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

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

This div border color is #99B99E.


Opacity

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

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

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

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

This text has shadow with #99B99E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99B99E on black background.


Color preview on white background

This text has color #99B99E on white background.



Black color preview on #99B99E background

This text has black color on #99B99E background.


White color preview on #99B99E background

This text has white color on #99B99E background.