COLOR #AFBE7E

HEX: #AFBE7E
RGB: (175,190,126)

Color info

#AFBE7E contains mainly red and green colors. Web safe color of #AFBE7E is #99CC66 (or #9C6).

RGB color model

#AFBE7E color RGB value is (175,190,126).

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

RGB channels and saturation

R 175 of 255 = 69%
G 190 of 255 = 75%
B 126 of 255 = 49%

175
190
126

R + G + B ~ 64%. #AFBE7E is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 190 + 126 = 491 (100%)
R 175 of 491 ~ 35.64%
G 190 of 491 ~ 38.7%
B 126 of 491 ~ 25.66%

%35.64
%38.7
%25.66

CMYK color model

#AFBE7E color CMYK value is (8,0,34,25).

  • cyan value is 7.89%
  • magenta value is 0.00%
  • yellow value is 33.68%
  • key color value is 25.49%
CMYK:
(8,0,34,25)
C8M0Y34K25 
(8%,0%,34%,25%)
(0.08/0.00/0.34/0.25)	

CMYK percentages

%7.89
%0
%33.68
%25.49

Codes

Color #AFBE7E in popluar color models

AFBE7E
RGB175190126
HSL74°32.99%61.96%
HSB/HSV74°33.68%74.51%
CMYK7.89%0.00%33.68%
25.49%

Color #AFBE7E in popluar number systems.

HEXAFBE7E
Decimal175190126
Binary10101111101111101111110
Octal257276176

Shades and tints

Shades of #AFBE7E

#AFBE7E
(175,190,126)
#A0AD73
(160,173,115)
#919C68
(145,156,104)
#828B5D
(130,139,93)
#737A52
(115,122,82)
#646947
(100,105,71)
#55583C
(85,88,60)
#464731
(70,71,49)
#373626
(55,54,38)
#28251B
(40,37,27)
#191410
(25,20,16)
#000000
(0,0,0)

Tints of #AFBE7E

#AFBE7E
(175,190,126)
#B6C389
(182,195,137)
#BDC894
(189,200,148)
#C4CD9F
(196,205,159)
#CBD2AA
(203,210,170)
#D2D7B5
(210,215,181)
#D9DCC0
(217,220,192)
#E0E1CB
(224,225,203)
#E7E6D6
(231,230,214)
#EEEBE1
(238,235,225)
#F5F0EC
(245,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFBE7E; }

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

This text font color is #AFBE7E.


Background Color

.myBgColor { background-color: #AFBE7E; }

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

This div background color is #AFBE7E.


Border color

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

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

This div border color is #AFBE7E.


Opacity

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

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

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

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

This text has shadow with #AFBE7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFBE7E on black background.


Color preview on white background

This text has color #AFBE7E on white background.



Black color preview on #AFBE7E background

This text has black color on #AFBE7E background.


White color preview on #AFBE7E background

This text has white color on #AFBE7E background.