COLOR #99B49F

HEX: #99B49F
RGB: (153,180,159)

Color info

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

RGB color model

#99B49F color RGB value is (153,180,159).

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

RGB channels and saturation

R 153 of 255 = 60%
G 180 of 255 = 71%
B 159 of 255 = 62%

153
180
159

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

Portions of RGB colors in percentages

R + G + B =
153 + 180 + 159 = 492 (100%)
R 153 of 492 ~ 31.1%
G 180 of 492 ~ 36.59%
B 159 of 492 ~ 32.32%

%31.1
%36.59
%32.32

CMYK color model

#99B49F color CMYK value is (15,0,12,29).

  • cyan value is 15.00%
  • magenta value is 0.00%
  • yellow value is 11.67%
  • key color value is 29.41%
CMYK:
(15,0,12,29)
C15M0Y12K29 
(15%,0%,12%,29%)
(0.15/0.00/0.12/0.29)	

CMYK percentages

%15
%0
%11.67
%29.41

Codes

Color #99B49F in popluar color models

99B49F
RGB153180159
HSL133°15.25%65.29%
HSB/HSV133°15.00%70.59%
CMYK15.00%0.00%11.67%
29.41%

Color #99B49F in popluar number systems.

HEX99B49F
Decimal153180159
Binary100110011011010010011111
Octal231264237

Shades and tints

Shades of #99B49F

#99B49F
(153,180,159)
#8CA491
(140,164,145)
#7F9483
(127,148,131)
#728475
(114,132,117)
#657467
(101,116,103)
#586459
(88,100,89)
#4B544B
(75,84,75)
#3E443D
(62,68,61)
#31342F
(49,52,47)
#242421
(36,36,33)
#171413
(23,20,19)
#000000
(0,0,0)

Tints of #99B49F

#99B49F
(153,180,159)
#A2BAA7
(162,186,167)
#ABC0AF
(171,192,175)
#B4C6B7
(180,198,183)
#BDCCBF
(189,204,191)
#C6D2C7
(198,210,199)
#CFD8CF
(207,216,207)
#D8DED7
(216,222,215)
#E1E4DF
(225,228,223)
#EAEAE7
(234,234,231)
#F3F0EF
(243,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99B49F; }

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

This text font color is #99B49F.


Background Color

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

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

This div background color is #99B49F.


Border color

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

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

This div border color is #99B49F.


Opacity

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

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

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

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

This text has shadow with #99B49F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99B49F on black background.


Color preview on white background

This text has color #99B49F on white background.



Black color preview on #99B49F background

This text has black color on #99B49F background.


White color preview on #99B49F background

This text has white color on #99B49F background.