COLOR #AFB8D2

HEX: #AFB8D2 RGB: (175,184,210)

Color info

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

RGB color model

#AFB8D2 color RGB value is (175,184,210).

RGB: (175,184,210) (69%, 72%, 82%)

RGB channels and saturation

R 175 of 255 = 69%
G 184 of 255 = 72%
B 210 of 255 = 82%

175
184
210

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

Portions of RGB colors in percentages

R + G + B = 175 + 184 + 210 = 569 (100%)
R 175 of 569 ~ 30.76%
G 184 of 569 ~ 32.34%
B 210 of 569 ~ 36.91'%

%30.76
%32.34
%36.91

CMYK color model

#AFB8D2 color CMYK value is (17,12,0,18).

  • cyan value is 16.67%
  • magenta value is 12.38%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK: (17,12,0,18) C17M12Y0K18 (17%,12%,0%,18%) (0.17/0.12/0.00/0.18) 

CMYK percentages

%16.67
%12.38
%0
%17.65

Codes

Color #AFB8D2 in popluar color models

AF B8 D2
RGB 175 184 210
HSL 225° 28.00% 75.49%
HSB/HSV 225° 16.67% 82.35%
CMYK 16.67% 12.38% 0.00%
17.65%

Color #AFB8D2 in popluar number systems.

HEX AF B8 D2
Decimal 175 184 210
Binary 10101111 10111000 11010010
Octal 257 270 322

Shades and tints

Shades of #AFB8D2

#AFB8D2
(175,184,210)
#A0A8BF
(160,168,191)
#9198AC
(145,152,172)
#828899
(130,136,153)
#737886
(115,120,134)
#646873
(100,104,115)
#555860
(85,88,96)
#46484D
(70,72,77)
#37383A
(55,56,58)
#282827
(40,40,39)
#191814
(25,24,20)
#000000
(0,0,0)

Tints of #AFB8D2

#AFB8D2
(175,184,210)
#B6BED6
(182,190,214)
#BDC4DA
(189,196,218)
#C4CADE
(196,202,222)
#CBD0E2
(203,208,226)
#D2D6E6
(210,214,230)
#D9DCEA
(217,220,234)
#E0E2EE
(224,226,238)
#E7E8F2
(231,232,242)
#EEEEF6
(238,238,246)
#F5F4FA
(245,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFB8D2 color. Also use rgb(175,184,210) instead hex code.

Text Font Color

.myTextColor { color: #AFB8D2; }

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

This text font color is #AFB8D2.

Background Color

.myBgColor { background-color: #AFB8D2; }

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

This div background color is #AFB8D2.

Border color

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

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

This div border color is #AFB8D2.

Opacity

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

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

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

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

This text has shadow with #AFB8D2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFB8D2.

Preview

Color preview on black background

This text has color #AFB8D2 on black background.


Color preview on white background

This text has color #AFB8D2 on white background.


Black color preview on #AFB8D2 background

This text has black color on #AFB8D2 background.


White color preview on #AFB8D2 background

This text has white color on #AFB8D2 background.


Related colors

Complementary color

Complementary color for #hex is #50472D.


I love getcolorcode.com

Triadic colors

1 #D2AFB8 and #B8D2AF with #AFB8D2 are triadic colors.

2 #D2B8AF and #B8AFD2 with #AFB8D2 are triadic colors.