COLOR #AFD6CE

HEX: #AFD6CE
RGB: (175,214,206)

Color info

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

RGB color model

#AFD6CE color RGB value is (175,214,206).

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

RGB channels and saturation

R 175 of 255 = 69%
G 214 of 255 = 84%
B 206 of 255 = 81%

175
214
206

R + G + B ~ 78%. #AFD6CE is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 214 + 206 = 595 (100%)
R 175 of 595 ~ 29.41%
G 214 of 595 ~ 35.97%
B 206 of 595 ~ 34.62%

%29.41
%35.97
%34.62

CMYK color model

#AFD6CE color CMYK value is (18,0,4,16).

  • cyan value is 18.22%
  • magenta value is 0.00%
  • yellow value is 3.74%
  • key color value is 16.08%
CMYK:
(18,0,4,16)
C18M0Y4K16 
(18%,0%,4%,16%)
(0.18/0.00/0.04/0.16)	

CMYK percentages

%18.22
%0
%3.74
%16.08

Codes

Color #AFD6CE in popluar color models

AFD6CE
RGB175214206
HSL168°32.23%76.27%
HSB/HSV168°18.22%83.92%
CMYK18.22%0.00%3.74%
16.08%

Color #AFD6CE in popluar number systems.

HEXAFD6CE
Decimal175214206
Binary101011111101011011001110
Octal257326316

Shades and tints

Shades of #AFD6CE

#AFD6CE
(175,214,206)
#A0C3BC
(160,195,188)
#91B0AA
(145,176,170)
#829D98
(130,157,152)
#738A86
(115,138,134)
#647774
(100,119,116)
#556462
(85,100,98)
#465150
(70,81,80)
#373E3E
(55,62,62)
#282B2C
(40,43,44)
#19181A
(25,24,26)
#000000
(0,0,0)

Tints of #AFD6CE

#AFD6CE
(175,214,206)
#B6D9D2
(182,217,210)
#BDDCD6
(189,220,214)
#C4DFDA
(196,223,218)
#CBE2DE
(203,226,222)
#D2E5E2
(210,229,226)
#D9E8E6
(217,232,230)
#E0EBEA
(224,235,234)
#E7EEEE
(231,238,238)
#EEF1F2
(238,241,242)
#F5F4F6
(245,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFD6CE; }

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

This text font color is #AFD6CE.


Background Color

.myBgColor { background-color: #AFD6CE; }

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

This div background color is #AFD6CE.


Border color

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

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

This div border color is #AFD6CE.


Opacity

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

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

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

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

This text has shadow with #AFD6CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFD6CE on black background.


Color preview on white background

This text has color #AFD6CE on white background.



Black color preview on #AFD6CE background

This text has black color on #AFD6CE background.


White color preview on #AFD6CE background

This text has white color on #AFD6CE background.