COLOR #AFCEA5

HEX: #AFCEA5 RGB: (175,206,165)

Color info

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

RGB color model

#AFCEA5 color RGB value is (175,206,165).

RGB: (175,206,165) (69%, 81%, 65%)

RGB channels and saturation

R 175 of 255 = 69%
G 206 of 255 = 81%
B 165 of 255 = 65%

175
206
165

R + G + B ~ 72%. #AFCEA5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 175 + 206 + 165 = 546 (100%)
R 175 of 546 ~ 32.05%
G 206 of 546 ~ 37.73%
B 165 of 546 ~ 30.22'%

%32.05
%37.73
%30.22

CMYK color model

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

  • cyan value is 15.05%
  • magenta value is 0.00%
  • yellow value is 19.90%
  • 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
%19.9
%19.22

Codes

Color #AFCEA5 in popluar color models

AF CE A5
RGB 175 206 165
HSL 105° 29.50% 72.75%
HSB/HSV 105° 19.90% 80.78%
CMYK 15.05% 0.00% 19.90%
19.22%

Color #AFCEA5 in popluar number systems.

HEX AF CE A5
Decimal 175 206 165
Binary 10101111 11001110 10100101
Octal 257 316 245

Shades and tints

Shades of #AFCEA5

#AFCEA5
(175,206,165)
#A0BC96
(160,188,150)
#91AA87
(145,170,135)
#829878
(130,152,120)
#738669
(115,134,105)
#64745A
(100,116,90)
#55624B
(85,98,75)
#46503C
(70,80,60)
#373E2D
(55,62,45)
#282C1E
(40,44,30)
#191A0F
(25,26,15)
#000000
(0,0,0)

Tints of #AFCEA5

#AFCEA5
(175,206,165)
#B6D2AD
(182,210,173)
#BDD6B5
(189,214,181)
#C4DABD
(196,218,189)
#CBDEC5
(203,222,197)
#D2E2CD
(210,226,205)
#D9E6D5
(217,230,213)
#E0EADD
(224,234,221)
#E7EEE5
(231,238,229)
#EEF2ED
(238,242,237)
#F5F6F5
(245,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFCEA5; }

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

This text font color is #AFCEA5.

Background Color

.myBgColor { background-color: #AFCEA5; }

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

This div background color is #AFCEA5.

Border color

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

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

This div border color is #AFCEA5.

Opacity

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

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

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

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

This text has shadow with #AFCEA5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFCEA5.

Preview

Color preview on black background

This text has color #AFCEA5 on black background.


Color preview on white background

This text has color #AFCEA5 on white background.


Black color preview on #AFCEA5 background

This text has black color on #AFCEA5 background.


White color preview on #AFCEA5 background

This text has white color on #AFCEA5 background.


Related colors

Complementary color

Complementary color for #hex is #50315A.


I love getcolorcode.com

Triadic colors

1 #A5AFCE and #CEA5AF with #AFCEA5 are triadic colors.

2 #A5CEAF and #CEAFA5 with #AFCEA5 are triadic colors.