COLOR #AFBE9D

HEX: #AFBE9D
RGB: (175,190,157)

Color info

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

RGB color model

#AFBE9D color RGB value is (175,190,157).

  • red value is 175;
  • green value is 190;
  • blue value is 157.
RGB:
(175,190,157)
(69%,75%,62%)

RGB channels and saturation

R 175 of 255 = 69%
G 190 of 255 = 75%
B 157 of 255 = 62%

175
190
157

R + G + B ~ 69%. #AFBE9D is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 190 + 157 = 522 (100%)
R 175 of 522 ~ 33.52%
G 190 of 522 ~ 36.4%
B 157 of 522 ~ 30.08%

%33.52
%36.4
%30.08

CMYK color model

#AFBE9D color CMYK value is (8,0,17,25).

  • cyan value is 7.89%
  • magenta value is 0.00%
  • yellow value is 17.37%
  • key color value is 25.49%
CMYK:
(8,0,17,25)
C8M0Y17K25 
(8%,0%,17%,25%)
(0.08/0.00/0.17/0.25)	

CMYK percentages

%7.89
%0
%17.37
%25.49

Codes

Color #AFBE9D in popluar color models

AFBE9D
RGB175190157
HSL87°20.25%68.04%
HSB/HSV87°17.37%74.51%
CMYK7.89%0.00%17.37%
25.49%

Color #AFBE9D in popluar number systems.

HEXAFBE9D
Decimal175190157
Binary101011111011111010011101
Octal257276235

Shades and tints

Shades of #AFBE9D

#AFBE9D
(175,190,157)
#A0AD8F
(160,173,143)
#919C81
(145,156,129)
#828B73
(130,139,115)
#737A65
(115,122,101)
#646957
(100,105,87)
#555849
(85,88,73)
#46473B
(70,71,59)
#37362D
(55,54,45)
#28251F
(40,37,31)
#191411
(25,20,17)
#000000
(0,0,0)

Tints of #AFBE9D

#AFBE9D
(175,190,157)
#B6C3A5
(182,195,165)
#BDC8AD
(189,200,173)
#C4CDB5
(196,205,181)
#CBD2BD
(203,210,189)
#D2D7C5
(210,215,197)
#D9DCCD
(217,220,205)
#E0E1D5
(224,225,213)
#E7E6DD
(231,230,221)
#EEEBE5
(238,235,229)
#F5F0ED
(245,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFBE9D color. Also use rgb(175,190,157) instead hex code.

Text Font Color

.myTextColor { color: #AFBE9D; }

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

This text font color is #AFBE9D.


Background Color

.myBgColor { background-color: #AFBE9D; }

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

This div background color is #AFBE9D.


Border color

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

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

This div border color is #AFBE9D.


Opacity

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

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

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

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

This text has shadow with #AFBE9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFBE9D on black background.


Color preview on white background

This text has color #AFBE9D on white background.



Black color preview on #AFBE9D background

This text has black color on #AFBE9D background.


White color preview on #AFBE9D background

This text has white color on #AFBE9D background.