COLOR #99B48E

HEX: #99B48E
RGB: (153,180,142)

Color info

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

RGB color model

#99B48E color RGB value is (153,180,142).

  • red value is 153;
  • green value is 180;
  • blue value is 142.
RGB:
(153,180,142)
(60%,71%,56%)

RGB channels and saturation

R 153 of 255 = 60%
G 180 of 255 = 71%
B 142 of 255 = 56%

153
180
142

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

Portions of RGB colors in percentages

R + G + B =
153 + 180 + 142 = 475 (100%)
R 153 of 475 ~ 32.21%
G 180 of 475 ~ 37.89%
B 142 of 475 ~ 29.89%

%32.21
%37.89
%29.89

CMYK color model

#99B48E color CMYK value is (15,0,21,29).

  • cyan value is 15.00%
  • magenta value is 0.00%
  • yellow value is 21.11%
  • key color value is 29.41%
CMYK:
(15,0,21,29)
C15M0Y21K29 
(15%,0%,21%,29%)
(0.15/0.00/0.21/0.29)	

CMYK percentages

%15
%0
%21.11
%29.41

Codes

Color #99B48E in popluar color models

99B48E
RGB153180142
HSL103°20.21%63.14%
HSB/HSV103°21.11%70.59%
CMYK15.00%0.00%21.11%
29.41%

Color #99B48E in popluar number systems.

HEX99B48E
Decimal153180142
Binary100110011011010010001110
Octal231264216

Shades and tints

Shades of #99B48E

#99B48E
(153,180,142)
#8CA482
(140,164,130)
#7F9476
(127,148,118)
#72846A
(114,132,106)
#65745E
(101,116,94)
#586452
(88,100,82)
#4B5446
(75,84,70)
#3E443A
(62,68,58)
#31342E
(49,52,46)
#242422
(36,36,34)
#171416
(23,20,22)
#000000
(0,0,0)

Tints of #99B48E

#99B48E
(153,180,142)
#A2BA98
(162,186,152)
#ABC0A2
(171,192,162)
#B4C6AC
(180,198,172)
#BDCCB6
(189,204,182)
#C6D2C0
(198,210,192)
#CFD8CA
(207,216,202)
#D8DED4
(216,222,212)
#E1E4DE
(225,228,222)
#EAEAE8
(234,234,232)
#F3F0F2
(243,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99B48E; }

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

This text font color is #99B48E.


Background Color

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

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

This div background color is #99B48E.


Border color

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

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

This div border color is #99B48E.


Opacity

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

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

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

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

This text has shadow with #99B48E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99B48E on black background.


Color preview on white background

This text has color #99B48E on white background.



Black color preview on #99B48E background

This text has black color on #99B48E background.


White color preview on #99B48E background

This text has white color on #99B48E background.