COLOR #99B9AF

HEX: #99B9AF
RGB: (153,185,175)

Color info

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

RGB color model

#99B9AF color RGB value is (153,185,175).

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

RGB channels and saturation

R 153 of 255 = 60%
G 185 of 255 = 73%
B 175 of 255 = 69%

153
185
175

R + G + B ~ 67%. #99B9AF is quite light color.

Portions of RGB colors in percentages

R + G + B =
153 + 185 + 175 = 513 (100%)
R 153 of 513 ~ 29.82%
G 185 of 513 ~ 36.06%
B 175 of 513 ~ 34.11%

%29.82
%36.06
%34.11

CMYK color model

#99B9AF color CMYK value is (17,0,5,27).

  • cyan value is 17.30%
  • magenta value is 0.00%
  • yellow value is 5.41%
  • key color value is 27.45%
CMYK:
(17,0,5,27)
C17M0Y5K27 
(17%,0%,5%,27%)
(0.17/0.00/0.05/0.27)	

CMYK percentages

%17.3
%0
%5.41
%27.45

Codes

Color #99B9AF in popluar color models

99B9AF
RGB153185175
HSL161°18.60%66.27%
HSB/HSV161°17.30%72.55%
CMYK17.30%0.00%5.41%
27.45%

Color #99B9AF in popluar number systems.

HEX99B9AF
Decimal153185175
Binary100110011011100110101111
Octal231271257

Shades and tints

Shades of #99B9AF

#99B9AF
(153,185,175)
#8CA9A0
(140,169,160)
#7F9991
(127,153,145)
#728982
(114,137,130)
#657973
(101,121,115)
#586964
(88,105,100)
#4B5955
(75,89,85)
#3E4946
(62,73,70)
#313937
(49,57,55)
#242928
(36,41,40)
#171919
(23,25,25)
#000000
(0,0,0)

Tints of #99B9AF

#99B9AF
(153,185,175)
#A2BFB6
(162,191,182)
#ABC5BD
(171,197,189)
#B4CBC4
(180,203,196)
#BDD1CB
(189,209,203)
#C6D7D2
(198,215,210)
#CFDDD9
(207,221,217)
#D8E3E0
(216,227,224)
#E1E9E7
(225,233,231)
#EAEFEE
(234,239,238)
#F3F5F5
(243,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99B9AF; }

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

This text font color is #99B9AF.


Background Color

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

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

This div background color is #99B9AF.


Border color

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

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

This div border color is #99B9AF.


Opacity

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

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

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

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

This text has shadow with #99B9AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99B9AF on black background.


Color preview on white background

This text has color #99B9AF on white background.



Black color preview on #99B9AF background

This text has black color on #99B9AF background.


White color preview on #99B9AF background

This text has white color on #99B9AF background.