COLOR #99AFB7

HEX: #99AFB7 RGB: (153,175,183)

Color info

#99AFB7 contains red, green and blue colors in about the same proportion. Web safe color of #99AFB7 is #9999CC (or #99C).

RGB color model

#99AFB7 color RGB value is (153,175,183).

RGB: (153,175,183) (60%, 69%, 72%)

RGB channels and saturation

R 153 of 255 = 60%
G 175 of 255 = 69%
B 183 of 255 = 72%

153
175
183

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

Portions of RGB colors in percentages

R + G + B = 153 + 175 + 183 = 511 (100%)
R 153 of 511 ~ 29.94%
G 175 of 511 ~ 34.25%
B 183 of 511 ~ 35.81'%

%29.94
%34.25
%35.81

CMYK color model

#99AFB7 color CMYK value is (16,4,0,28).

  • cyan value is 16.39%
  • magenta value is 4.37%
  • yellow value is 0.00%
  • key color value is 28.24%

CMYK: (16,4,0,28)
C16M4Y0K28 (16%, 4%, 0%, 28%)
(0.16 / 0.04 / 0.00 / 0.28)

CMYK percentages

%16.39
%4.37
%0
%28.24

Codes

Color #99AFB7 in popluar color models

99 AF B7
RGB 153 175 183
HSL 196° 17.24% 65.88%
HSB/HSV 196° 16.39% 71.76%
CMYK 16.39% 4.37% 0.00%
28.24%

Color #99AFB7 in popluar number systems.

HEX 99 AF B7
Decimal 153 175 183
Binary 10011001 10101111 10110111
Octal 231 257 267

Shades and tints

Shades of #99AFB7

#99AFB7
(153,175,183)
#8CA0A7
(140,160,167)
#7F9197
(127,145,151)
#728287
(114,130,135)
#657377
(101,115,119)
#586467
(88,100,103)
#4B5557
(75,85,87)
#3E4647
(62,70,71)
#313737
(49,55,55)
#242827
(36,40,39)
#171917
(23,25,23)
#000000
(0,0,0)

Tints of #99AFB7

#99AFB7
(153,175,183)
#A2B6BD
(162,182,189)
#ABBDC3
(171,189,195)
#B4C4C9
(180,196,201)
#BDCBCF
(189,203,207)
#C6D2D5
(198,210,213)
#CFD9DB
(207,217,219)
#D8E0E1
(216,224,225)
#E1E7E7
(225,231,231)
#EAEEED
(234,238,237)
#F3F5F3
(243,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99AFB7; }

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

This text font color is #99AFB7.

Background Color

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

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

This div background color is #99AFB7.

Border color

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

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

This div border color is #99AFB7.

Opacity

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

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

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

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

This text has shadow with #99AFB7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #99AFB7.

Preview

Color preview on black background

This text has color #99AFB7 on black background.


Color preview on white background

This text has color #99AFB7 on white background.


Black color preview on #99AFB7 background

This text has black color on #99AFB7 background.


White color preview on #99AFB7 background

This text has white color on #99AFB7 background.


Related colors

Complementary color

Complementary color for #hex is #665048.


I love getcolorcode.com

Triadic colors

1 #B799AF and #AFB799 with #99AFB7 are triadic colors.

2 #B7AF99 and #AF99B7 with #99AFB7 are triadic colors.