COLOR #AFDEC5

HEX: #AFDEC5
RGB: (175,222,197)

Color info

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

RGB color model

#AFDEC5 color RGB value is (175,222,197).

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

RGB channels and saturation

R 175 of 255 = 69%
G 222 of 255 = 87%
B 197 of 255 = 77%

175
222
197

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

Portions of RGB colors in percentages

R + G + B =
175 + 222 + 197 = 594 (100%)
R 175 of 594 ~ 29.46%
G 222 of 594 ~ 37.37%
B 197 of 594 ~ 33.16%

%29.46
%37.37
%33.16

CMYK color model

#AFDEC5 color CMYK value is (21,0,11,13).

  • cyan value is 21.17%
  • magenta value is 0.00%
  • yellow value is 11.26%
  • key color value is 12.94%
CMYK:
(21,0,11,13)
C21M0Y11K13 
(21%,0%,11%,13%)
(0.21/0.00/0.11/0.13)	

CMYK percentages

%21.17
%0
%11.26
%12.94

Codes

Color #AFDEC5 in popluar color models

AFDEC5
RGB175222197
HSL148°41.59%77.84%
HSB/HSV148°21.17%87.06%
CMYK21.17%0.00%11.26%
12.94%

Color #AFDEC5 in popluar number systems.

HEXAFDEC5
Decimal175222197
Binary101011111101111011000101
Octal257336305

Shades and tints

Shades of #AFDEC5

#AFDEC5
(175,222,197)
#A0CAB4
(160,202,180)
#91B6A3
(145,182,163)
#82A292
(130,162,146)
#738E81
(115,142,129)
#647A70
(100,122,112)
#55665F
(85,102,95)
#46524E
(70,82,78)
#373E3D
(55,62,61)
#282A2C
(40,42,44)
#19161B
(25,22,27)
#000000
(0,0,0)

Tints of #AFDEC5

#AFDEC5
(175,222,197)
#B6E1CA
(182,225,202)
#BDE4CF
(189,228,207)
#C4E7D4
(196,231,212)
#CBEAD9
(203,234,217)
#D2EDDE
(210,237,222)
#D9F0E3
(217,240,227)
#E0F3E8
(224,243,232)
#E7F6ED
(231,246,237)
#EEF9F2
(238,249,242)
#F5FCF7
(245,252,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFDEC5; }

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

This text font color is #AFDEC5.


Background Color

.myBgColor { background-color: #AFDEC5; }

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

This div background color is #AFDEC5.


Border color

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

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

This div border color is #AFDEC5.


Opacity

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

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

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

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

This text has shadow with #AFDEC5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFDEC5 on black background.


Color preview on white background

This text has color #AFDEC5 on white background.



Black color preview on #AFDEC5 background

This text has black color on #AFDEC5 background.


White color preview on #AFDEC5 background

This text has white color on #AFDEC5 background.