COLOR #AFDDD3

HEX: #AFDDD3
RGB: (175,221,211)

Color info

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

RGB color model

#AFDDD3 color RGB value is (175,221,211).

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

RGB channels and saturation

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

175
221
211

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

Portions of RGB colors in percentages

R + G + B =
175 + 221 + 211 = 607 (100%)
R 175 of 607 ~ 28.83%
G 221 of 607 ~ 36.41%
B 211 of 607 ~ 34.76%

%28.83
%36.41
%34.76

CMYK color model

#AFDDD3 color CMYK value is (21,0,5,13).

  • cyan value is 20.81%
  • magenta value is 0.00%
  • yellow value is 4.52%
  • key color value is 13.33%
CMYK:
(21,0,5,13)
C21M0Y5K13 
(21%,0%,5%,13%)
(0.21/0.00/0.05/0.13)	

CMYK percentages

%20.81
%0
%4.52
%13.33

Codes

Color #AFDDD3 in popluar color models

AFDDD3
RGB175221211
HSL167°40.35%77.65%
HSB/HSV167°20.81%86.67%
CMYK20.81%0.00%4.52%
13.33%

Color #AFDDD3 in popluar number systems.

HEXAFDDD3
Decimal175221211
Binary101011111101110111010011
Octal257335323

Shades and tints

Shades of #AFDDD3

#AFDDD3
(175,221,211)
#A0C9C0
(160,201,192)
#91B5AD
(145,181,173)
#82A19A
(130,161,154)
#738D87
(115,141,135)
#647974
(100,121,116)
#556561
(85,101,97)
#46514E
(70,81,78)
#373D3B
(55,61,59)
#282928
(40,41,40)
#191515
(25,21,21)
#000000
(0,0,0)

Tints of #AFDDD3

#AFDDD3
(175,221,211)
#B6E0D7
(182,224,215)
#BDE3DB
(189,227,219)
#C4E6DF
(196,230,223)
#CBE9E3
(203,233,227)
#D2ECE7
(210,236,231)
#D9EFEB
(217,239,235)
#E0F2EF
(224,242,239)
#E7F5F3
(231,245,243)
#EEF8F7
(238,248,247)
#F5FBFB
(245,251,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFDDD3; }

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

This text font color is #AFDDD3.


Background Color

.myBgColor { background-color: #AFDDD3; }

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

This div background color is #AFDDD3.


Border color

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

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

This div border color is #AFDDD3.


Opacity

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

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

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

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

This text has shadow with #AFDDD3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFDDD3 on black background.


Color preview on white background

This text has color #AFDDD3 on white background.



Black color preview on #AFDDD3 background

This text has black color on #AFDDD3 background.


White color preview on #AFDDD3 background

This text has white color on #AFDDD3 background.