COLOR #AFDDB9

HEX: #AFDDB9
RGB: (175,221,185)

Color info

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

RGB color model

#AFDDB9 color RGB value is (175,221,185).

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

RGB channels and saturation

R 175 of 255 = 69%
G 221 of 255 = 87%
B 185 of 255 = 73%

175
221
185

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

Portions of RGB colors in percentages

R + G + B =
175 + 221 + 185 = 581 (100%)
R 175 of 581 ~ 30.12%
G 221 of 581 ~ 38.04%
B 185 of 581 ~ 31.84%

%30.12
%38.04
%31.84

CMYK color model

#AFDDB9 color CMYK value is (21,0,16,13).

  • cyan value is 20.81%
  • magenta value is 0.00%
  • yellow value is 16.29%
  • key color value is 13.33%
CMYK:
(21,0,16,13)
C21M0Y16K13 
(21%,0%,16%,13%)
(0.21/0.00/0.16/0.13)	

CMYK percentages

%20.81
%0
%16.29
%13.33

Codes

Color #AFDDB9 in popluar color models

AFDDB9
RGB175221185
HSL133°40.35%77.65%
HSB/HSV133°20.81%86.67%
CMYK20.81%0.00%16.29%
13.33%

Color #AFDDB9 in popluar number systems.

HEXAFDDB9
Decimal175221185
Binary101011111101110110111001
Octal257335271

Shades and tints

Shades of #AFDDB9

#AFDDB9
(175,221,185)
#A0C9A9
(160,201,169)
#91B599
(145,181,153)
#82A189
(130,161,137)
#738D79
(115,141,121)
#647969
(100,121,105)
#556559
(85,101,89)
#465149
(70,81,73)
#373D39
(55,61,57)
#282929
(40,41,41)
#191519
(25,21,25)
#000000
(0,0,0)

Tints of #AFDDB9

#AFDDB9
(175,221,185)
#B6E0BF
(182,224,191)
#BDE3C5
(189,227,197)
#C4E6CB
(196,230,203)
#CBE9D1
(203,233,209)
#D2ECD7
(210,236,215)
#D9EFDD
(217,239,221)
#E0F2E3
(224,242,227)
#E7F5E9
(231,245,233)
#EEF8EF
(238,248,239)
#F5FBF5
(245,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFDDB9; }

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

This text font color is #AFDDB9.


Background Color

.myBgColor { background-color: #AFDDB9; }

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

This div background color is #AFDDB9.


Border color

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

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

This div border color is #AFDDB9.


Opacity

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

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

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

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

This text has shadow with #AFDDB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFDDB9 on black background.


Color preview on white background

This text has color #AFDDB9 on white background.



Black color preview on #AFDDB9 background

This text has black color on #AFDDB9 background.


White color preview on #AFDDB9 background

This text has white color on #AFDDB9 background.