COLOR #AFCCA5

HEX: #AFCCA5 RGB: (175,204,165)

Color info

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

RGB color model

#AFCCA5 color RGB value is (175,204,165).

RGB: (175,204,165) (69%, 80%, 65%)

RGB channels and saturation

R 175 of 255 = 69%
G 204 of 255 = 80%
B 165 of 255 = 65%

175
204
165

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

Portions of RGB colors in percentages

R + G + B = 175 + 204 + 165 = 544 (100%)
R 175 of 544 ~ 32.17%
G 204 of 544 ~ 37.5%
B 165 of 544 ~ 30.33'%

%32.17
%37.5
%30.33

CMYK color model

#AFCCA5 color CMYK value is (14,0,19,20).

  • cyan value is 14.22%
  • magenta value is 0.00%
  • yellow value is 19.12%
  • key color value is 20.00%

CMYK: (14,0,19,20)
C14M0Y19K20 (14%, 0%, 19%, 20%)
(0.14 / 0.00 / 0.19 / 0.20)

CMYK percentages

%14.22
%0
%19.12
%20

Codes

Color #AFCCA5 in popluar color models

AF CC A5
RGB 175 204 165
HSL 105° 27.66% 72.35%
HSB/HSV 105° 19.12% 80.00%
CMYK 14.22% 0.00% 19.12%
20.00%

Color #AFCCA5 in popluar number systems.

HEX AF CC A5
Decimal 175 204 165
Binary 10101111 11001100 10100101
Octal 257 314 245

Shades and tints

Shades of #AFCCA5

#AFCCA5
(175,204,165)
#A0BA96
(160,186,150)
#91A887
(145,168,135)
#829678
(130,150,120)
#738469
(115,132,105)
#64725A
(100,114,90)
#55604B
(85,96,75)
#464E3C
(70,78,60)
#373C2D
(55,60,45)
#282A1E
(40,42,30)
#19180F
(25,24,15)
#000000
(0,0,0)

Tints of #AFCCA5

#AFCCA5
(175,204,165)
#B6D0AD
(182,208,173)
#BDD4B5
(189,212,181)
#C4D8BD
(196,216,189)
#CBDCC5
(203,220,197)
#D2E0CD
(210,224,205)
#D9E4D5
(217,228,213)
#E0E8DD
(224,232,221)
#E7ECE5
(231,236,229)
#EEF0ED
(238,240,237)
#F5F4F5
(245,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFCCA5; }

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

This text font color is #AFCCA5.

Background Color

.myBgColor { background-color: #AFCCA5; }

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

This div background color is #AFCCA5.

Border color

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

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

This div border color is #AFCCA5.

Opacity

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

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

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

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

This text has shadow with #AFCCA5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFCCA5.

Preview

Color preview on black background

This text has color #AFCCA5 on black background.


Color preview on white background

This text has color #AFCCA5 on white background.


Black color preview on #AFCCA5 background

This text has black color on #AFCCA5 background.


White color preview on #AFCCA5 background

This text has white color on #AFCCA5 background.


Related colors

Complementary color

Complementary color for #hex is #50335A.


I love getcolorcode.com

Triadic colors

1 #A5AFCC and #CCA5AF with #AFCCA5 are triadic colors.

2 #A5CCAF and #CCAFA5 with #AFCCA5 are triadic colors.