COLOR #AFB7C9

HEX: #AFB7C9 RGB: (175,183,201)

Color info

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

RGB color model

#AFB7C9 color RGB value is (175,183,201).

RGB: (175,183,201) (69%, 72%, 79%)

RGB channels and saturation

R 175 of 255 = 69%
G 183 of 255 = 72%
B 201 of 255 = 79%

175
183
201

R + G + B ~ 73%. #AFB7C9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 175 + 183 + 201 = 559 (100%)
R 175 of 559 ~ 31.31%
G 183 of 559 ~ 32.74%
B 201 of 559 ~ 35.96'%

%31.31
%32.74
%35.96

CMYK color model

#AFB7C9 color CMYK value is (13,9,0,21).

  • cyan value is 12.94%
  • magenta value is 8.96%
  • yellow value is 0.00%
  • key color value is 21.18%

CMYK: (13,9,0,21)
C13M9Y0K21 (13%, 9%, 0%, 21%)
(0.13 / 0.09 / 0.00 / 0.21)

CMYK percentages

%12.94
%8.96
%0
%21.18

Codes

Color #AFB7C9 in popluar color models

AF B7 C9
RGB 175 183 201
HSL 222° 19.40% 73.73%
HSB/HSV 222° 12.94% 78.82%
CMYK 12.94% 8.96% 0.00%
21.18%

Color #AFB7C9 in popluar number systems.

HEX AF B7 C9
Decimal 175 183 201
Binary 10101111 10110111 11001001
Octal 257 267 311

Shades and tints

Shades of #AFB7C9

#AFB7C9
(175,183,201)
#A0A7B7
(160,167,183)
#9197A5
(145,151,165)
#828793
(130,135,147)
#737781
(115,119,129)
#64676F
(100,103,111)
#55575D
(85,87,93)
#46474B
(70,71,75)
#373739
(55,55,57)
#282727
(40,39,39)
#191715
(25,23,21)
#000000
(0,0,0)

Tints of #AFB7C9

#AFB7C9
(175,183,201)
#B6BDCD
(182,189,205)
#BDC3D1
(189,195,209)
#C4C9D5
(196,201,213)
#CBCFD9
(203,207,217)
#D2D5DD
(210,213,221)
#D9DBE1
(217,219,225)
#E0E1E5
(224,225,229)
#E7E7E9
(231,231,233)
#EEEDED
(238,237,237)
#F5F3F1
(245,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFB7C9; }

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

This text font color is #AFB7C9.

Background Color

.myBgColor { background-color: #AFB7C9; }

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

This div background color is #AFB7C9.

Border color

.myBorderColor { border: 1px solid #AFB7C9; }

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

This div border color is #AFB7C9.

Opacity

.myOpacity80 { color: #AFB7C9; opacity: 0.8; }

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

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

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

This text has shadow with #AFB7C9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFB7C9.

Preview

Color preview on black background

This text has color #AFB7C9 on black background.


Color preview on white background

This text has color #AFB7C9 on white background.


Black color preview on #AFB7C9 background

This text has black color on #AFB7C9 background.


White color preview on #AFB7C9 background

This text has white color on #AFB7C9 background.


Related colors

Complementary color

Complementary color for #hex is #504836.


I love getcolorcode.com

Triadic colors

1 #C9AFB7 and #B7C9AF with #AFB7C9 are triadic colors.

2 #C9B7AF and #B7AFC9 with #AFB7C9 are triadic colors.