COLOR #AFB6D4

HEX: #AFB6D4 RGB: (175,182,212)

Color info

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

RGB color model

#AFB6D4 color RGB value is (175,182,212).

RGB: (175,182,212) (69%, 71%, 83%)

RGB channels and saturation

R 175 of 255 = 69%
G 182 of 255 = 71%
B 212 of 255 = 83%

175
182
212

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

Portions of RGB colors in percentages

R + G + B = 175 + 182 + 212 = 569 (100%)
R 175 of 569 ~ 30.76%
G 182 of 569 ~ 31.99%
B 212 of 569 ~ 37.26'%

%30.76
%31.99
%37.26

CMYK color model

#AFB6D4 color CMYK value is (17,14,0,17).

  • cyan value is 17.45%
  • magenta value is 14.15%
  • yellow value is 0.00%
  • key color value is 16.86%

CMYK: (17,14,0,17)
C17M14Y0K17 (17%, 14%, 0%, 17%)
(0.17 / 0.14 / 0.00 / 0.17)

CMYK percentages

%17.45
%14.15
%0
%16.86

Codes

Color #AFB6D4 in popluar color models

AF B6 D4
RGB 175 182 212
HSL 229° 30.08% 75.88%
HSB/HSV 229° 17.45% 83.14%
CMYK 17.45% 14.15% 0.00%
16.86%

Color #AFB6D4 in popluar number systems.

HEX AF B6 D4
Decimal 175 182 212
Binary 10101111 10110110 11010100
Octal 257 266 324

Shades and tints

Shades of #AFB6D4

#AFB6D4
(175,182,212)
#A0A6C1
(160,166,193)
#9196AE
(145,150,174)
#82869B
(130,134,155)
#737688
(115,118,136)
#646675
(100,102,117)
#555662
(85,86,98)
#46464F
(70,70,79)
#37363C
(55,54,60)
#282629
(40,38,41)
#191616
(25,22,22)
#000000
(0,0,0)

Tints of #AFB6D4

#AFB6D4
(175,182,212)
#B6BCD7
(182,188,215)
#BDC2DA
(189,194,218)
#C4C8DD
(196,200,221)
#CBCEE0
(203,206,224)
#D2D4E3
(210,212,227)
#D9DAE6
(217,218,230)
#E0E0E9
(224,224,233)
#E7E6EC
(231,230,236)
#EEECEF
(238,236,239)
#F5F2F2
(245,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFB6D4 color. Also use rgb(175,182,212) instead hex code.

Text Font Color

.myTextColor { color: #AFB6D4; }

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

This text font color is #AFB6D4.

Background Color

.myBgColor { background-color: #AFB6D4; }

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

This div background color is #AFB6D4.

Border color

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

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

This div border color is #AFB6D4.

Opacity

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

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

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

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

This text has shadow with #AFB6D4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFB6D4.

Preview

Color preview on black background

This text has color #AFB6D4 on black background.


Color preview on white background

This text has color #AFB6D4 on white background.


Black color preview on #AFB6D4 background

This text has black color on #AFB6D4 background.


White color preview on #AFB6D4 background

This text has white color on #AFB6D4 background.


Related colors

Complementary color

Complementary color for #hex is #50492B.


I love getcolorcode.com

Triadic colors

1 #D4AFB6 and #B6D4AF with #AFB6D4 are triadic colors.

2 #D4B6AF and #B6AFD4 with #AFB6D4 are triadic colors.