COLOR #AFCEA7

HEX: #AFCEA7 RGB: (175,206,167)

Color info

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

RGB color model

#AFCEA7 color RGB value is (175,206,167).

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

RGB channels and saturation

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

175
206
167

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

Portions of RGB colors in percentages

R + G + B = 175 + 206 + 167 = 548 (100%)
R 175 of 548 ~ 31.93%
G 206 of 548 ~ 37.59%
B 167 of 548 ~ 30.47'%

%31.93
%37.59
%30.47

CMYK color model

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

  • cyan value is 15.05%
  • magenta value is 0.00%
  • yellow value is 18.93%
  • key color value is 19.22%
CMYK: (15,0,19,19) C15M0Y19K19 (15%,0%,19%,19%) (0.15/0.00/0.19/0.19) 

CMYK percentages

%15.05
%0
%18.93
%19.22

Codes

Color #AFCEA7 in popluar color models

AF CE A7
RGB 175 206 167
HSL 108° 28.47% 73.14%
HSB/HSV 108° 18.93% 80.78%
CMYK 15.05% 0.00% 18.93%
19.22%

Color #AFCEA7 in popluar number systems.

HEX AF CE A7
Decimal 175 206 167
Binary 10101111 11001110 10100111
Octal 257 316 247

Shades and tints

Shades of #AFCEA7

#AFCEA7
(175,206,167)
#A0BC98
(160,188,152)
#91AA89
(145,170,137)
#82987A
(130,152,122)
#73866B
(115,134,107)
#64745C
(100,116,92)
#55624D
(85,98,77)
#46503E
(70,80,62)
#373E2F
(55,62,47)
#282C20
(40,44,32)
#191A11
(25,26,17)
#000000
(0,0,0)

Tints of #AFCEA7

#AFCEA7
(175,206,167)
#B6D2AF
(182,210,175)
#BDD6B7
(189,214,183)
#C4DABF
(196,218,191)
#CBDEC7
(203,222,199)
#D2E2CF
(210,226,207)
#D9E6D7
(217,230,215)
#E0EADF
(224,234,223)
#E7EEE7
(231,238,231)
#EEF2EF
(238,242,239)
#F5F6F7
(245,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFCEA7; }

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

This text font color is #AFCEA7.

Background Color

.myBgColor { background-color: #AFCEA7; }

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

This div background color is #AFCEA7.

Border color

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

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

This div border color is #AFCEA7.

Opacity

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

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

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

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

This text has shadow with #AFCEA7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFCEA7.

Preview

Color preview on black background

This text has color #AFCEA7 on black background.


Color preview on white background

This text has color #AFCEA7 on white background.


Black color preview on #AFCEA7 background

This text has black color on #AFCEA7 background.


White color preview on #AFCEA7 background

This text has white color on #AFCEA7 background.


Related colors

Complementary color

Complementary color for #hex is #503158.


I love getcolorcode.com

Triadic colors

1 #A7AFCE and #CEA7AF with #AFCEA7 are triadic colors.

2 #A7CEAF and #CEAFA7 with #AFCEA7 are triadic colors.