COLOR #AFB9CD

HEX: #AFB9CD RGB: (175,185,205)

Color info

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

RGB color model

#AFB9CD color RGB value is (175,185,205).

RGB: (175,185,205) (69%, 73%, 80%)

RGB channels and saturation

R 175 of 255 = 69%
G 185 of 255 = 73%
B 205 of 255 = 80%

175
185
205

R + G + B ~ 74%. #AFB9CD is quite light color.

Portions of RGB colors in percentages

R + G + B = 175 + 185 + 205 = 565 (100%)
R 175 of 565 ~ 30.97%
G 185 of 565 ~ 32.74%
B 205 of 565 ~ 36.28'%

%30.97
%32.74
%36.28

CMYK color model

#AFB9CD color CMYK value is (15,10,0,20).

  • cyan value is 14.63%
  • magenta value is 9.76%
  • yellow value is 0.00%
  • key color value is 19.61%

CMYK: (15,10,0,20)
C15M10Y0K20 (15%, 10%, 0%, 20%)
(0.15 / 0.10 / 0.00 / 0.20)

CMYK percentages

%14.63
%9.76
%0
%19.61

Codes

Color #AFB9CD in popluar color models

AF B9 CD
RGB 175 185 205
HSL 220° 23.08% 74.51%
HSB/HSV 220° 14.63% 80.39%
CMYK 14.63% 9.76% 0.00%
19.61%

Color #AFB9CD in popluar number systems.

HEX AF B9 CD
Decimal 175 185 205
Binary 10101111 10111001 11001101
Octal 257 271 315

Shades and tints

Shades of #AFB9CD

#AFB9CD
(175,185,205)
#A0A9BB
(160,169,187)
#9199A9
(145,153,169)
#828997
(130,137,151)
#737985
(115,121,133)
#646973
(100,105,115)
#555961
(85,89,97)
#46494F
(70,73,79)
#37393D
(55,57,61)
#28292B
(40,41,43)
#191919
(25,25,25)
#000000
(0,0,0)

Tints of #AFB9CD

#AFB9CD
(175,185,205)
#B6BFD1
(182,191,209)
#BDC5D5
(189,197,213)
#C4CBD9
(196,203,217)
#CBD1DD
(203,209,221)
#D2D7E1
(210,215,225)
#D9DDE5
(217,221,229)
#E0E3E9
(224,227,233)
#E7E9ED
(231,233,237)
#EEEFF1
(238,239,241)
#F5F5F5
(245,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFB9CD; }

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

This text font color is #AFB9CD.

Background Color

.myBgColor { background-color: #AFB9CD; }

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

This div background color is #AFB9CD.

Border color

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

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

This div border color is #AFB9CD.

Opacity

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

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

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

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

This text has shadow with #AFB9CD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFB9CD.

Preview

Color preview on black background

This text has color #AFB9CD on black background.


Color preview on white background

This text has color #AFB9CD on white background.


Black color preview on #AFB9CD background

This text has black color on #AFB9CD background.


White color preview on #AFB9CD background

This text has white color on #AFB9CD background.


Related colors

Complementary color

Complementary color for #hex is #504632.


I love getcolorcode.com

Triadic colors

1 #CDAFB9 and #B9CDAF with #AFB9CD are triadic colors.

2 #CDB9AF and #B9AFCD with #AFB9CD are triadic colors.