COLOR #99B39E

HEX: #99B39E
RGB: (153,179,158)

Color info

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

RGB color model

#99B39E color RGB value is (153,179,158).

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

RGB channels and saturation

R 153 of 255 = 60%
G 179 of 255 = 70%
B 158 of 255 = 62%

153
179
158

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

Portions of RGB colors in percentages

R + G + B =
153 + 179 + 158 = 490 (100%)
R 153 of 490 ~ 31.22%
G 179 of 490 ~ 36.53%
B 158 of 490 ~ 32.24%

%31.22
%36.53
%32.24

CMYK color model

#99B39E color CMYK value is (15,0,12,30).

  • cyan value is 14.53%
  • magenta value is 0.00%
  • yellow value is 11.73%
  • key color value is 29.80%
CMYK:
(15,0,12,30)
C15M0Y12K30 
(15%,0%,12%,30%)
(0.15/0.00/0.12/0.30)	

CMYK percentages

%14.53
%0
%11.73
%29.8

Codes

Color #99B39E in popluar color models

99B39E
RGB153179158
HSL132°14.61%65.10%
HSB/HSV132°14.53%70.20%
CMYK14.53%0.00%11.73%
29.80%

Color #99B39E in popluar number systems.

HEX99B39E
Decimal153179158
Binary100110011011001110011110
Octal231263236

Shades and tints

Shades of #99B39E

#99B39E
(153,179,158)
#8CA390
(140,163,144)
#7F9382
(127,147,130)
#728374
(114,131,116)
#657366
(101,115,102)
#586358
(88,99,88)
#4B534A
(75,83,74)
#3E433C
(62,67,60)
#31332E
(49,51,46)
#242320
(36,35,32)
#171312
(23,19,18)
#000000
(0,0,0)

Tints of #99B39E

#99B39E
(153,179,158)
#A2B9A6
(162,185,166)
#ABBFAE
(171,191,174)
#B4C5B6
(180,197,182)
#BDCBBE
(189,203,190)
#C6D1C6
(198,209,198)
#CFD7CE
(207,215,206)
#D8DDD6
(216,221,214)
#E1E3DE
(225,227,222)
#EAE9E6
(234,233,230)
#F3EFEE
(243,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99B39E; }

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

This text font color is #99B39E.


Background Color

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

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

This div background color is #99B39E.


Border color

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

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

This div border color is #99B39E.


Opacity

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

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

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

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

This text has shadow with #99B39E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99B39E on black background.


Color preview on white background

This text has color #99B39E on white background.



Black color preview on #99B39E background

This text has black color on #99B39E background.


White color preview on #99B39E background

This text has white color on #99B39E background.