COLOR #AFD0AE

HEX: #AFD0AE
RGB: (175,208,174)

Color info

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

RGB color model

#AFD0AE color RGB value is (175,208,174).

  • red value is 175;
  • green value is 208;
  • blue value is 174.
RGB:
(175,208,174)
(69%,82%,68%)

RGB channels and saturation

R 175 of 255 = 69%
G 208 of 255 = 82%
B 174 of 255 = 68%

175
208
174

R + G + B ~ 73%. #AFD0AE is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 208 + 174 = 557 (100%)
R 175 of 557 ~ 31.42%
G 208 of 557 ~ 37.34%
B 174 of 557 ~ 31.24%

%31.42
%37.34
%31.24

CMYK color model

#AFD0AE color CMYK value is (16,0,16,18).

  • cyan value is 15.87%
  • magenta value is 0.00%
  • yellow value is 16.35%
  • key color value is 18.43%
CMYK:
(16,0,16,18)
C16M0Y16K18 
(16%,0%,16%,18%)
(0.16/0.00/0.16/0.18)	

CMYK percentages

%15.87
%0
%16.35
%18.43

Codes

Color #AFD0AE in popluar color models

AFD0AE
RGB175208174
HSL118°26.56%74.90%
HSB/HSV118°16.35%81.57%
CMYK15.87%0.00%16.35%
18.43%

Color #AFD0AE in popluar number systems.

HEXAFD0AE
Decimal175208174
Binary101011111101000010101110
Octal257320256

Shades and tints

Shades of #AFD0AE

#AFD0AE
(175,208,174)
#A0BE9F
(160,190,159)
#91AC90
(145,172,144)
#829A81
(130,154,129)
#738872
(115,136,114)
#647663
(100,118,99)
#556454
(85,100,84)
#465245
(70,82,69)
#374036
(55,64,54)
#282E27
(40,46,39)
#191C18
(25,28,24)
#000000
(0,0,0)

Tints of #AFD0AE

#AFD0AE
(175,208,174)
#B6D4B5
(182,212,181)
#BDD8BC
(189,216,188)
#C4DCC3
(196,220,195)
#CBE0CA
(203,224,202)
#D2E4D1
(210,228,209)
#D9E8D8
(217,232,216)
#E0ECDF
(224,236,223)
#E7F0E6
(231,240,230)
#EEF4ED
(238,244,237)
#F5F8F4
(245,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFD0AE color. Also use rgb(175,208,174) instead hex code.

Text Font Color

.myTextColor { color: #AFD0AE; }

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

This text font color is #AFD0AE.


Background Color

.myBgColor { background-color: #AFD0AE; }

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

This div background color is #AFD0AE.


Border color

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

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

This div border color is #AFD0AE.


Opacity

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

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

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

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

This text has shadow with #AFD0AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFD0AE on black background.


Color preview on white background

This text has color #AFD0AE on white background.



Black color preview on #AFD0AE background

This text has black color on #AFD0AE background.


White color preview on #AFD0AE background

This text has white color on #AFD0AE background.