COLOR #AFDEA7

HEX: #AFDEA7
RGB: (175,222,167)

Color info

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

RGB color model

#AFDEA7 color RGB value is (175,222,167).

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

RGB channels and saturation

R 175 of 255 = 69%
G 222 of 255 = 87%
B 167 of 255 = 65%

175
222
167

R + G + B ~ 74%. #AFDEA7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 222 + 167 = 564 (100%)
R 175 of 564 ~ 31.03%
G 222 of 564 ~ 39.36%
B 167 of 564 ~ 29.61%

%31.03
%39.36
%29.61

CMYK color model

#AFDEA7 color CMYK value is (21,0,25,13).

  • cyan value is 21.17%
  • magenta value is 0.00%
  • yellow value is 24.77%
  • key color value is 12.94%
CMYK:
(21,0,25,13)
C21M0Y25K13 
(21%,0%,25%,13%)
(0.21/0.00/0.25/0.13)	

CMYK percentages

%21.17
%0
%24.77
%12.94

Codes

Color #AFDEA7 in popluar color models

AFDEA7
RGB175222167
HSL111°45.45%76.27%
HSB/HSV111°24.77%87.06%
CMYK21.17%0.00%24.77%
12.94%

Color #AFDEA7 in popluar number systems.

HEXAFDEA7
Decimal175222167
Binary101011111101111010100111
Octal257336247

Shades and tints

Shades of #AFDEA7

#AFDEA7
(175,222,167)
#A0CA98
(160,202,152)
#91B689
(145,182,137)
#82A27A
(130,162,122)
#738E6B
(115,142,107)
#647A5C
(100,122,92)
#55664D
(85,102,77)
#46523E
(70,82,62)
#373E2F
(55,62,47)
#282A20
(40,42,32)
#191611
(25,22,17)
#000000
(0,0,0)

Tints of #AFDEA7

#AFDEA7
(175,222,167)
#B6E1AF
(182,225,175)
#BDE4B7
(189,228,183)
#C4E7BF
(196,231,191)
#CBEAC7
(203,234,199)
#D2EDCF
(210,237,207)
#D9F0D7
(217,240,215)
#E0F3DF
(224,243,223)
#E7F6E7
(231,246,231)
#EEF9EF
(238,249,239)
#F5FCF7
(245,252,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFDEA7; }

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

This text font color is #AFDEA7.


Background Color

.myBgColor { background-color: #AFDEA7; }

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

This div background color is #AFDEA7.


Border color

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

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

This div border color is #AFDEA7.


Opacity

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

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

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

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

This text has shadow with #AFDEA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFDEA7 on black background.


Color preview on white background

This text has color #AFDEA7 on white background.



Black color preview on #AFDEA7 background

This text has black color on #AFDEA7 background.


White color preview on #AFDEA7 background

This text has white color on #AFDEA7 background.