COLOR #AFDED2

HEX: #AFDED2 RGB: (175,222,210)

Color info

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

RGB color model

#AFDED2 color RGB value is (175,222,210).

RGB: (175,222,210) (69%, 87%, 82%)

RGB channels and saturation

R 175 of 255 = 69%
G 222 of 255 = 87%
B 210 of 255 = 82%

175
222
210

R + G + B ~ 79%. #AFDED2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 175 + 222 + 210 = 607 (100%)
R 175 of 607 ~ 28.83%
G 222 of 607 ~ 36.57%
B 210 of 607 ~ 34.6'%

%28.83
%36.57
%34.6

CMYK color model

#AFDED2 color CMYK value is (21,0,5,13).

  • cyan value is 21.17%
  • magenta value is 0.00%
  • yellow value is 5.41%
  • key color value is 12.94%

CMYK: (21,0,5,13)
C21M0Y5K13 (21%, 0%, 5%, 13%)
(0.21 / 0.00 / 0.05 / 0.13)

CMYK percentages

%21.17
%0
%5.41
%12.94

Codes

Color #AFDED2 in popluar color models

AF DE D2
RGB 175 222 210
HSL 165° 41.59% 77.84%
HSB/HSV 165° 21.17% 87.06%
CMYK 21.17% 0.00% 5.41%
12.94%

Color #AFDED2 in popluar number systems.

HEX AF DE D2
Decimal 175 222 210
Binary 10101111 11011110 11010010
Octal 257 336 322

Shades and tints

Shades of #AFDED2

#AFDED2
(175,222,210)
#A0CABF
(160,202,191)
#91B6AC
(145,182,172)
#82A299
(130,162,153)
#738E86
(115,142,134)
#647A73
(100,122,115)
#556660
(85,102,96)
#46524D
(70,82,77)
#373E3A
(55,62,58)
#282A27
(40,42,39)
#191614
(25,22,20)
#000000
(0,0,0)

Tints of #AFDED2

#AFDED2
(175,222,210)
#B6E1D6
(182,225,214)
#BDE4DA
(189,228,218)
#C4E7DE
(196,231,222)
#CBEAE2
(203,234,226)
#D2EDE6
(210,237,230)
#D9F0EA
(217,240,234)
#E0F3EE
(224,243,238)
#E7F6F2
(231,246,242)
#EEF9F6
(238,249,246)
#F5FCFA
(245,252,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFDED2 color. Also use rgb(175,222,210) instead hex code.

Text Font Color

.myTextColor { color: #AFDED2; }

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

This text font color is #AFDED2.

Background Color

.myBgColor { background-color: #AFDED2; }

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

This div background color is #AFDED2.

Border color

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

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

This div border color is #AFDED2.

Opacity

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

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

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

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

This text has shadow with #AFDED2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFDED2.

Preview

Color preview on black background

This text has color #AFDED2 on black background.


Color preview on white background

This text has color #AFDED2 on white background.


Black color preview on #AFDED2 background

This text has black color on #AFDED2 background.


White color preview on #AFDED2 background

This text has white color on #AFDED2 background.


Related colors

Complementary color

Complementary color for #hex is #50212D.


I love getcolorcode.com

Triadic colors

1 #D2AFDE and #DED2AF with #AFDED2 are triadic colors.

2 #D2DEAF and #DEAFD2 with #AFDED2 are triadic colors.