COLOR #AFD0DF

HEX: #AFD0DF RGB: (175,208,223)

Color info

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

RGB color model

#AFD0DF color RGB value is (175,208,223).

RGB: (175,208,223) (69%, 82%, 87%)

RGB channels and saturation

R 175 of 255 = 69%
G 208 of 255 = 82%
B 223 of 255 = 87%

175
208
223

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

Portions of RGB colors in percentages

R + G + B = 175 + 208 + 223 = 606 (100%)
R 175 of 606 ~ 28.88%
G 208 of 606 ~ 34.32%
B 223 of 606 ~ 36.8'%

%28.88
%34.32
%36.8

CMYK color model

#AFD0DF color CMYK value is (22,7,0,13).

  • cyan value is 21.52%
  • magenta value is 6.73%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK: (22,7,0,13) C22M7Y0K13 (22%,7%,0%,13%) (0.22/0.07/0.00/0.13) 

CMYK percentages

%21.52
%6.73
%0
%12.55

Codes

Color #AFD0DF in popluar color models

AF D0 DF
RGB 175 208 223
HSL 199° 42.86% 78.04%
HSB/HSV 199° 21.52% 87.45%
CMYK 21.52% 6.73% 0.00%
12.55%

Color #AFD0DF in popluar number systems.

HEX AF D0 DF
Decimal 175 208 223
Binary 10101111 11010000 11011111
Octal 257 320 337

Shades and tints

Shades of #AFD0DF

#AFD0DF
(175,208,223)
#A0BECB
(160,190,203)
#91ACB7
(145,172,183)
#829AA3
(130,154,163)
#73888F
(115,136,143)
#64767B
(100,118,123)
#556467
(85,100,103)
#465253
(70,82,83)
#37403F
(55,64,63)
#282E2B
(40,46,43)
#191C17
(25,28,23)
#000000
(0,0,0)

Tints of #AFD0DF

#AFD0DF
(175,208,223)
#B6D4E1
(182,212,225)
#BDD8E3
(189,216,227)
#C4DCE5
(196,220,229)
#CBE0E7
(203,224,231)
#D2E4E9
(210,228,233)
#D9E8EB
(217,232,235)
#E0ECED
(224,236,237)
#E7F0EF
(231,240,239)
#EEF4F1
(238,244,241)
#F5F8F3
(245,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFD0DF color. Also use rgb(175,208,223) instead hex code.

Text Font Color

.myTextColor { color: #AFD0DF; }

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

This text font color is #AFD0DF.

Background Color

.myBgColor { background-color: #AFD0DF; }

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

This div background color is #AFD0DF.

Border color

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

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

This div border color is #AFD0DF.

Opacity

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

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

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

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

This text has shadow with #AFD0DF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFD0DF.

Preview

Color preview on black background

This text has color #AFD0DF on black background.


Color preview on white background

This text has color #AFD0DF on white background.


Black color preview on #AFD0DF background

This text has black color on #AFD0DF background.


White color preview on #AFD0DF background

This text has white color on #AFD0DF background.


Related colors

Complementary color

Complementary color for #hex is #502F20.


I love getcolorcode.com

Triadic colors

1 #DFAFD0 and #D0DFAF with #AFD0DF are triadic colors.

2 #DFD0AF and #D0AFDF with #AFD0DF are triadic colors.