COLOR #AFC3AE

HEX: #AFC3AE
RGB: (175,195,174)

Color info

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

RGB color model

#AFC3AE color RGB value is (175,195,174).

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

RGB channels and saturation

R 175 of 255 = 69%
G 195 of 255 = 76%
B 174 of 255 = 68%

175
195
174

R + G + B ~ 71%. #AFC3AE is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 195 + 174 = 544 (100%)
R 175 of 544 ~ 32.17%
G 195 of 544 ~ 35.85%
B 174 of 544 ~ 31.99%

%32.17
%35.85
%31.99

CMYK color model

#AFC3AE color CMYK value is (10,0,11,24).

  • cyan value is 10.26%
  • magenta value is 0.00%
  • yellow value is 10.77%
  • key color value is 23.53%
CMYK:
(10,0,11,24)
C10M0Y11K24 
(10%,0%,11%,24%)
(0.10/0.00/0.11/0.24)	

CMYK percentages

%10.26
%0
%10.77
%23.53

Codes

Color #AFC3AE in popluar color models

AFC3AE
RGB175195174
HSL117°14.89%72.35%
HSB/HSV117°10.77%76.47%
CMYK10.26%0.00%10.77%
23.53%

Color #AFC3AE in popluar number systems.

HEXAFC3AE
Decimal175195174
Binary101011111100001110101110
Octal257303256

Shades and tints

Shades of #AFC3AE

#AFC3AE
(175,195,174)
#A0B29F
(160,178,159)
#91A190
(145,161,144)
#829081
(130,144,129)
#737F72
(115,127,114)
#646E63
(100,110,99)
#555D54
(85,93,84)
#464C45
(70,76,69)
#373B36
(55,59,54)
#282A27
(40,42,39)
#191918
(25,25,24)
#000000
(0,0,0)

Tints of #AFC3AE

#AFC3AE
(175,195,174)
#B6C8B5
(182,200,181)
#BDCDBC
(189,205,188)
#C4D2C3
(196,210,195)
#CBD7CA
(203,215,202)
#D2DCD1
(210,220,209)
#D9E1D8
(217,225,216)
#E0E6DF
(224,230,223)
#E7EBE6
(231,235,230)
#EEF0ED
(238,240,237)
#F5F5F4
(245,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFC3AE; }

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

This text font color is #AFC3AE.


Background Color

.myBgColor { background-color: #AFC3AE; }

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

This div background color is #AFC3AE.


Border color

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

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

This div border color is #AFC3AE.


Opacity

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

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

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

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

This text has shadow with #AFC3AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFC3AE on black background.


Color preview on white background

This text has color #AFC3AE on white background.



Black color preview on #AFC3AE background

This text has black color on #AFC3AE background.


White color preview on #AFC3AE background

This text has white color on #AFC3AE background.