COLOR #AFBAD8

HEX: #AFBAD8 RGB: (175,186,216)

Color info

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

RGB color model

#AFBAD8 color RGB value is (175,186,216).

RGB: (175,186,216) (69%, 73%, 85%)

RGB channels and saturation

R 175 of 255 = 69%
G 186 of 255 = 73%
B 216 of 255 = 85%

175
186
216

R + G + B ~ 76%. #AFBAD8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 175 + 186 + 216 = 577 (100%)
R 175 of 577 ~ 30.33%
G 186 of 577 ~ 32.24%
B 216 of 577 ~ 37.44'%

%30.33
%32.24
%37.44

CMYK color model

#AFBAD8 color CMYK value is (19,14,0,15).

  • cyan value is 18.98%
  • magenta value is 13.89%
  • yellow value is 0.00%
  • key color value is 15.29%
CMYK: (19,14,0,15) C19M14Y0K15 (19%,14%,0%,15%) (0.19/0.14/0.00/0.15) 

CMYK percentages

%18.98
%13.89
%0
%15.29

Codes

Color #AFBAD8 in popluar color models

AF BA D8
RGB 175 186 216
HSL 224° 34.45% 76.67%
HSB/HSV 224° 18.98% 84.71%
CMYK 18.98% 13.89% 0.00%
15.29%

Color #AFBAD8 in popluar number systems.

HEX AF BA D8
Decimal 175 186 216
Binary 10101111 10111010 11011000
Octal 257 272 330

Shades and tints

Shades of #AFBAD8

#AFBAD8
(175,186,216)
#A0AAC5
(160,170,197)
#919AB2
(145,154,178)
#828A9F
(130,138,159)
#737A8C
(115,122,140)
#646A79
(100,106,121)
#555A66
(85,90,102)
#464A53
(70,74,83)
#373A40
(55,58,64)
#282A2D
(40,42,45)
#191A1A
(25,26,26)
#000000
(0,0,0)

Tints of #AFBAD8

#AFBAD8
(175,186,216)
#B6C0DB
(182,192,219)
#BDC6DE
(189,198,222)
#C4CCE1
(196,204,225)
#CBD2E4
(203,210,228)
#D2D8E7
(210,216,231)
#D9DEEA
(217,222,234)
#E0E4ED
(224,228,237)
#E7EAF0
(231,234,240)
#EEF0F3
(238,240,243)
#F5F6F6
(245,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFBAD8 color. Also use rgb(175,186,216) instead hex code.

Text Font Color

.myTextColor { color: #AFBAD8; }

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

This text font color is #AFBAD8.

Background Color

.myBgColor { background-color: #AFBAD8; }

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

This div background color is #AFBAD8.

Border color

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

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

This div border color is #AFBAD8.

Opacity

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

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

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

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

This text has shadow with #AFBAD8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFBAD8.

Preview

Color preview on black background

This text has color #AFBAD8 on black background.


Color preview on white background

This text has color #AFBAD8 on white background.


Black color preview on #AFBAD8 background

This text has black color on #AFBAD8 background.


White color preview on #AFBAD8 background

This text has white color on #AFBAD8 background.


Related colors

Complementary color

Complementary color for #hex is #504527.


I love getcolorcode.com

Triadic colors

1 #D8AFBA and #BAD8AF with #AFBAD8 are triadic colors.

2 #D8BAAF and #BAAFD8 with #AFBAD8 are triadic colors.