COLOR #AFA8D1

HEX: #AFA8D1 RGB: (175,168,209)

Color info

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

RGB color model

#AFA8D1 color RGB value is (175,168,209).

RGB: (175,168,209) (69%, 66%, 82%)

RGB channels and saturation

R 175 of 255 = 69%
G 168 of 255 = 66%
B 209 of 255 = 82%

175
168
209

R + G + B ~ 72%. #AFA8D1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 175 + 168 + 209 = 552 (100%)
R 175 of 552 ~ 31.7%
G 168 of 552 ~ 30.43%
B 209 of 552 ~ 37.86'%

%31.7
%30.43
%37.86

CMYK color model

#AFA8D1 color CMYK value is (16,20,0,18).

  • cyan value is 16.27%
  • magenta value is 19.62%
  • yellow value is 0.00%
  • key color value is 18.04%

CMYK: (16,20,0,18)
C16M20Y0K18 (16%, 20%, 0%, 18%)
(0.16 / 0.20 / 0.00 / 0.18)

CMYK percentages

%16.27
%19.62
%0
%18.04

Codes

Color #AFA8D1 in popluar color models

AF A8 D1
RGB 175 168 209
HSL 250° 30.83% 73.92%
HSB/HSV 250° 19.62% 81.96%
CMYK 16.27% 19.62% 0.00%
18.04%

Color #AFA8D1 in popluar number systems.

HEX AF A8 D1
Decimal 175 168 209
Binary 10101111 10101000 11010001
Octal 257 250 321

Shades and tints

Shades of #AFA8D1

#AFA8D1
(175,168,209)
#A099BE
(160,153,190)
#918AAB
(145,138,171)
#827B98
(130,123,152)
#736C85
(115,108,133)
#645D72
(100,93,114)
#554E5F
(85,78,95)
#463F4C
(70,63,76)
#373039
(55,48,57)
#282126
(40,33,38)
#191213
(25,18,19)
#000000
(0,0,0)

Tints of #AFA8D1

#AFA8D1
(175,168,209)
#B6AFD5
(182,175,213)
#BDB6D9
(189,182,217)
#C4BDDD
(196,189,221)
#CBC4E1
(203,196,225)
#D2CBE5
(210,203,229)
#D9D2E9
(217,210,233)
#E0D9ED
(224,217,237)
#E7E0F1
(231,224,241)
#EEE7F5
(238,231,245)
#F5EEF9
(245,238,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFA8D1 color. Also use rgb(175,168,209) instead hex code.

Text Font Color

.myTextColor { color: #AFA8D1; }

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

This text font color is #AFA8D1.

Background Color

.myBgColor { background-color: #AFA8D1; }

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

This div background color is #AFA8D1.

Border color

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

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

This div border color is #AFA8D1.

Opacity

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

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

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

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

This text has shadow with #AFA8D1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFA8D1.

Preview

Color preview on black background

This text has color #AFA8D1 on black background.


Color preview on white background

This text has color #AFA8D1 on white background.


Black color preview on #AFA8D1 background

This text has black color on #AFA8D1 background.


White color preview on #AFA8D1 background

This text has white color on #AFA8D1 background.


Related colors

Complementary color

Complementary color for #hex is #50572E.


I love getcolorcode.com

Triadic colors

1 #D1AFA8 and #A8D1AF with #AFA8D1 are triadic colors.

2 #D1A8AF and #A8AFD1 with #AFA8D1 are triadic colors.