COLOR #AFC1AD

HEX: #AFC1AD RGB: (175,193,173)

Color info

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

RGB color model

#AFC1AD color RGB value is (175,193,173).

RGB: (175,193,173) (69%, 76%, 68%)

RGB channels and saturation

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

175
193
173

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

Portions of RGB colors in percentages

R + G + B = 175 + 193 + 173 = 541 (100%)
R 175 of 541 ~ 32.35%
G 193 of 541 ~ 35.67%
B 173 of 541 ~ 31.98'%

%32.35
%35.67
%31.98

CMYK color model

#AFC1AD color CMYK value is (9,0,10,24).

  • cyan value is 9.33%
  • magenta value is 0.00%
  • yellow value is 10.36%
  • key color value is 24.31%
CMYK: (9,0,10,24) C9M0Y10K24 (9%,0%,10%,24%) (0.09/0.00/0.10/0.24) 

CMYK percentages

%9.33
%0
%10.36
%24.31

Codes

Color #AFC1AD in popluar color models

AF C1 AD
RGB 175 193 173
HSL 114° 13.89% 71.76%
HSB/HSV 114° 10.36% 75.69%
CMYK 9.33% 0.00% 10.36%
24.31%

Color #AFC1AD in popluar number systems.

HEX AF C1 AD
Decimal 175 193 173
Binary 10101111 11000001 10101101
Octal 257 301 255

Shades and tints

Shades of #AFC1AD

#AFC1AD
(175,193,173)
#A0B09E
(160,176,158)
#919F8F
(145,159,143)
#828E80
(130,142,128)
#737D71
(115,125,113)
#646C62
(100,108,98)
#555B53
(85,91,83)
#464A44
(70,74,68)
#373935
(55,57,53)
#282826
(40,40,38)
#191717
(25,23,23)
#000000
(0,0,0)

Tints of #AFC1AD

#AFC1AD
(175,193,173)
#B6C6B4
(182,198,180)
#BDCBBB
(189,203,187)
#C4D0C2
(196,208,194)
#CBD5C9
(203,213,201)
#D2DAD0
(210,218,208)
#D9DFD7
(217,223,215)
#E0E4DE
(224,228,222)
#E7E9E5
(231,233,229)
#EEEEEC
(238,238,236)
#F5F3F3
(245,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFC1AD; }

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

This text font color is #AFC1AD.

Background Color

.myBgColor { background-color: #AFC1AD; }

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

This div background color is #AFC1AD.

Border color

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

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

This div border color is #AFC1AD.

Opacity

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

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

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

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

This text has shadow with #AFC1AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFC1AD.

Preview

Color preview on black background

This text has color #AFC1AD on black background.


Color preview on white background

This text has color #AFC1AD on white background.


Black color preview on #AFC1AD background

This text has black color on #AFC1AD background.


White color preview on #AFC1AD background

This text has white color on #AFC1AD background.


Related colors

Complementary color

Complementary color for #hex is #503E52.


I love getcolorcode.com

Triadic colors

1 #ADAFC1 and #C1ADAF with #AFC1AD are triadic colors.

2 #ADC1AF and #C1AFAD with #AFC1AD are triadic colors.