COLOR #AFCEA4

HEX: #AFCEA4 RGB: (175,206,164)

Color info

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

RGB color model

#AFCEA4 color RGB value is (175,206,164).

RGB: (175,206,164) (69%, 81%, 64%)

RGB channels and saturation

R 175 of 255 = 69%
G 206 of 255 = 81%
B 164 of 255 = 64%

175
206
164

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

Portions of RGB colors in percentages

R + G + B = 175 + 206 + 164 = 545 (100%)
R 175 of 545 ~ 32.11%
G 206 of 545 ~ 37.8%
B 164 of 545 ~ 30.09'%

%32.11
%37.8
%30.09

CMYK color model

#AFCEA4 color CMYK value is (15,0,20,19).

  • cyan value is 15.05%
  • magenta value is 0.00%
  • yellow value is 20.39%
  • key color value is 19.22%
CMYK: (15,0,20,19) C15M0Y20K19 (15%,0%,20%,19%) (0.15/0.00/0.20/0.19) 

CMYK percentages

%15.05
%0
%20.39
%19.22

Codes

Color #AFCEA4 in popluar color models

AF CE A4
RGB 175 206 164
HSL 104° 30.00% 72.55%
HSB/HSV 104° 20.39% 80.78%
CMYK 15.05% 0.00% 20.39%
19.22%

Color #AFCEA4 in popluar number systems.

HEX AF CE A4
Decimal 175 206 164
Binary 10101111 11001110 10100100
Octal 257 316 244

Shades and tints

Shades of #AFCEA4

#AFCEA4
(175,206,164)
#A0BC96
(160,188,150)
#91AA88
(145,170,136)
#82987A
(130,152,122)
#73866C
(115,134,108)
#64745E
(100,116,94)
#556250
(85,98,80)
#465042
(70,80,66)
#373E34
(55,62,52)
#282C26
(40,44,38)
#191A18
(25,26,24)
#000000
(0,0,0)

Tints of #AFCEA4

#AFCEA4
(175,206,164)
#B6D2AC
(182,210,172)
#BDD6B4
(189,214,180)
#C4DABC
(196,218,188)
#CBDEC4
(203,222,196)
#D2E2CC
(210,226,204)
#D9E6D4
(217,230,212)
#E0EADC
(224,234,220)
#E7EEE4
(231,238,228)
#EEF2EC
(238,242,236)
#F5F6F4
(245,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFCEA4 color. Also use rgb(175,206,164) instead hex code.

Text Font Color

.myTextColor { color: #AFCEA4; }

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

This text font color is #AFCEA4.

Background Color

.myBgColor { background-color: #AFCEA4; }

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

This div background color is #AFCEA4.

Border color

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

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

This div border color is #AFCEA4.

Opacity

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

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

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

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

This text has shadow with #AFCEA4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFCEA4.

Preview

Color preview on black background

This text has color #AFCEA4 on black background.


Color preview on white background

This text has color #AFCEA4 on white background.


Black color preview on #AFCEA4 background

This text has black color on #AFCEA4 background.


White color preview on #AFCEA4 background

This text has white color on #AFCEA4 background.


Related colors

Complementary color

Complementary color for #hex is #50315B.


I love getcolorcode.com

Triadic colors

1 #A4AFCE and #CEA4AF with #AFCEA4 are triadic colors.

2 #A4CEAF and #CEAFA4 with #AFCEA4 are triadic colors.