COLOR #99B18E

HEX: #99B18E RGB: (153,177,142)

Color info

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

RGB color model

#99B18E color RGB value is (153,177,142).

RGB: (153,177,142) (60%, 69%, 56%)

RGB channels and saturation

R 153 of 255 = 60%
G 177 of 255 = 69%
B 142 of 255 = 56%

153
177
142

R + G + B ~ 62%. #99B18E is quite light color.

Portions of RGB colors in percentages

R + G + B = 153 + 177 + 142 = 472 (100%)
R 153 of 472 ~ 32.42%
G 177 of 472 ~ 37.5%
B 142 of 472 ~ 30.08'%

%32.42
%37.5
%30.08

CMYK color model

#99B18E color CMYK value is (14,0,20,31).

  • cyan value is 13.56%
  • magenta value is 0.00%
  • yellow value is 19.77%
  • key color value is 30.59%

CMYK: (14,0,20,31)
C14M0Y20K31 (14%, 0%, 20%, 31%)
(0.14 / 0.00 / 0.20 / 0.31)

CMYK percentages

%13.56
%0
%19.77
%30.59

Codes

Color #99B18E in popluar color models

99 B1 8E
RGB 153 177 142
HSL 101° 18.32% 62.55%
HSB/HSV 101° 19.77% 69.41%
CMYK 13.56% 0.00% 19.77%
30.59%

Color #99B18E in popluar number systems.

HEX 99 B1 8E
Decimal 153 177 142
Binary 10011001 10110001 10001110
Octal 231 261 216

Shades and tints

Shades of #99B18E

#99B18E
(153,177,142)
#8CA182
(140,161,130)
#7F9176
(127,145,118)
#72816A
(114,129,106)
#65715E
(101,113,94)
#586152
(88,97,82)
#4B5146
(75,81,70)
#3E413A
(62,65,58)
#31312E
(49,49,46)
#242122
(36,33,34)
#171116
(23,17,22)
#000000
(0,0,0)

Tints of #99B18E

#99B18E
(153,177,142)
#A2B898
(162,184,152)
#ABBFA2
(171,191,162)
#B4C6AC
(180,198,172)
#BDCDB6
(189,205,182)
#C6D4C0
(198,212,192)
#CFDBCA
(207,219,202)
#D8E2D4
(216,226,212)
#E1E9DE
(225,233,222)
#EAF0E8
(234,240,232)
#F3F7F2
(243,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99B18E; }

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

This text font color is #99B18E.

Background Color

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

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

This div background color is #99B18E.

Border color

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

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

This div border color is #99B18E.

Opacity

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

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

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

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

This text has shadow with #99B18E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #99B18E.

Preview

Color preview on black background

This text has color #99B18E on black background.


Color preview on white background

This text has color #99B18E on white background.


Black color preview on #99B18E background

This text has black color on #99B18E background.


White color preview on #99B18E background

This text has white color on #99B18E background.


Related colors

Complementary color

Complementary color for #hex is #664E71.


I love getcolorcode.com

Triadic colors

1 #8E99B1 and #B18E99 with #99B18E are triadic colors.

2 #8EB199 and #B1998E with #99B18E are triadic colors.