COLOR #AFAAD1

HEX: #AFAAD1 RGB: (175,170,209)

Color info

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

RGB color model

#AFAAD1 color RGB value is (175,170,209).

RGB: (175,170,209) (69%, 67%, 82%)

RGB channels and saturation

R 175 of 255 = 69%
G 170 of 255 = 67%
B 209 of 255 = 82%

175
170
209

R + G + B ~ 73%. #AFAAD1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 175 + 170 + 209 = 554 (100%)
R 175 of 554 ~ 31.59%
G 170 of 554 ~ 30.69%
B 209 of 554 ~ 37.73'%

%31.59
%30.69
%37.73

CMYK color model

#AFAAD1 color CMYK value is (16,19,0,18).

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

CMYK: (16,19,0,18)
C16M19Y0K18 (16%, 19%, 0%, 18%)
(0.16 / 0.19 / 0.00 / 0.18)

CMYK percentages

%16.27
%18.66
%0
%18.04

Codes

Color #AFAAD1 in popluar color models

AF AA D1
RGB 175 170 209
HSL 248° 29.77% 74.31%
HSB/HSV 248° 18.66% 81.96%
CMYK 16.27% 18.66% 0.00%
18.04%

Color #AFAAD1 in popluar number systems.

HEX AF AA D1
Decimal 175 170 209
Binary 10101111 10101010 11010001
Octal 257 252 321

Shades and tints

Shades of #AFAAD1

#AFAAD1
(175,170,209)
#A09BBE
(160,155,190)
#918CAB
(145,140,171)
#827D98
(130,125,152)
#736E85
(115,110,133)
#645F72
(100,95,114)
#55505F
(85,80,95)
#46414C
(70,65,76)
#373239
(55,50,57)
#282326
(40,35,38)
#191413
(25,20,19)
#000000
(0,0,0)

Tints of #AFAAD1

#AFAAD1
(175,170,209)
#B6B1D5
(182,177,213)
#BDB8D9
(189,184,217)
#C4BFDD
(196,191,221)
#CBC6E1
(203,198,225)
#D2CDE5
(210,205,229)
#D9D4E9
(217,212,233)
#E0DBED
(224,219,237)
#E7E2F1
(231,226,241)
#EEE9F5
(238,233,245)
#F5F0F9
(245,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFAAD1; }

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

This text font color is #AFAAD1.

Background Color

.myBgColor { background-color: #AFAAD1; }

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

This div background color is #AFAAD1.

Border color

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

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

This div border color is #AFAAD1.

Opacity

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

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

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

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

This text has shadow with #AFAAD1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFAAD1.

Preview

Color preview on black background

This text has color #AFAAD1 on black background.


Color preview on white background

This text has color #AFAAD1 on white background.


Black color preview on #AFAAD1 background

This text has black color on #AFAAD1 background.


White color preview on #AFAAD1 background

This text has white color on #AFAAD1 background.


Related colors

Complementary color

Complementary color for #hex is #50552E.


I love getcolorcode.com

Triadic colors

1 #D1AFAA and #AAD1AF with #AFAAD1 are triadic colors.

2 #D1AAAF and #AAAFD1 with #AFAAD1 are triadic colors.