COLOR #B5AF8E

HEX: #B5AF8E
RGB: (181,175,142)

Color info

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

RGB color model

#B5AF8E color RGB value is (181,175,142).

  • red value is 181;
  • green value is 175;
  • blue value is 142.
RGB:
(181,175,142)
(71%,69%,56%)

RGB channels and saturation

R 181 of 255 = 71%
G 175 of 255 = 69%
B 142 of 255 = 56%

181
175
142

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

Portions of RGB colors in percentages

R + G + B =
181 + 175 + 142 = 498 (100%)
R 181 of 498 ~ 36.35%
G 175 of 498 ~ 35.14%
B 142 of 498 ~ 28.51%

%36.35
%35.14
%28.51

CMYK color model

#B5AF8E color CMYK value is (0,3,22,29).

  • cyan value is 0.00%
  • magenta value is 3.31%
  • yellow value is 21.55%
  • key color value is 29.02%
CMYK:
(0,3,22,29)
C0M3Y22K29 
(0%,3%,22%,29%)
(0.00/0.03/0.22/0.29)	

CMYK percentages

%0
%3.31
%21.55
%29.02

Codes

Color #B5AF8E in popluar color models

B5AF8E
RGB181175142
HSL51°20.86%63.33%
HSB/HSV51°21.55%70.98%
CMYK0.00%3.31%21.55%
29.02%

Color #B5AF8E in popluar number systems.

HEXB5AF8E
Decimal181175142
Binary101101011010111110001110
Octal265257216

Shades and tints

Shades of #B5AF8E

#B5AF8E
(181,175,142)
#A5A082
(165,160,130)
#959176
(149,145,118)
#85826A
(133,130,106)
#75735E
(117,115,94)
#656452
(101,100,82)
#555546
(85,85,70)
#45463A
(69,70,58)
#35372E
(53,55,46)
#252822
(37,40,34)
#151916
(21,25,22)
#000000
(0,0,0)

Tints of #B5AF8E

#B5AF8E
(181,175,142)
#BBB698
(187,182,152)
#C1BDA2
(193,189,162)
#C7C4AC
(199,196,172)
#CDCBB6
(205,203,182)
#D3D2C0
(211,210,192)
#D9D9CA
(217,217,202)
#DFE0D4
(223,224,212)
#E5E7DE
(229,231,222)
#EBEEE8
(235,238,232)
#F1F5F2
(241,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5AF8E color. Also use rgb(181,175,142) instead hex code.

Text Font Color

.myTextColor { color: #B5AF8E; }

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

This text font color is #B5AF8E.


Background Color

.myBgColor { background-color: #B5AF8E; }

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

This div background color is #B5AF8E.


Border color

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

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

This div border color is #B5AF8E.


Opacity

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

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

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

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

This text has shadow with #B5AF8E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5AF8E on black background.


Color preview on white background

This text has color #B5AF8E on white background.



Black color preview on #B5AF8E background

This text has black color on #B5AF8E background.


White color preview on #B5AF8E background

This text has white color on #B5AF8E background.