COLOR #AFCAA5

HEX: #AFCAA5 RGB: (175,202,165)

Color info

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

RGB color model

#AFCAA5 color RGB value is (175,202,165).

RGB: (175,202,165) (69%, 79%, 65%)

RGB channels and saturation

R 175 of 255 = 69%
G 202 of 255 = 79%
B 165 of 255 = 65%

175
202
165

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

Portions of RGB colors in percentages

R + G + B = 175 + 202 + 165 = 542 (100%)
R 175 of 542 ~ 32.29%
G 202 of 542 ~ 37.27%
B 165 of 542 ~ 30.44'%

%32.29
%37.27
%30.44

CMYK color model

#AFCAA5 color CMYK value is (13,0,18,21).

  • cyan value is 13.37%
  • magenta value is 0.00%
  • yellow value is 18.32%
  • key color value is 20.78%

CMYK: (13,0,18,21)
C13M0Y18K21 (13%, 0%, 18%, 21%)
(0.13 / 0.00 / 0.18 / 0.21)

CMYK percentages

%13.37
%0
%18.32
%20.78

Codes

Color #AFCAA5 in popluar color models

AF CA A5
RGB 175 202 165
HSL 104° 25.87% 71.96%
HSB/HSV 104° 18.32% 79.22%
CMYK 13.37% 0.00% 18.32%
20.78%

Color #AFCAA5 in popluar number systems.

HEX AF CA A5
Decimal 175 202 165
Binary 10101111 11001010 10100101
Octal 257 312 245

Shades and tints

Shades of #AFCAA5

#AFCAA5
(175,202,165)
#A0B896
(160,184,150)
#91A687
(145,166,135)
#829478
(130,148,120)
#738269
(115,130,105)
#64705A
(100,112,90)
#555E4B
(85,94,75)
#464C3C
(70,76,60)
#373A2D
(55,58,45)
#28281E
(40,40,30)
#19160F
(25,22,15)
#000000
(0,0,0)

Tints of #AFCAA5

#AFCAA5
(175,202,165)
#B6CEAD
(182,206,173)
#BDD2B5
(189,210,181)
#C4D6BD
(196,214,189)
#CBDAC5
(203,218,197)
#D2DECD
(210,222,205)
#D9E2D5
(217,226,213)
#E0E6DD
(224,230,221)
#E7EAE5
(231,234,229)
#EEEEED
(238,238,237)
#F5F2F5
(245,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFCAA5 color. Also use rgb(175,202,165) instead hex code.

Text Font Color

.myTextColor { color: #AFCAA5; }

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

This text font color is #AFCAA5.

Background Color

.myBgColor { background-color: #AFCAA5; }

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

This div background color is #AFCAA5.

Border color

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

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

This div border color is #AFCAA5.

Opacity

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

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

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

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

This text has shadow with #AFCAA5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFCAA5.

Preview

Color preview on black background

This text has color #AFCAA5 on black background.


Color preview on white background

This text has color #AFCAA5 on white background.


Black color preview on #AFCAA5 background

This text has black color on #AFCAA5 background.


White color preview on #AFCAA5 background

This text has white color on #AFCAA5 background.


Related colors

Complementary color

Complementary color for #hex is #50355A.


I love getcolorcode.com

Triadic colors

1 #A5AFCA and #CAA5AF with #AFCAA5 are triadic colors.

2 #A5CAAF and #CAAFA5 with #AFCAA5 are triadic colors.