COLOR #AFB07E

HEX: #AFB07E
RGB: (175,176,126)

Color info

#AFB07E contains red, green and blue colors in about the same proportion. Web safe color of #AFB07E is #999966 (or #996).

RGB color model

#AFB07E color RGB value is (175,176,126).

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

RGB channels and saturation

R 175 of 255 = 69%
G 176 of 255 = 69%
B 126 of 255 = 49%

175
176
126

R + G + B ~ 62%. #AFB07E is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 176 + 126 = 477 (100%)
R 175 of 477 ~ 36.69%
G 176 of 477 ~ 36.9%
B 126 of 477 ~ 26.42%

%36.69
%36.9
%26.42

CMYK color model

#AFB07E color CMYK value is (1,0,28,31).

  • cyan value is 0.57%
  • magenta value is 0.00%
  • yellow value is 28.41%
  • key color value is 30.98%
CMYK:
(1,0,28,31)
C1M0Y28K31 
(1%,0%,28%,31%)
(0.01/0.00/0.28/0.31)	

CMYK percentages

%0.57
%0
%28.41
%30.98

Codes

Color #AFB07E in popluar color models

AFB07E
RGB175176126
HSL61°24.04%59.22%
HSB/HSV61°28.41%69.02%
CMYK0.57%0.00%28.41%
30.98%

Color #AFB07E in popluar number systems.

HEXAFB07E
Decimal175176126
Binary10101111101100001111110
Octal257260176

Shades and tints

Shades of #AFB07E

#AFB07E
(175,176,126)
#A0A073
(160,160,115)
#919068
(145,144,104)
#82805D
(130,128,93)
#737052
(115,112,82)
#646047
(100,96,71)
#55503C
(85,80,60)
#464031
(70,64,49)
#373026
(55,48,38)
#28201B
(40,32,27)
#191010
(25,16,16)
#000000
(0,0,0)

Tints of #AFB07E

#AFB07E
(175,176,126)
#B6B789
(182,183,137)
#BDBE94
(189,190,148)
#C4C59F
(196,197,159)
#CBCCAA
(203,204,170)
#D2D3B5
(210,211,181)
#D9DAC0
(217,218,192)
#E0E1CB
(224,225,203)
#E7E8D6
(231,232,214)
#EEEFE1
(238,239,225)
#F5F6EC
(245,246,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFB07E; }

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

This text font color is #AFB07E.


Background Color

.myBgColor { background-color: #AFB07E; }

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

This div background color is #AFB07E.


Border color

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

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

This div border color is #AFB07E.


Opacity

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

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

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

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

This text has shadow with #AFB07E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFB07E on black background.


Color preview on white background

This text has color #AFB07E on white background.



Black color preview on #AFB07E background

This text has black color on #AFB07E background.


White color preview on #AFB07E background

This text has white color on #AFB07E background.