COLOR #AFDDB6

HEX: #AFDDB6
RGB: (175,221,182)

Color info

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

RGB color model

#AFDDB6 color RGB value is (175,221,182).

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

RGB channels and saturation

R 175 of 255 = 69%
G 221 of 255 = 87%
B 182 of 255 = 71%

175
221
182

R + G + B ~ 76%. #AFDDB6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 221 + 182 = 578 (100%)
R 175 of 578 ~ 30.28%
G 221 of 578 ~ 38.24%
B 182 of 578 ~ 31.49%

%30.28
%38.24
%31.49

CMYK color model

#AFDDB6 color CMYK value is (21,0,18,13).

  • cyan value is 20.81%
  • magenta value is 0.00%
  • yellow value is 17.65%
  • key color value is 13.33%
CMYK:
(21,0,18,13)
C21M0Y18K13 
(21%,0%,18%,13%)
(0.21/0.00/0.18/0.13)	

CMYK percentages

%20.81
%0
%17.65
%13.33

Codes

Color #AFDDB6 in popluar color models

AFDDB6
RGB175221182
HSL129°40.35%77.65%
HSB/HSV129°20.81%86.67%
CMYK20.81%0.00%17.65%
13.33%

Color #AFDDB6 in popluar number systems.

HEXAFDDB6
Decimal175221182
Binary101011111101110110110110
Octal257335266

Shades and tints

Shades of #AFDDB6

#AFDDB6
(175,221,182)
#A0C9A6
(160,201,166)
#91B596
(145,181,150)
#82A186
(130,161,134)
#738D76
(115,141,118)
#647966
(100,121,102)
#556556
(85,101,86)
#465146
(70,81,70)
#373D36
(55,61,54)
#282926
(40,41,38)
#191516
(25,21,22)
#000000
(0,0,0)

Tints of #AFDDB6

#AFDDB6
(175,221,182)
#B6E0BC
(182,224,188)
#BDE3C2
(189,227,194)
#C4E6C8
(196,230,200)
#CBE9CE
(203,233,206)
#D2ECD4
(210,236,212)
#D9EFDA
(217,239,218)
#E0F2E0
(224,242,224)
#E7F5E6
(231,245,230)
#EEF8EC
(238,248,236)
#F5FBF2
(245,251,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFDDB6; }

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

This text font color is #AFDDB6.


Background Color

.myBgColor { background-color: #AFDDB6; }

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

This div background color is #AFDDB6.


Border color

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

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

This div border color is #AFDDB6.


Opacity

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

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

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

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

This text has shadow with #AFDDB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFDDB6 on black background.


Color preview on white background

This text has color #AFDDB6 on white background.



Black color preview on #AFDDB6 background

This text has black color on #AFDDB6 background.


White color preview on #AFDDB6 background

This text has white color on #AFDDB6 background.