COLOR #AFB37E

HEX: #AFB37E
RGB: (175,179,126)

Color info

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

RGB color model

#AFB37E color RGB value is (175,179,126).

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

RGB channels and saturation

R 175 of 255 = 69%
G 179 of 255 = 70%
B 126 of 255 = 49%

175
179
126

R + G + B ~ 63%. #AFB37E is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 179 + 126 = 480 (100%)
R 175 of 480 ~ 36.46%
G 179 of 480 ~ 37.29%
B 126 of 480 ~ 26.25%

%36.46
%37.29
%26.25

CMYK color model

#AFB37E color CMYK value is (2,0,30,30).

  • cyan value is 2.23%
  • magenta value is 0.00%
  • yellow value is 29.61%
  • key color value is 29.80%
CMYK:
(2,0,30,30)
C2M0Y30K30 
(2%,0%,30%,30%)
(0.02/0.00/0.30/0.30)	

CMYK percentages

%2.23
%0
%29.61
%29.8

Codes

Color #AFB37E in popluar color models

AFB37E
RGB175179126
HSL65°25.85%59.80%
HSB/HSV65°29.61%70.20%
CMYK2.23%0.00%29.61%
29.80%

Color #AFB37E in popluar number systems.

HEXAFB37E
Decimal175179126
Binary10101111101100111111110
Octal257263176

Shades and tints

Shades of #AFB37E

#AFB37E
(175,179,126)
#A0A373
(160,163,115)
#919368
(145,147,104)
#82835D
(130,131,93)
#737352
(115,115,82)
#646347
(100,99,71)
#55533C
(85,83,60)
#464331
(70,67,49)
#373326
(55,51,38)
#28231B
(40,35,27)
#191310
(25,19,16)
#000000
(0,0,0)

Tints of #AFB37E

#AFB37E
(175,179,126)
#B6B989
(182,185,137)
#BDBF94
(189,191,148)
#C4C59F
(196,197,159)
#CBCBAA
(203,203,170)
#D2D1B5
(210,209,181)
#D9D7C0
(217,215,192)
#E0DDCB
(224,221,203)
#E7E3D6
(231,227,214)
#EEE9E1
(238,233,225)
#F5EFEC
(245,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFB37E; }

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

This text font color is #AFB37E.


Background Color

.myBgColor { background-color: #AFB37E; }

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

This div background color is #AFB37E.


Border color

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

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

This div border color is #AFB37E.


Opacity

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

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

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

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

This text has shadow with #AFB37E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFB37E on black background.


Color preview on white background

This text has color #AFB37E on white background.



Black color preview on #AFB37E background

This text has black color on #AFB37E background.


White color preview on #AFB37E background

This text has white color on #AFB37E background.