COLOR #AFADDA

HEX: #AFADDA RGB: (175,173,218)

Color info

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

RGB color model

#AFADDA color RGB value is (175,173,218).

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

RGB channels and saturation

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

175
173
218

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

Portions of RGB colors in percentages

R + G + B = 175 + 173 + 218 = 566 (100%)
R 175 of 566 ~ 30.92%
G 173 of 566 ~ 30.57%
B 218 of 566 ~ 38.52'%

%30.92
%30.57
%38.52

CMYK color model

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

  • cyan value is 19.72%
  • magenta value is 20.64%
  • yellow value is 0.00%
  • key color value is 14.51%

CMYK: (20,21,0,15)
C20M21Y0K15 (20%, 21%, 0%, 15%)
(0.20 / 0.21 / 0.00 / 0.15)

CMYK percentages

%19.72
%20.64
%0
%14.51

Codes

Color #AFADDA in popluar color models

AF AD DA
RGB 175 173 218
HSL 243° 37.82% 76.67%
HSB/HSV 243° 20.64% 85.49%
CMYK 19.72% 20.64% 0.00%
14.51%

Color #AFADDA in popluar number systems.

HEX AF AD DA
Decimal 175 173 218
Binary 10101111 10101101 11011010
Octal 257 255 332

Shades and tints

Shades of #AFADDA

#AFADDA
(175,173,218)
#A09EC7
(160,158,199)
#918FB4
(145,143,180)
#8280A1
(130,128,161)
#73718E
(115,113,142)
#64627B
(100,98,123)
#555368
(85,83,104)
#464455
(70,68,85)
#373542
(55,53,66)
#28262F
(40,38,47)
#19171C
(25,23,28)
#000000
(0,0,0)

Tints of #AFADDA

#AFADDA
(175,173,218)
#B6B4DD
(182,180,221)
#BDBBE0
(189,187,224)
#C4C2E3
(196,194,227)
#CBC9E6
(203,201,230)
#D2D0E9
(210,208,233)
#D9D7EC
(217,215,236)
#E0DEEF
(224,222,239)
#E7E5F2
(231,229,242)
#EEECF5
(238,236,245)
#F5F3F8
(245,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFADDA; }

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

This text font color is #AFADDA.

Background Color

.myBgColor { background-color: #AFADDA; }

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

This div background color is #AFADDA.

Border color

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

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

This div border color is #AFADDA.

Opacity

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

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

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

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

This text has shadow with #AFADDA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFADDA.

Preview

Color preview on black background

This text has color #AFADDA on black background.


Color preview on white background

This text has color #AFADDA on white background.


Black color preview on #AFADDA background

This text has black color on #AFADDA background.


White color preview on #AFADDA background

This text has white color on #AFADDA background.


Related colors

Complementary color

Complementary color for #hex is #505225.


I love getcolorcode.com

Triadic colors

1 #DAAFAD and #ADDAAF with #AFADDA are triadic colors.

2 #DAADAF and #ADAFDA with #AFADDA are triadic colors.