COLOR #AFCE97

HEX: #AFCE97 RGB: (175,206,151)

Color info

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

RGB color model

#AFCE97 color RGB value is (175,206,151).

RGB: (175,206,151) (69%, 81%, 59%)

RGB channels and saturation

R 175 of 255 = 69%
G 206 of 255 = 81%
B 151 of 255 = 59%

175
206
151

R + G + B ~ 70%. #AFCE97 is quite light color.

Portions of RGB colors in percentages

R + G + B = 175 + 206 + 151 = 532 (100%)
R 175 of 532 ~ 32.89%
G 206 of 532 ~ 38.72%
B 151 of 532 ~ 28.38'%

%32.89
%38.72
%28.38

CMYK color model

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

  • cyan value is 15.05%
  • magenta value is 0.00%
  • yellow value is 26.70%
  • key color value is 19.22%

CMYK: (15,0,27,19)
C15M0Y27K19 (15%, 0%, 27%, 19%)
(0.15 / 0.00 / 0.27 / 0.19)

CMYK percentages

%15.05
%0
%26.7
%19.22

Codes

Color #AFCE97 in popluar color models

AF CE 97
RGB 175 206 151
HSL 94° 35.95% 70.00%
HSB/HSV 94° 26.70% 80.78%
CMYK 15.05% 0.00% 26.70%
19.22%

Color #AFCE97 in popluar number systems.

HEX AF CE 97
Decimal 175 206 151
Binary 10101111 11001110 10010111
Octal 257 316 227

Shades and tints

Shades of #AFCE97

#AFCE97
(175,206,151)
#A0BC8A
(160,188,138)
#91AA7D
(145,170,125)
#829870
(130,152,112)
#738663
(115,134,99)
#647456
(100,116,86)
#556249
(85,98,73)
#46503C
(70,80,60)
#373E2F
(55,62,47)
#282C22
(40,44,34)
#191A15
(25,26,21)
#000000
(0,0,0)

Tints of #AFCE97

#AFCE97
(175,206,151)
#B6D2A0
(182,210,160)
#BDD6A9
(189,214,169)
#C4DAB2
(196,218,178)
#CBDEBB
(203,222,187)
#D2E2C4
(210,226,196)
#D9E6CD
(217,230,205)
#E0EAD6
(224,234,214)
#E7EEDF
(231,238,223)
#EEF2E8
(238,242,232)
#F5F6F1
(245,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFCE97; }

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

This text font color is #AFCE97.

Background Color

.myBgColor { background-color: #AFCE97; }

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

This div background color is #AFCE97.

Border color

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

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

This div border color is #AFCE97.

Opacity

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

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

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

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

This text has shadow with #AFCE97 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFCE97.

Preview

Color preview on black background

This text has color #AFCE97 on black background.


Color preview on white background

This text has color #AFCE97 on white background.


Black color preview on #AFCE97 background

This text has black color on #AFCE97 background.


White color preview on #AFCE97 background

This text has white color on #AFCE97 background.


Related colors

Complementary color

Complementary color for #hex is #503168.


I love getcolorcode.com

Triadic colors

1 #97AFCE and #CE97AF with #AFCE97 are triadic colors.

2 #97CEAF and #CEAF97 with #AFCE97 are triadic colors.