COLOR #B7AF8D

HEX: #B7AF8D
RGB: (183,175,141)

Color info

#B7AF8D contains red, green and blue colors in about the same proportion. Web safe color of #B7AF8D is #CC9999 (or #C99).

RGB color model

#B7AF8D color RGB value is (183,175,141).

  • red value is 183;
  • green value is 175;
  • blue value is 141.
RGB:
(183,175,141)
(72%,69%,55%)

RGB channels and saturation

R 183 of 255 = 72%
G 175 of 255 = 69%
B 141 of 255 = 55%

183
175
141

R + G + B ~ 65%. #B7AF8D is quite light color.

Portions of RGB colors in percentages

R + G + B =
183 + 175 + 141 = 499 (100%)
R 183 of 499 ~ 36.67%
G 175 of 499 ~ 35.07%
B 141 of 499 ~ 28.26%

%36.67
%35.07
%28.26

CMYK color model

#B7AF8D color CMYK value is (0,4,23,28).

  • cyan value is 0.00%
  • magenta value is 4.37%
  • yellow value is 22.95%
  • key color value is 28.24%
CMYK:
(0,4,23,28)
C0M4Y23K28 
(0%,4%,23%,28%)
(0.00/0.04/0.23/0.28)	

CMYK percentages

%0
%4.37
%22.95
%28.24

Codes

Color #B7AF8D in popluar color models

B7AF8D
RGB183175141
HSL49°22.58%63.53%
HSB/HSV49°22.95%71.76%
CMYK0.00%4.37%22.95%
28.24%

Color #B7AF8D in popluar number systems.

HEXB7AF8D
Decimal183175141
Binary101101111010111110001101
Octal267257215

Shades and tints

Shades of #B7AF8D

#B7AF8D
(183,175,141)
#A7A081
(167,160,129)
#979175
(151,145,117)
#878269
(135,130,105)
#77735D
(119,115,93)
#676451
(103,100,81)
#575545
(87,85,69)
#474639
(71,70,57)
#37372D
(55,55,45)
#272821
(39,40,33)
#171915
(23,25,21)
#000000
(0,0,0)

Tints of #B7AF8D

#B7AF8D
(183,175,141)
#BDB697
(189,182,151)
#C3BDA1
(195,189,161)
#C9C4AB
(201,196,171)
#CFCBB5
(207,203,181)
#D5D2BF
(213,210,191)
#DBD9C9
(219,217,201)
#E1E0D3
(225,224,211)
#E7E7DD
(231,231,221)
#EDEEE7
(237,238,231)
#F3F5F1
(243,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7AF8D color. Also use rgb(183,175,141) instead hex code.

Text Font Color

.myTextColor { color: #B7AF8D; }

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

This text font color is #B7AF8D.


Background Color

.myBgColor { background-color: #B7AF8D; }

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

This div background color is #B7AF8D.


Border color

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

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

This div border color is #B7AF8D.


Opacity

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

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

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

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

This text has shadow with #B7AF8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7AF8D on black background.


Color preview on white background

This text has color #B7AF8D on white background.



Black color preview on #B7AF8D background

This text has black color on #B7AF8D background.


White color preview on #B7AF8D background

This text has white color on #B7AF8D background.