COLOR #AFDDCA

HEX: #AFDDCA
RGB: (175,221,202)

Color info

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

RGB color model

#AFDDCA color RGB value is (175,221,202).

  • red value is 175;
  • green value is 221;
  • blue value is 202.
RGB:
(175,221,202)
(69%,87%,79%)

RGB channels and saturation

R 175 of 255 = 69%
G 221 of 255 = 87%
B 202 of 255 = 79%

175
221
202

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

Portions of RGB colors in percentages

R + G + B =
175 + 221 + 202 = 598 (100%)
R 175 of 598 ~ 29.26%
G 221 of 598 ~ 36.96%
B 202 of 598 ~ 33.78%

%29.26
%36.96
%33.78

CMYK color model

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

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

CMYK percentages

%20.81
%0
%8.6
%13.33

Codes

Color #AFDDCA in popluar color models

AFDDCA
RGB175221202
HSL155°40.35%77.65%
HSB/HSV155°20.81%86.67%
CMYK20.81%0.00%8.60%
13.33%

Color #AFDDCA in popluar number systems.

HEXAFDDCA
Decimal175221202
Binary101011111101110111001010
Octal257335312

Shades and tints

Shades of #AFDDCA

#AFDDCA
(175,221,202)
#A0C9B8
(160,201,184)
#91B5A6
(145,181,166)
#82A194
(130,161,148)
#738D82
(115,141,130)
#647970
(100,121,112)
#55655E
(85,101,94)
#46514C
(70,81,76)
#373D3A
(55,61,58)
#282928
(40,41,40)
#191516
(25,21,22)
#000000
(0,0,0)

Tints of #AFDDCA

#AFDDCA
(175,221,202)
#B6E0CE
(182,224,206)
#BDE3D2
(189,227,210)
#C4E6D6
(196,230,214)
#CBE9DA
(203,233,218)
#D2ECDE
(210,236,222)
#D9EFE2
(217,239,226)
#E0F2E6
(224,242,230)
#E7F5EA
(231,245,234)
#EEF8EE
(238,248,238)
#F5FBF2
(245,251,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFDDCA color. Also use rgb(175,221,202) instead hex code.

Text Font Color

.myTextColor { color: #AFDDCA; }

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

This text font color is #AFDDCA.


Background Color

.myBgColor { background-color: #AFDDCA; }

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

This div background color is #AFDDCA.


Border color

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

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

This div border color is #AFDDCA.


Opacity

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

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

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

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

This text has shadow with #AFDDCA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFDDCA on black background.


Color preview on white background

This text has color #AFDDCA on white background.



Black color preview on #AFDDCA background

This text has black color on #AFDDCA background.


White color preview on #AFDDCA background

This text has white color on #AFDDCA background.