COLOR #AFD6DB

HEX: #AFD6DB
RGB: (175,214,219)

Color info

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

RGB color model

#AFD6DB color RGB value is (175,214,219).

  • red value is 175;
  • green value is 214;
  • blue value is 219.
RGB:
(175,214,219)
(69%,84%,86%)

RGB channels and saturation

R 175 of 255 = 69%
G 214 of 255 = 84%
B 219 of 255 = 86%

175
214
219

R + G + B ~ 80%. #AFD6DB is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 214 + 219 = 608 (100%)
R 175 of 608 ~ 28.78%
G 214 of 608 ~ 35.2%
B 219 of 608 ~ 36.02%

%28.78
%35.2
%36.02

CMYK color model

#AFD6DB color CMYK value is (20,2,0,14).

  • cyan value is 20.09%
  • magenta value is 2.28%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(20,2,0,14)
C20M2Y0K14 
(20%,2%,0%,14%)
(0.20/0.02/0.00/0.14)	

CMYK percentages

%20.09
%2.28
%0
%14.12

Codes

Color #AFD6DB in popluar color models

AFD6DB
RGB175214219
HSL187°37.93%77.25%
HSB/HSV187°20.09%85.88%
CMYK20.09%2.28%0.00%
14.12%

Color #AFD6DB in popluar number systems.

HEXAFD6DB
Decimal175214219
Binary101011111101011011011011
Octal257326333

Shades and tints

Shades of #AFD6DB

#AFD6DB
(175,214,219)
#A0C3C8
(160,195,200)
#91B0B5
(145,176,181)
#829DA2
(130,157,162)
#738A8F
(115,138,143)
#64777C
(100,119,124)
#556469
(85,100,105)
#465156
(70,81,86)
#373E43
(55,62,67)
#282B30
(40,43,48)
#19181D
(25,24,29)
#000000
(0,0,0)

Tints of #AFD6DB

#AFD6DB
(175,214,219)
#B6D9DE
(182,217,222)
#BDDCE1
(189,220,225)
#C4DFE4
(196,223,228)
#CBE2E7
(203,226,231)
#D2E5EA
(210,229,234)
#D9E8ED
(217,232,237)
#E0EBF0
(224,235,240)
#E7EEF3
(231,238,243)
#EEF1F6
(238,241,246)
#F5F4F9
(245,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFD6DB color. Also use rgb(175,214,219) instead hex code.

Text Font Color

.myTextColor { color: #AFD6DB; }

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

This text font color is #AFD6DB.


Background Color

.myBgColor { background-color: #AFD6DB; }

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

This div background color is #AFD6DB.


Border color

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

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

This div border color is #AFD6DB.


Opacity

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

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

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

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

This text has shadow with #AFD6DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFD6DB on black background.


Color preview on white background

This text has color #AFD6DB on white background.



Black color preview on #AFD6DB background

This text has black color on #AFD6DB background.


White color preview on #AFD6DB background

This text has white color on #AFD6DB background.