COLOR #AFDDD4

HEX: #AFDDD4
RGB: (175,221,212)

Color info

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

RGB color model

#AFDDD4 color RGB value is (175,221,212).

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

RGB channels and saturation

R 175 of 255 = 69%
G 221 of 255 = 87%
B 212 of 255 = 83%

175
221
212

R + G + B ~ 80%. #AFDDD4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 221 + 212 = 608 (100%)
R 175 of 608 ~ 28.78%
G 221 of 608 ~ 36.35%
B 212 of 608 ~ 34.87%

%28.78
%36.35
%34.87

CMYK color model

#AFDDD4 color CMYK value is (21,0,4,13).

  • cyan value is 20.81%
  • magenta value is 0.00%
  • yellow value is 4.07%
  • key color value is 13.33%
CMYK:
(21,0,4,13)
C21M0Y4K13 
(21%,0%,4%,13%)
(0.21/0.00/0.04/0.13)	

CMYK percentages

%20.81
%0
%4.07
%13.33

Codes

Color #AFDDD4 in popluar color models

AFDDD4
RGB175221212
HSL168°40.35%77.65%
HSB/HSV168°20.81%86.67%
CMYK20.81%0.00%4.07%
13.33%

Color #AFDDD4 in popluar number systems.

HEXAFDDD4
Decimal175221212
Binary101011111101110111010100
Octal257335324

Shades and tints

Shades of #AFDDD4

#AFDDD4
(175,221,212)
#A0C9C1
(160,201,193)
#91B5AE
(145,181,174)
#82A19B
(130,161,155)
#738D88
(115,141,136)
#647975
(100,121,117)
#556562
(85,101,98)
#46514F
(70,81,79)
#373D3C
(55,61,60)
#282929
(40,41,41)
#191516
(25,21,22)
#000000
(0,0,0)

Tints of #AFDDD4

#AFDDD4
(175,221,212)
#B6E0D7
(182,224,215)
#BDE3DA
(189,227,218)
#C4E6DD
(196,230,221)
#CBE9E0
(203,233,224)
#D2ECE3
(210,236,227)
#D9EFE6
(217,239,230)
#E0F2E9
(224,242,233)
#E7F5EC
(231,245,236)
#EEF8EF
(238,248,239)
#F5FBF2
(245,251,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFDDD4; }

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

This text font color is #AFDDD4.


Background Color

.myBgColor { background-color: #AFDDD4; }

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

This div background color is #AFDDD4.


Border color

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

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

This div border color is #AFDDD4.


Opacity

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

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

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

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

This text has shadow with #AFDDD4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFDDD4 on black background.


Color preview on white background

This text has color #AFDDD4 on white background.



Black color preview on #AFDDD4 background

This text has black color on #AFDDD4 background.


White color preview on #AFDDD4 background

This text has white color on #AFDDD4 background.