COLOR #AFDDF5

HEX: #AFDDF5 RGB: (175,221,245)

Color info

#AFDDF5 contains mainly green and blue colors. Web safe color of #AFDDF5 is #99CCFF (or #9CF).

RGB color model

#AFDDF5 color RGB value is (175,221,245).

RGB: (175,221,245) (69%, 87%, 96%)

RGB channels and saturation

R 175 of 255 = 69%
G 221 of 255 = 87%
B 245 of 255 = 96%

175
221
245

R + G + B ~ 84%. #AFDDF5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 175 + 221 + 245 = 641 (100%)
R 175 of 641 ~ 27.3%
G 221 of 641 ~ 34.48%
B 245 of 641 ~ 38.22'%

%27.3
%34.48
%38.22

CMYK color model

#AFDDF5 color CMYK value is (29,10,0,4).

  • cyan value is 28.57%
  • magenta value is 9.80%
  • yellow value is 0.00%
  • key color value is 3.92%

CMYK: (29,10,0,4)
C29M10Y0K4 (29%, 10%, 0%, 4%)
(0.29 / 0.10 / 0.00 / 0.04)

CMYK percentages

%28.57
%9.8
%0
%3.92

Codes

Color #AFDDF5 in popluar color models

AF DD F5
RGB 175 221 245
HSL 201° 77.78% 82.35%
HSB/HSV 201° 28.57% 96.08%
CMYK 28.57% 9.80% 0.00%
3.92%

Color #AFDDF5 in popluar number systems.

HEX AF DD F5
Decimal 175 221 245
Binary 10101111 11011101 11110101
Octal 257 335 365

Shades and tints

Shades of #AFDDF5

#AFDDF5
(175,221,245)
#A0C9DF
(160,201,223)
#91B5C9
(145,181,201)
#82A1B3
(130,161,179)
#738D9D
(115,141,157)
#647987
(100,121,135)
#556571
(85,101,113)
#46515B
(70,81,91)
#373D45
(55,61,69)
#28292F
(40,41,47)
#191519
(25,21,25)
#000000
(0,0,0)

Tints of #AFDDF5

#AFDDF5
(175,221,245)
#B6E0F5
(182,224,245)
#BDE3F5
(189,227,245)
#C4E6F5
(196,230,245)
#CBE9F5
(203,233,245)
#D2ECF5
(210,236,245)
#D9EFF5
(217,239,245)
#E0F2F5
(224,242,245)
#E7F5F5
(231,245,245)
#EEF8F5
(238,248,245)
#F5FBF5
(245,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFDDF5 color. Also use rgb(175,221,245) instead hex code.

Text Font Color

.myTextColor { color: #AFDDF5; }

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

This text font color is #AFDDF5.

Background Color

.myBgColor { background-color: #AFDDF5; }

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

This div background color is #AFDDF5.

Border color

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

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

This div border color is #AFDDF5.

Opacity

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

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

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

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

This text has shadow with #AFDDF5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFDDF5.

Preview

Color preview on black background

This text has color #AFDDF5 on black background.


Color preview on white background

This text has color #AFDDF5 on white background.


Black color preview on #AFDDF5 background

This text has black color on #AFDDF5 background.


White color preview on #AFDDF5 background

This text has white color on #AFDDF5 background.


Related colors

Complementary color

Complementary color for #hex is #50220A.


I love getcolorcode.com

Triadic colors

1 #F5AFDD and #DDF5AF with #AFDDF5 are triadic colors.

2 #F5DDAF and #DDAFF5 with #AFDDF5 are triadic colors.