COLOR #99B49C

HEX: #99B49C
RGB: (153,180,156)

Color info

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

RGB color model

#99B49C color RGB value is (153,180,156).

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

RGB channels and saturation

R 153 of 255 = 60%
G 180 of 255 = 71%
B 156 of 255 = 61%

153
180
156

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

Portions of RGB colors in percentages

R + G + B =
153 + 180 + 156 = 489 (100%)
R 153 of 489 ~ 31.29%
G 180 of 489 ~ 36.81%
B 156 of 489 ~ 31.9%

%31.29
%36.81
%31.9

CMYK color model

#99B49C color CMYK value is (15,0,13,29).

  • cyan value is 15.00%
  • magenta value is 0.00%
  • yellow value is 13.33%
  • key color value is 29.41%
CMYK:
(15,0,13,29)
C15M0Y13K29 
(15%,0%,13%,29%)
(0.15/0.00/0.13/0.29)	

CMYK percentages

%15
%0
%13.33
%29.41

Codes

Color #99B49C in popluar color models

99B49C
RGB153180156
HSL127°15.25%65.29%
HSB/HSV127°15.00%70.59%
CMYK15.00%0.00%13.33%
29.41%

Color #99B49C in popluar number systems.

HEX99B49C
Decimal153180156
Binary100110011011010010011100
Octal231264234

Shades and tints

Shades of #99B49C

#99B49C
(153,180,156)
#8CA48E
(140,164,142)
#7F9480
(127,148,128)
#728472
(114,132,114)
#657464
(101,116,100)
#586456
(88,100,86)
#4B5448
(75,84,72)
#3E443A
(62,68,58)
#31342C
(49,52,44)
#24241E
(36,36,30)
#171410
(23,20,16)
#000000
(0,0,0)

Tints of #99B49C

#99B49C
(153,180,156)
#A2BAA5
(162,186,165)
#ABC0AE
(171,192,174)
#B4C6B7
(180,198,183)
#BDCCC0
(189,204,192)
#C6D2C9
(198,210,201)
#CFD8D2
(207,216,210)
#D8DEDB
(216,222,219)
#E1E4E4
(225,228,228)
#EAEAED
(234,234,237)
#F3F0F6
(243,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99B49C; }

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

This text font color is #99B49C.


Background Color

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

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

This div background color is #99B49C.


Border color

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

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

This div border color is #99B49C.


Opacity

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

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

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

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

This text has shadow with #99B49C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99B49C on black background.


Color preview on white background

This text has color #99B49C on white background.



Black color preview on #99B49C background

This text has black color on #99B49C background.


White color preview on #99B49C background

This text has white color on #99B49C background.