COLOR #AFADD7

HEX: #AFADD7 RGB: (175,173,215)

Color info

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

RGB color model

#AFADD7 color RGB value is (175,173,215).

RGB: (175,173,215) (69%, 68%, 84%)

RGB channels and saturation

R 175 of 255 = 69%
G 173 of 255 = 68%
B 215 of 255 = 84%

175
173
215

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

Portions of RGB colors in percentages

R + G + B = 175 + 173 + 215 = 563 (100%)
R 175 of 563 ~ 31.08%
G 173 of 563 ~ 30.73%
B 215 of 563 ~ 38.19'%

%31.08
%30.73
%38.19

CMYK color model

#AFADD7 color CMYK value is (19,20,0,16).

  • cyan value is 18.60%
  • magenta value is 19.53%
  • yellow value is 0.00%
  • key color value is 15.69%

CMYK: (19,20,0,16)
C19M20Y0K16 (19%, 20%, 0%, 16%)
(0.19 / 0.20 / 0.00 / 0.16)

CMYK percentages

%18.6
%19.53
%0
%15.69

Codes

Color #AFADD7 in popluar color models

AF AD D7
RGB 175 173 215
HSL 243° 34.43% 76.08%
HSB/HSV 243° 19.53% 84.31%
CMYK 18.60% 19.53% 0.00%
15.69%

Color #AFADD7 in popluar number systems.

HEX AF AD D7
Decimal 175 173 215
Binary 10101111 10101101 11010111
Octal 257 255 327

Shades and tints

Shades of #AFADD7

#AFADD7
(175,173,215)
#A09EC4
(160,158,196)
#918FB1
(145,143,177)
#82809E
(130,128,158)
#73718B
(115,113,139)
#646278
(100,98,120)
#555365
(85,83,101)
#464452
(70,68,82)
#37353F
(55,53,63)
#28262C
(40,38,44)
#191719
(25,23,25)
#000000
(0,0,0)

Tints of #AFADD7

#AFADD7
(175,173,215)
#B6B4DA
(182,180,218)
#BDBBDD
(189,187,221)
#C4C2E0
(196,194,224)
#CBC9E3
(203,201,227)
#D2D0E6
(210,208,230)
#D9D7E9
(217,215,233)
#E0DEEC
(224,222,236)
#E7E5EF
(231,229,239)
#EEECF2
(238,236,242)
#F5F3F5
(245,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFADD7; }

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

This text font color is #AFADD7.

Background Color

.myBgColor { background-color: #AFADD7; }

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

This div background color is #AFADD7.

Border color

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

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

This div border color is #AFADD7.

Opacity

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

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

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

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

This text has shadow with #AFADD7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFADD7.

Preview

Color preview on black background

This text has color #AFADD7 on black background.


Color preview on white background

This text has color #AFADD7 on white background.


Black color preview on #AFADD7 background

This text has black color on #AFADD7 background.


White color preview on #AFADD7 background

This text has white color on #AFADD7 background.


Related colors

Complementary color

Complementary color for #hex is #505228.


I love getcolorcode.com

Triadic colors

1 #D7AFAD and #ADD7AF with #AFADD7 are triadic colors.

2 #D7ADAF and #ADAFD7 with #AFADD7 are triadic colors.