COLOR #AFD1DF

HEX: #AFD1DF
RGB: (175,209,223)

Color info

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

RGB color model

#AFD1DF color RGB value is (175,209,223).

  • red value is 175;
  • green value is 209;
  • blue value is 223.
RGB:
(175,209,223)
(69%,82%,87%)

RGB channels and saturation

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

175
209
223

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

Portions of RGB colors in percentages

R + G + B =
175 + 209 + 223 = 607 (100%)
R 175 of 607 ~ 28.83%
G 209 of 607 ~ 34.43%
B 223 of 607 ~ 36.74%

%28.83
%34.43
%36.74

CMYK color model

#AFD1DF color CMYK value is (22,6,0,13).

  • cyan value is 21.52%
  • magenta value is 6.28%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK:
(22,6,0,13)
C22M6Y0K13 
(22%,6%,0%,13%)
(0.22/0.06/0.00/0.13)	

CMYK percentages

%21.52
%6.28
%0
%12.55

Codes

Color #AFD1DF in popluar color models

AFD1DF
RGB175209223
HSL198°42.86%78.04%
HSB/HSV198°21.52%87.45%
CMYK21.52%6.28%0.00%
12.55%

Color #AFD1DF in popluar number systems.

HEXAFD1DF
Decimal175209223
Binary101011111101000111011111
Octal257321337

Shades and tints

Shades of #AFD1DF

#AFD1DF
(175,209,223)
#A0BECB
(160,190,203)
#91ABB7
(145,171,183)
#8298A3
(130,152,163)
#73858F
(115,133,143)
#64727B
(100,114,123)
#555F67
(85,95,103)
#464C53
(70,76,83)
#37393F
(55,57,63)
#28262B
(40,38,43)
#191317
(25,19,23)
#000000
(0,0,0)

Tints of #AFD1DF

#AFD1DF
(175,209,223)
#B6D5E1
(182,213,225)
#BDD9E3
(189,217,227)
#C4DDE5
(196,221,229)
#CBE1E7
(203,225,231)
#D2E5E9
(210,229,233)
#D9E9EB
(217,233,235)
#E0EDED
(224,237,237)
#E7F1EF
(231,241,239)
#EEF5F1
(238,245,241)
#F5F9F3
(245,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFD1DF; }

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

This text font color is #AFD1DF.


Background Color

.myBgColor { background-color: #AFD1DF; }

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

This div background color is #AFD1DF.


Border color

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

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

This div border color is #AFD1DF.


Opacity

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

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

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

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

This text has shadow with #AFD1DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFD1DF on black background.


Color preview on white background

This text has color #AFD1DF on white background.



Black color preview on #AFD1DF background

This text has black color on #AFD1DF background.


White color preview on #AFD1DF background

This text has white color on #AFD1DF background.