COLOR #AFDECB

HEX: #AFDECB
RGB: (175,222,203)

Color info

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

RGB color model

#AFDECB color RGB value is (175,222,203).

  • red value is 175;
  • green value is 222;
  • blue value is 203.
RGB:
(175,222,203)
(69%,87%,80%)

RGB channels and saturation

R 175 of 255 = 69%
G 222 of 255 = 87%
B 203 of 255 = 80%

175
222
203

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

Portions of RGB colors in percentages

R + G + B =
175 + 222 + 203 = 600 (100%)
R 175 of 600 ~ 29.17%
G 222 of 600 ~ 37%
B 203 of 600 ~ 33.83%

%29.17
%37
%33.83

CMYK color model

#AFDECB color CMYK value is (21,0,9,13).

  • cyan value is 21.17%
  • magenta value is 0.00%
  • yellow value is 8.56%
  • key color value is 12.94%
CMYK:
(21,0,9,13)
C21M0Y9K13 
(21%,0%,9%,13%)
(0.21/0.00/0.09/0.13)	

CMYK percentages

%21.17
%0
%8.56
%12.94

Codes

Color #AFDECB in popluar color models

AFDECB
RGB175222203
HSL156°41.59%77.84%
HSB/HSV156°21.17%87.06%
CMYK21.17%0.00%8.56%
12.94%

Color #AFDECB in popluar number systems.

HEXAFDECB
Decimal175222203
Binary101011111101111011001011
Octal257336313

Shades and tints

Shades of #AFDECB

#AFDECB
(175,222,203)
#A0CAB9
(160,202,185)
#91B6A7
(145,182,167)
#82A295
(130,162,149)
#738E83
(115,142,131)
#647A71
(100,122,113)
#55665F
(85,102,95)
#46524D
(70,82,77)
#373E3B
(55,62,59)
#282A29
(40,42,41)
#191617
(25,22,23)
#000000
(0,0,0)

Tints of #AFDECB

#AFDECB
(175,222,203)
#B6E1CF
(182,225,207)
#BDE4D3
(189,228,211)
#C4E7D7
(196,231,215)
#CBEADB
(203,234,219)
#D2EDDF
(210,237,223)
#D9F0E3
(217,240,227)
#E0F3E7
(224,243,231)
#E7F6EB
(231,246,235)
#EEF9EF
(238,249,239)
#F5FCF3
(245,252,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFDECB color. Also use rgb(175,222,203) instead hex code.

Text Font Color

.myTextColor { color: #AFDECB; }

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

This text font color is #AFDECB.


Background Color

.myBgColor { background-color: #AFDECB; }

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

This div background color is #AFDECB.


Border color

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

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

This div border color is #AFDECB.


Opacity

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

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

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

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

This text has shadow with #AFDECB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFDECB on black background.


Color preview on white background

This text has color #AFDECB on white background.



Black color preview on #AFDECB background

This text has black color on #AFDECB background.


White color preview on #AFDECB background

This text has white color on #AFDECB background.