COLOR #AFDDC2

HEX: #AFDDC2
RGB: (175,221,194)

Color info

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

RGB color model

#AFDDC2 color RGB value is (175,221,194).

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

RGB channels and saturation

R 175 of 255 = 69%
G 221 of 255 = 87%
B 194 of 255 = 76%

175
221
194

R + G + B ~ 77%. #AFDDC2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 221 + 194 = 590 (100%)
R 175 of 590 ~ 29.66%
G 221 of 590 ~ 37.46%
B 194 of 590 ~ 32.88%

%29.66
%37.46
%32.88

CMYK color model

#AFDDC2 color CMYK value is (21,0,12,13).

  • cyan value is 20.81%
  • magenta value is 0.00%
  • yellow value is 12.22%
  • key color value is 13.33%
CMYK:
(21,0,12,13)
C21M0Y12K13 
(21%,0%,12%,13%)
(0.21/0.00/0.12/0.13)	

CMYK percentages

%20.81
%0
%12.22
%13.33

Codes

Color #AFDDC2 in popluar color models

AFDDC2
RGB175221194
HSL145°40.35%77.65%
HSB/HSV145°20.81%86.67%
CMYK20.81%0.00%12.22%
13.33%

Color #AFDDC2 in popluar number systems.

HEXAFDDC2
Decimal175221194
Binary101011111101110111000010
Octal257335302

Shades and tints

Shades of #AFDDC2

#AFDDC2
(175,221,194)
#A0C9B1
(160,201,177)
#91B5A0
(145,181,160)
#82A18F
(130,161,143)
#738D7E
(115,141,126)
#64796D
(100,121,109)
#55655C
(85,101,92)
#46514B
(70,81,75)
#373D3A
(55,61,58)
#282929
(40,41,41)
#191518
(25,21,24)
#000000
(0,0,0)

Tints of #AFDDC2

#AFDDC2
(175,221,194)
#B6E0C7
(182,224,199)
#BDE3CC
(189,227,204)
#C4E6D1
(196,230,209)
#CBE9D6
(203,233,214)
#D2ECDB
(210,236,219)
#D9EFE0
(217,239,224)
#E0F2E5
(224,242,229)
#E7F5EA
(231,245,234)
#EEF8EF
(238,248,239)
#F5FBF4
(245,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFDDC2; }

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

This text font color is #AFDDC2.


Background Color

.myBgColor { background-color: #AFDDC2; }

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

This div background color is #AFDDC2.


Border color

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

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

This div border color is #AFDDC2.


Opacity

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

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

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

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

This text has shadow with #AFDDC2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFDDC2 on black background.


Color preview on white background

This text has color #AFDDC2 on white background.



Black color preview on #AFDDC2 background

This text has black color on #AFDDC2 background.


White color preview on #AFDDC2 background

This text has white color on #AFDDC2 background.