COLOR #AFC3AD

HEX: #AFC3AD
RGB: (175,195,173)

Color info

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

RGB color model

#AFC3AD color RGB value is (175,195,173).

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

RGB channels and saturation

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

175
195
173

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

Portions of RGB colors in percentages

R + G + B =
175 + 195 + 173 = 543 (100%)
R 175 of 543 ~ 32.23%
G 195 of 543 ~ 35.91%
B 173 of 543 ~ 31.86%

%32.23
%35.91
%31.86

CMYK color model

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

  • cyan value is 10.26%
  • magenta value is 0.00%
  • yellow value is 11.28%
  • 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
%11.28
%23.53

Codes

Color #AFC3AD in popluar color models

AFC3AD
RGB175195173
HSL115°15.49%72.16%
HSB/HSV115°11.28%76.47%
CMYK10.26%0.00%11.28%
23.53%

Color #AFC3AD in popluar number systems.

HEXAFC3AD
Decimal175195173
Binary101011111100001110101101
Octal257303255

Shades and tints

Shades of #AFC3AD

#AFC3AD
(175,195,173)
#A0B29E
(160,178,158)
#91A18F
(145,161,143)
#829080
(130,144,128)
#737F71
(115,127,113)
#646E62
(100,110,98)
#555D53
(85,93,83)
#464C44
(70,76,68)
#373B35
(55,59,53)
#282A26
(40,42,38)
#191917
(25,25,23)
#000000
(0,0,0)

Tints of #AFC3AD

#AFC3AD
(175,195,173)
#B6C8B4
(182,200,180)
#BDCDBB
(189,205,187)
#C4D2C2
(196,210,194)
#CBD7C9
(203,215,201)
#D2DCD0
(210,220,208)
#D9E1D7
(217,225,215)
#E0E6DE
(224,230,222)
#E7EBE5
(231,235,229)
#EEF0EC
(238,240,236)
#F5F5F3
(245,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFC3AD; }

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

This text font color is #AFC3AD.


Background Color

.myBgColor { background-color: #AFC3AD; }

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

This div background color is #AFC3AD.


Border color

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

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

This div border color is #AFC3AD.


Opacity

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

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

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

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

This text has shadow with #AFC3AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFC3AD on black background.


Color preview on white background

This text has color #AFC3AD on white background.



Black color preview on #AFC3AD background

This text has black color on #AFC3AD background.


White color preview on #AFC3AD background

This text has white color on #AFC3AD background.