COLOR #AFB27E

HEX: #AFB27E
RGB: (175,178,126)

Color info

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

RGB color model

#AFB27E color RGB value is (175,178,126).

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

RGB channels and saturation

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

175
178
126

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

Portions of RGB colors in percentages

R + G + B =
175 + 178 + 126 = 479 (100%)
R 175 of 479 ~ 36.53%
G 178 of 479 ~ 37.16%
B 126 of 479 ~ 26.3%

%36.53
%37.16
%26.3

CMYK color model

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

  • cyan value is 1.69%
  • magenta value is 0.00%
  • yellow value is 29.21%
  • key color value is 30.20%
CMYK:
(2,0,29,30)
C2M0Y29K30 
(2%,0%,29%,30%)
(0.02/0.00/0.29/0.30)	

CMYK percentages

%1.69
%0
%29.21
%30.2

Codes

Color #AFB27E in popluar color models

AFB27E
RGB175178126
HSL63°25.24%59.61%
HSB/HSV63°29.21%69.80%
CMYK1.69%0.00%29.21%
30.20%

Color #AFB27E in popluar number systems.

HEXAFB27E
Decimal175178126
Binary10101111101100101111110
Octal257262176

Shades and tints

Shades of #AFB27E

#AFB27E
(175,178,126)
#A0A273
(160,162,115)
#919268
(145,146,104)
#82825D
(130,130,93)
#737252
(115,114,82)
#646247
(100,98,71)
#55523C
(85,82,60)
#464231
(70,66,49)
#373226
(55,50,38)
#28221B
(40,34,27)
#191210
(25,18,16)
#000000
(0,0,0)

Tints of #AFB27E

#AFB27E
(175,178,126)
#B6B989
(182,185,137)
#BDC094
(189,192,148)
#C4C79F
(196,199,159)
#CBCEAA
(203,206,170)
#D2D5B5
(210,213,181)
#D9DCC0
(217,220,192)
#E0E3CB
(224,227,203)
#E7EAD6
(231,234,214)
#EEF1E1
(238,241,225)
#F5F8EC
(245,248,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFB27E; }

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

This text font color is #AFB27E.


Background Color

.myBgColor { background-color: #AFB27E; }

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

This div background color is #AFB27E.


Border color

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

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

This div border color is #AFB27E.


Opacity

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

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

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

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

This text has shadow with #AFB27E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFB27E on black background.


Color preview on white background

This text has color #AFB27E on white background.



Black color preview on #AFB27E background

This text has black color on #AFB27E background.


White color preview on #AFB27E background

This text has white color on #AFB27E background.