COLOR #AFDDF0

HEX: #AFDDF0 RGB: (175,221,240)

Color info

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

RGB color model

#AFDDF0 color RGB value is (175,221,240).

RGB: (175,221,240) (69%, 87%, 94%)

RGB channels and saturation

R 175 of 255 = 69%
G 221 of 255 = 87%
B 240 of 255 = 94%

175
221
240

R + G + B ~ 83%. #AFDDF0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 175 + 221 + 240 = 636 (100%)
R 175 of 636 ~ 27.52%
G 221 of 636 ~ 34.75%
B 240 of 636 ~ 37.74'%

%27.52
%34.75
%37.74

CMYK color model

#AFDDF0 color CMYK value is (27,8,0,6).

  • cyan value is 27.08%
  • magenta value is 7.92%
  • yellow value is 0.00%
  • key color value is 5.88%

CMYK: (27,8,0,6)
C27M8Y0K6 (27%, 8%, 0%, 6%)
(0.27 / 0.08 / 0.00 / 0.06)

CMYK percentages

%27.08
%7.92
%0
%5.88

Codes

Color #AFDDF0 in popluar color models

AF DD F0
RGB 175 221 240
HSL 198° 68.42% 81.37%
HSB/HSV 198° 27.08% 94.12%
CMYK 27.08% 7.92% 0.00%
5.88%

Color #AFDDF0 in popluar number systems.

HEX AF DD F0
Decimal 175 221 240
Binary 10101111 11011101 11110000
Octal 257 335 360

Shades and tints

Shades of #AFDDF0

#AFDDF0
(175,221,240)
#A0C9DB
(160,201,219)
#91B5C6
(145,181,198)
#82A1B1
(130,161,177)
#738D9C
(115,141,156)
#647987
(100,121,135)
#556572
(85,101,114)
#46515D
(70,81,93)
#373D48
(55,61,72)
#282933
(40,41,51)
#19151E
(25,21,30)
#000000
(0,0,0)

Tints of #AFDDF0

#AFDDF0
(175,221,240)
#B6E0F1
(182,224,241)
#BDE3F2
(189,227,242)
#C4E6F3
(196,230,243)
#CBE9F4
(203,233,244)
#D2ECF5
(210,236,245)
#D9EFF6
(217,239,246)
#E0F2F7
(224,242,247)
#E7F5F8
(231,245,248)
#EEF8F9
(238,248,249)
#F5FBFA
(245,251,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFDDF0; }

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

This text font color is #AFDDF0.

Background Color

.myBgColor { background-color: #AFDDF0; }

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

This div background color is #AFDDF0.

Border color

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

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

This div border color is #AFDDF0.

Opacity

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

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

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

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

This text has shadow with #AFDDF0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFDDF0.

Preview

Color preview on black background

This text has color #AFDDF0 on black background.


Color preview on white background

This text has color #AFDDF0 on white background.


Black color preview on #AFDDF0 background

This text has black color on #AFDDF0 background.


White color preview on #AFDDF0 background

This text has white color on #AFDDF0 background.


Related colors

Complementary color

Complementary color for #hex is #50220F.


I love getcolorcode.com

Triadic colors

1 #F0AFDD and #DDF0AF with #AFDDF0 are triadic colors.

2 #F0DDAF and #DDAFF0 with #AFDDF0 are triadic colors.