COLOR #AFD1AE

HEX: #AFD1AE
RGB: (175,209,174)

Color info

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

RGB color model

#AFD1AE color RGB value is (175,209,174).

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

RGB channels and saturation

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

175
209
174

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

Portions of RGB colors in percentages

R + G + B =
175 + 209 + 174 = 558 (100%)
R 175 of 558 ~ 31.36%
G 209 of 558 ~ 37.46%
B 174 of 558 ~ 31.18%

%31.36
%37.46
%31.18

CMYK color model

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

  • cyan value is 16.27%
  • magenta value is 0.00%
  • yellow value is 16.75%
  • key color value is 18.04%
CMYK:
(16,0,17,18)
C16M0Y17K18 
(16%,0%,17%,18%)
(0.16/0.00/0.17/0.18)	

CMYK percentages

%16.27
%0
%16.75
%18.04

Codes

Color #AFD1AE in popluar color models

AFD1AE
RGB175209174
HSL118°27.56%75.10%
HSB/HSV118°16.75%81.96%
CMYK16.27%0.00%16.75%
18.04%

Color #AFD1AE in popluar number systems.

HEXAFD1AE
Decimal175209174
Binary101011111101000110101110
Octal257321256

Shades and tints

Shades of #AFD1AE

#AFD1AE
(175,209,174)
#A0BE9F
(160,190,159)
#91AB90
(145,171,144)
#829881
(130,152,129)
#738572
(115,133,114)
#647263
(100,114,99)
#555F54
(85,95,84)
#464C45
(70,76,69)
#373936
(55,57,54)
#282627
(40,38,39)
#191318
(25,19,24)
#000000
(0,0,0)

Tints of #AFD1AE

#AFD1AE
(175,209,174)
#B6D5B5
(182,213,181)
#BDD9BC
(189,217,188)
#C4DDC3
(196,221,195)
#CBE1CA
(203,225,202)
#D2E5D1
(210,229,209)
#D9E9D8
(217,233,216)
#E0EDDF
(224,237,223)
#E7F1E6
(231,241,230)
#EEF5ED
(238,245,237)
#F5F9F4
(245,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFD1AE; }

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

This text font color is #AFD1AE.


Background Color

.myBgColor { background-color: #AFD1AE; }

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

This div background color is #AFD1AE.


Border color

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

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

This div border color is #AFD1AE.


Opacity

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

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

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

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

This text has shadow with #AFD1AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFD1AE on black background.


Color preview on white background

This text has color #AFD1AE on white background.



Black color preview on #AFD1AE background

This text has black color on #AFD1AE background.


White color preview on #AFD1AE background

This text has white color on #AFD1AE background.