COLOR #AFDEB9

HEX: #AFDEB9
RGB: (175,222,185)

Color info

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

RGB color model

#AFDEB9 color RGB value is (175,222,185).

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

RGB channels and saturation

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

175
222
185

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

Portions of RGB colors in percentages

R + G + B =
175 + 222 + 185 = 582 (100%)
R 175 of 582 ~ 30.07%
G 222 of 582 ~ 38.14%
B 185 of 582 ~ 31.79%

%30.07
%38.14
%31.79

CMYK color model

#AFDEB9 color CMYK value is (21,0,17,13).

  • cyan value is 21.17%
  • magenta value is 0.00%
  • yellow value is 16.67%
  • key color value is 12.94%
CMYK:
(21,0,17,13)
C21M0Y17K13 
(21%,0%,17%,13%)
(0.21/0.00/0.17/0.13)	

CMYK percentages

%21.17
%0
%16.67
%12.94

Codes

Color #AFDEB9 in popluar color models

AFDEB9
RGB175222185
HSL133°41.59%77.84%
HSB/HSV133°21.17%87.06%
CMYK21.17%0.00%16.67%
12.94%

Color #AFDEB9 in popluar number systems.

HEXAFDEB9
Decimal175222185
Binary101011111101111010111001
Octal257336271

Shades and tints

Shades of #AFDEB9

#AFDEB9
(175,222,185)
#A0CAA9
(160,202,169)
#91B699
(145,182,153)
#82A289
(130,162,137)
#738E79
(115,142,121)
#647A69
(100,122,105)
#556659
(85,102,89)
#465249
(70,82,73)
#373E39
(55,62,57)
#282A29
(40,42,41)
#191619
(25,22,25)
#000000
(0,0,0)

Tints of #AFDEB9

#AFDEB9
(175,222,185)
#B6E1BF
(182,225,191)
#BDE4C5
(189,228,197)
#C4E7CB
(196,231,203)
#CBEAD1
(203,234,209)
#D2EDD7
(210,237,215)
#D9F0DD
(217,240,221)
#E0F3E3
(224,243,227)
#E7F6E9
(231,246,233)
#EEF9EF
(238,249,239)
#F5FCF5
(245,252,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFDEB9; }

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

This text font color is #AFDEB9.


Background Color

.myBgColor { background-color: #AFDEB9; }

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

This div background color is #AFDEB9.


Border color

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

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

This div border color is #AFDEB9.


Opacity

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

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

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

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

This text has shadow with #AFDEB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFDEB9 on black background.


Color preview on white background

This text has color #AFDEB9 on white background.



Black color preview on #AFDEB9 background

This text has black color on #AFDEB9 background.


White color preview on #AFDEB9 background

This text has white color on #AFDEB9 background.