COLOR #99B9A4

HEX: #99B9A4
RGB: (153,185,164)

Color info

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

RGB color model

#99B9A4 color RGB value is (153,185,164).

  • red value is 153;
  • green value is 185;
  • blue value is 164.
RGB:
(153,185,164)
(60%,73%,64%)

RGB channels and saturation

R 153 of 255 = 60%
G 185 of 255 = 73%
B 164 of 255 = 64%

153
185
164

R + G + B ~ 66%. #99B9A4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
153 + 185 + 164 = 502 (100%)
R 153 of 502 ~ 30.48%
G 185 of 502 ~ 36.85%
B 164 of 502 ~ 32.67%

%30.48
%36.85
%32.67

CMYK color model

#99B9A4 color CMYK value is (17,0,11,27).

  • cyan value is 17.30%
  • magenta value is 0.00%
  • yellow value is 11.35%
  • key color value is 27.45%
CMYK:
(17,0,11,27)
C17M0Y11K27 
(17%,0%,11%,27%)
(0.17/0.00/0.11/0.27)	

CMYK percentages

%17.3
%0
%11.35
%27.45

Codes

Color #99B9A4 in popluar color models

99B9A4
RGB153185164
HSL141°18.60%66.27%
HSB/HSV141°17.30%72.55%
CMYK17.30%0.00%11.35%
27.45%

Color #99B9A4 in popluar number systems.

HEX99B9A4
Decimal153185164
Binary100110011011100110100100
Octal231271244

Shades and tints

Shades of #99B9A4

#99B9A4
(153,185,164)
#8CA996
(140,169,150)
#7F9988
(127,153,136)
#72897A
(114,137,122)
#65796C
(101,121,108)
#58695E
(88,105,94)
#4B5950
(75,89,80)
#3E4942
(62,73,66)
#313934
(49,57,52)
#242926
(36,41,38)
#171918
(23,25,24)
#000000
(0,0,0)

Tints of #99B9A4

#99B9A4
(153,185,164)
#A2BFAC
(162,191,172)
#ABC5B4
(171,197,180)
#B4CBBC
(180,203,188)
#BDD1C4
(189,209,196)
#C6D7CC
(198,215,204)
#CFDDD4
(207,221,212)
#D8E3DC
(216,227,220)
#E1E9E4
(225,233,228)
#EAEFEC
(234,239,236)
#F3F5F4
(243,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99B9A4 color. Also use rgb(153,185,164) instead hex code.

Text Font Color

.myTextColor { color: #99B9A4; }

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

This text font color is #99B9A4.


Background Color

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

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

This div background color is #99B9A4.


Border color

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

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

This div border color is #99B9A4.


Opacity

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

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

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

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

This text has shadow with #99B9A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99B9A4 on black background.


Color preview on white background

This text has color #99B9A4 on white background.



Black color preview on #99B9A4 background

This text has black color on #99B9A4 background.


White color preview on #99B9A4 background

This text has white color on #99B9A4 background.