COLOR #AFB67E

HEX: #AFB67E
RGB: (175,182,126)

Color info

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

RGB color model

#AFB67E color RGB value is (175,182,126).

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

RGB channels and saturation

R 175 of 255 = 69%
G 182 of 255 = 71%
B 126 of 255 = 49%

175
182
126

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

Portions of RGB colors in percentages

R + G + B =
175 + 182 + 126 = 483 (100%)
R 175 of 483 ~ 36.23%
G 182 of 483 ~ 37.68%
B 126 of 483 ~ 26.09%

%36.23
%37.68
%26.09

CMYK color model

#AFB67E color CMYK value is (4,0,31,29).

  • cyan value is 3.85%
  • magenta value is 0.00%
  • yellow value is 30.77%
  • key color value is 28.63%
CMYK:
(4,0,31,29)
C4M0Y31K29 
(4%,0%,31%,29%)
(0.04/0.00/0.31/0.29)	

CMYK percentages

%3.85
%0
%30.77
%28.63

Codes

Color #AFB67E in popluar color models

AFB67E
RGB175182126
HSL68°27.72%60.39%
HSB/HSV68°30.77%71.37%
CMYK3.85%0.00%30.77%
28.63%

Color #AFB67E in popluar number systems.

HEXAFB67E
Decimal175182126
Binary10101111101101101111110
Octal257266176

Shades and tints

Shades of #AFB67E

#AFB67E
(175,182,126)
#A0A673
(160,166,115)
#919668
(145,150,104)
#82865D
(130,134,93)
#737652
(115,118,82)
#646647
(100,102,71)
#55563C
(85,86,60)
#464631
(70,70,49)
#373626
(55,54,38)
#28261B
(40,38,27)
#191610
(25,22,16)
#000000
(0,0,0)

Tints of #AFB67E

#AFB67E
(175,182,126)
#B6BC89
(182,188,137)
#BDC294
(189,194,148)
#C4C89F
(196,200,159)
#CBCEAA
(203,206,170)
#D2D4B5
(210,212,181)
#D9DAC0
(217,218,192)
#E0E0CB
(224,224,203)
#E7E6D6
(231,230,214)
#EEECE1
(238,236,225)
#F5F2EC
(245,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFB67E; }

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

This text font color is #AFB67E.


Background Color

.myBgColor { background-color: #AFB67E; }

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

This div background color is #AFB67E.


Border color

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

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

This div border color is #AFB67E.


Opacity

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

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

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

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

This text has shadow with #AFB67E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFB67E on black background.


Color preview on white background

This text has color #AFB67E on white background.



Black color preview on #AFB67E background

This text has black color on #AFB67E background.


White color preview on #AFB67E background

This text has white color on #AFB67E background.