COLOR #AFAAED

HEX: #AFAAED RGB: (175,170,237)

Color info

#AFAAED contains mainly blue color. Web safe color of #AFAAED is #9999FF (or #99F).

RGB color model

#AFAAED color RGB value is (175,170,237).

RGB: (175,170,237) (69%, 67%, 93%)

RGB channels and saturation

R 175 of 255 = 69%
G 170 of 255 = 67%
B 237 of 255 = 93%

175
170
237

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

Portions of RGB colors in percentages

R + G + B = 175 + 170 + 237 = 582 (100%)
R 175 of 582 ~ 30.07%
G 170 of 582 ~ 29.21%
B 237 of 582 ~ 40.72'%

%30.07
%29.21
%40.72

CMYK color model

#AFAAED color CMYK value is (26,28,0,7).

  • cyan value is 26.16%
  • magenta value is 28.27%
  • yellow value is 0.00%
  • key color value is 7.06%

CMYK: (26,28,0,7)
C26M28Y0K7 (26%, 28%, 0%, 7%)
(0.26 / 0.28 / 0.00 / 0.07)

CMYK percentages

%26.16
%28.27
%0
%7.06

Codes

Color #AFAAED in popluar color models

AF AA ED
RGB 175 170 237
HSL 244° 65.05% 79.80%
HSB/HSV 244° 28.27% 92.94%
CMYK 26.16% 28.27% 0.00%
7.06%

Color #AFAAED in popluar number systems.

HEX AF AA ED
Decimal 175 170 237
Binary 10101111 10101010 11101101
Octal 257 252 355

Shades and tints

Shades of #AFAAED

#AFAAED
(175,170,237)
#A09BD8
(160,155,216)
#918CC3
(145,140,195)
#827DAE
(130,125,174)
#736E99
(115,110,153)
#645F84
(100,95,132)
#55506F
(85,80,111)
#46415A
(70,65,90)
#373245
(55,50,69)
#282330
(40,35,48)
#19141B
(25,20,27)
#000000
(0,0,0)

Tints of #AFAAED

#AFAAED
(175,170,237)
#B6B1EE
(182,177,238)
#BDB8EF
(189,184,239)
#C4BFF0
(196,191,240)
#CBC6F1
(203,198,241)
#D2CDF2
(210,205,242)
#D9D4F3
(217,212,243)
#E0DBF4
(224,219,244)
#E7E2F5
(231,226,245)
#EEE9F6
(238,233,246)
#F5F0F7
(245,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFAAED; }

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

This text font color is #AFAAED.

Background Color

.myBgColor { background-color: #AFAAED; }

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

This div background color is #AFAAED.

Border color

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

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

This div border color is #AFAAED.

Opacity

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

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

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

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

This text has shadow with #AFAAED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFAAED.

Preview

Color preview on black background

This text has color #AFAAED on black background.


Color preview on white background

This text has color #AFAAED on white background.


Black color preview on #AFAAED background

This text has black color on #AFAAED background.


White color preview on #AFAAED background

This text has white color on #AFAAED background.


Related colors

Complementary color

Complementary color for #hex is #505512.


I love getcolorcode.com

Triadic colors

1 #EDAFAA and #AAEDAF with #AFAAED are triadic colors.

2 #EDAAAF and #AAAFED with #AFAAED are triadic colors.