COLOR #99AFB3

HEX: #99AFB3
RGB: (153,175,179)

Color info

#99AFB3 contains red, green and blue colors in about the same proportion. Web safe color of #99AFB3 is #999999 (or #999).

RGB color model

#99AFB3 color RGB value is (153,175,179).

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

RGB channels and saturation

R 153 of 255 = 60%
G 175 of 255 = 69%
B 179 of 255 = 70%

153
175
179

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

Portions of RGB colors in percentages

R + G + B =
153 + 175 + 179 = 507 (100%)
R 153 of 507 ~ 30.18%
G 175 of 507 ~ 34.52%
B 179 of 507 ~ 35.31%

%30.18
%34.52
%35.31

CMYK color model

#99AFB3 color CMYK value is (15,2,0,30).

  • cyan value is 14.53%
  • magenta value is 2.23%
  • yellow value is 0.00%
  • key color value is 29.80%
CMYK:
(15,2,0,30)
C15M2Y0K30 
(15%,2%,0%,30%)
(0.15/0.02/0.00/0.30)	

CMYK percentages

%14.53
%2.23
%0
%29.8

Codes

Color #99AFB3 in popluar color models

99AFB3
RGB153175179
HSL189°14.61%65.10%
HSB/HSV189°14.53%70.20%
CMYK14.53%2.23%0.00%
29.80%

Color #99AFB3 in popluar number systems.

HEX99AFB3
Decimal153175179
Binary100110011010111110110011
Octal231257263

Shades and tints

Shades of #99AFB3

#99AFB3
(153,175,179)
#8CA0A3
(140,160,163)
#7F9193
(127,145,147)
#728283
(114,130,131)
#657373
(101,115,115)
#586463
(88,100,99)
#4B5553
(75,85,83)
#3E4643
(62,70,67)
#313733
(49,55,51)
#242823
(36,40,35)
#171913
(23,25,19)
#000000
(0,0,0)

Tints of #99AFB3

#99AFB3
(153,175,179)
#A2B6B9
(162,182,185)
#ABBDBF
(171,189,191)
#B4C4C5
(180,196,197)
#BDCBCB
(189,203,203)
#C6D2D1
(198,210,209)
#CFD9D7
(207,217,215)
#D8E0DD
(216,224,221)
#E1E7E3
(225,231,227)
#EAEEE9
(234,238,233)
#F3F5EF
(243,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99AFB3; }

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

This text font color is #99AFB3.


Background Color

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

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

This div background color is #99AFB3.


Border color

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

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

This div border color is #99AFB3.


Opacity

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

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

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

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

This text has shadow with #99AFB3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99AFB3 on black background.


Color preview on white background

This text has color #99AFB3 on white background.



Black color preview on #99AFB3 background

This text has black color on #99AFB3 background.


White color preview on #99AFB3 background

This text has white color on #99AFB3 background.