COLOR #AFE6DB

HEX: #AFE6DB
RGB: (175,230,219)

Color info

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

RGB color model

#AFE6DB color RGB value is (175,230,219).

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

RGB channels and saturation

R 175 of 255 = 69%
G 230 of 255 = 90%
B 219 of 255 = 86%

175
230
219

R + G + B ~ 82%. #AFE6DB is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 230 + 219 = 624 (100%)
R 175 of 624 ~ 28.04%
G 230 of 624 ~ 36.86%
B 219 of 624 ~ 35.1%

%28.04
%36.86
%35.1

CMYK color model

#AFE6DB color CMYK value is (24,0,5,10).

  • cyan value is 23.91%
  • magenta value is 0.00%
  • yellow value is 4.78%
  • key color value is 9.80%
CMYK:
(24,0,5,10)
C24M0Y5K10 
(24%,0%,5%,10%)
(0.24/0.00/0.05/0.10)	

CMYK percentages

%23.91
%0
%4.78
%9.8

Codes

Color #AFE6DB in popluar color models

AFE6DB
RGB175230219
HSL168°52.38%79.41%
HSB/HSV168°23.91%90.20%
CMYK23.91%0.00%4.78%
9.80%

Color #AFE6DB in popluar number systems.

HEXAFE6DB
Decimal175230219
Binary101011111110011011011011
Octal257346333

Shades and tints

Shades of #AFE6DB

#AFE6DB
(175,230,219)
#A0D2C8
(160,210,200)
#91BEB5
(145,190,181)
#82AAA2
(130,170,162)
#73968F
(115,150,143)
#64827C
(100,130,124)
#556E69
(85,110,105)
#465A56
(70,90,86)
#374643
(55,70,67)
#283230
(40,50,48)
#191E1D
(25,30,29)
#000000
(0,0,0)

Tints of #AFE6DB

#AFE6DB
(175,230,219)
#B6E8DE
(182,232,222)
#BDEAE1
(189,234,225)
#C4ECE4
(196,236,228)
#CBEEE7
(203,238,231)
#D2F0EA
(210,240,234)
#D9F2ED
(217,242,237)
#E0F4F0
(224,244,240)
#E7F6F3
(231,246,243)
#EEF8F6
(238,248,246)
#F5FAF9
(245,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFE6DB; }

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

This text font color is #AFE6DB.


Background Color

.myBgColor { background-color: #AFE6DB; }

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

This div background color is #AFE6DB.


Border color

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

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

This div border color is #AFE6DB.


Opacity

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

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

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

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

This text has shadow with #AFE6DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFE6DB on black background.


Color preview on white background

This text has color #AFE6DB on white background.



Black color preview on #AFE6DB background

This text has black color on #AFE6DB background.


White color preview on #AFE6DB background

This text has white color on #AFE6DB background.