COLOR #AFBA7E

HEX: #AFBA7E
RGB: (175,186,126)

Color info

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

RGB color model

#AFBA7E color RGB value is (175,186,126).

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

RGB channels and saturation

R 175 of 255 = 69%
G 186 of 255 = 73%
B 126 of 255 = 49%

175
186
126

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

Portions of RGB colors in percentages

R + G + B =
175 + 186 + 126 = 487 (100%)
R 175 of 487 ~ 35.93%
G 186 of 487 ~ 38.19%
B 126 of 487 ~ 25.87%

%35.93
%38.19
%25.87

CMYK color model

#AFBA7E color CMYK value is (6,0,32,27).

  • cyan value is 5.91%
  • magenta value is 0.00%
  • yellow value is 32.26%
  • key color value is 27.06%
CMYK:
(6,0,32,27)
C6M0Y32K27 
(6%,0%,32%,27%)
(0.06/0.00/0.32/0.27)	

CMYK percentages

%5.91
%0
%32.26
%27.06

Codes

Color #AFBA7E in popluar color models

AFBA7E
RGB175186126
HSL71°30.30%61.18%
HSB/HSV71°32.26%72.94%
CMYK5.91%0.00%32.26%
27.06%

Color #AFBA7E in popluar number systems.

HEXAFBA7E
Decimal175186126
Binary10101111101110101111110
Octal257272176

Shades and tints

Shades of #AFBA7E

#AFBA7E
(175,186,126)
#A0AA73
(160,170,115)
#919A68
(145,154,104)
#828A5D
(130,138,93)
#737A52
(115,122,82)
#646A47
(100,106,71)
#555A3C
(85,90,60)
#464A31
(70,74,49)
#373A26
(55,58,38)
#282A1B
(40,42,27)
#191A10
(25,26,16)
#000000
(0,0,0)

Tints of #AFBA7E

#AFBA7E
(175,186,126)
#B6C089
(182,192,137)
#BDC694
(189,198,148)
#C4CC9F
(196,204,159)
#CBD2AA
(203,210,170)
#D2D8B5
(210,216,181)
#D9DEC0
(217,222,192)
#E0E4CB
(224,228,203)
#E7EAD6
(231,234,214)
#EEF0E1
(238,240,225)
#F5F6EC
(245,246,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFBA7E; }

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

This text font color is #AFBA7E.


Background Color

.myBgColor { background-color: #AFBA7E; }

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

This div background color is #AFBA7E.


Border color

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

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

This div border color is #AFBA7E.


Opacity

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

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

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

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

This text has shadow with #AFBA7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFBA7E on black background.


Color preview on white background

This text has color #AFBA7E on white background.



Black color preview on #AFBA7E background

This text has black color on #AFBA7E background.


White color preview on #AFBA7E background

This text has white color on #AFBA7E background.