COLOR #AFAEDA

HEX: #AFAEDA RGB: (175,174,218)

Color info

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

RGB color model

#AFAEDA color RGB value is (175,174,218).

RGB: (175,174,218) (69%, 68%, 85%)

RGB channels and saturation

R 175 of 255 = 69%
G 174 of 255 = 68%
B 218 of 255 = 85%

175
174
218

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

Portions of RGB colors in percentages

R + G + B = 175 + 174 + 218 = 567 (100%)
R 175 of 567 ~ 30.86%
G 174 of 567 ~ 30.69%
B 218 of 567 ~ 38.45'%

%30.86
%30.69
%38.45

CMYK color model

#AFAEDA color CMYK value is (20,20,0,15).

  • cyan value is 19.72%
  • magenta value is 20.18%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK: (20,20,0,15) C20M20Y0K15 (20%,20%,0%,15%) (0.20/0.20/0.00/0.15) 

CMYK percentages

%19.72
%20.18
%0
%14.51

Codes

Color #AFAEDA in popluar color models

AF AE DA
RGB 175 174 218
HSL 241° 37.29% 76.86%
HSB/HSV 241° 20.18% 85.49%
CMYK 19.72% 20.18% 0.00%
14.51%

Color #AFAEDA in popluar number systems.

HEX AF AE DA
Decimal 175 174 218
Binary 10101111 10101110 11011010
Octal 257 256 332

Shades and tints

Shades of #AFAEDA

#AFAEDA
(175,174,218)
#A09FC7
(160,159,199)
#9190B4
(145,144,180)
#8281A1
(130,129,161)
#73728E
(115,114,142)
#64637B
(100,99,123)
#555468
(85,84,104)
#464555
(70,69,85)
#373642
(55,54,66)
#28272F
(40,39,47)
#19181C
(25,24,28)
#000000
(0,0,0)

Tints of #AFAEDA

#AFAEDA
(175,174,218)
#B6B5DD
(182,181,221)
#BDBCE0
(189,188,224)
#C4C3E3
(196,195,227)
#CBCAE6
(203,202,230)
#D2D1E9
(210,209,233)
#D9D8EC
(217,216,236)
#E0DFEF
(224,223,239)
#E7E6F2
(231,230,242)
#EEEDF5
(238,237,245)
#F5F4F8
(245,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFAEDA color. Also use rgb(175,174,218) instead hex code.

Text Font Color

.myTextColor { color: #AFAEDA; }

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

This text font color is #AFAEDA.

Background Color

.myBgColor { background-color: #AFAEDA; }

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

This div background color is #AFAEDA.

Border color

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

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

This div border color is #AFAEDA.

Opacity

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

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

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

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

This text has shadow with #AFAEDA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFAEDA.

Preview

Color preview on black background

This text has color #AFAEDA on black background.


Color preview on white background

This text has color #AFAEDA on white background.


Black color preview on #AFAEDA background

This text has black color on #AFAEDA background.


White color preview on #AFAEDA background

This text has white color on #AFAEDA background.


Related colors

Complementary color

Complementary color for #hex is #505125.


I love getcolorcode.com

Triadic colors

1 #DAAFAE and #AEDAAF with #AFAEDA are triadic colors.

2 #DAAEAF and #AEAFDA with #AFAEDA are triadic colors.