COLOR #B7B5AE

HEX: #B7B5AE
RGB: (183,181,174)

Color info

#B7B5AE contains red, green and blue colors in about the same proportion. Web safe color of #B7B5AE is #CCCC99 (or #CC9).

RGB color model

#B7B5AE color RGB value is (183,181,174).

  • red value is 183;
  • green value is 181;
  • blue value is 174.
RGB:
(183,181,174)
(72%,71%,68%)

RGB channels and saturation

R 183 of 255 = 72%
G 181 of 255 = 71%
B 174 of 255 = 68%

183
181
174

R + G + B ~ 70%. #B7B5AE is quite light color.

Portions of RGB colors in percentages

R + G + B =
183 + 181 + 174 = 538 (100%)
R 183 of 538 ~ 34.01%
G 181 of 538 ~ 33.64%
B 174 of 538 ~ 32.34%

%34.01
%33.64
%32.34

CMYK color model

#B7B5AE color CMYK value is (0,1,5,28).

  • cyan value is 0.00%
  • magenta value is 1.09%
  • yellow value is 4.92%
  • key color value is 28.24%
CMYK:
(0,1,5,28)
C0M1Y5K28 
(0%,1%,5%,28%)
(0.00/0.01/0.05/0.28)	

CMYK percentages

%0
%1.09
%4.92
%28.24

Codes

Color #B7B5AE in popluar color models

B7B5AE
RGB183181174
HSL47°5.88%70.00%
HSB/HSV47°4.92%71.76%
CMYK0.00%1.09%4.92%
28.24%

Color #B7B5AE in popluar number systems.

HEXB7B5AE
Decimal183181174
Binary101101111011010110101110
Octal267265256

Shades and tints

Shades of #B7B5AE

#B7B5AE
(183,181,174)
#A7A59F
(167,165,159)
#979590
(151,149,144)
#878581
(135,133,129)
#777572
(119,117,114)
#676563
(103,101,99)
#575554
(87,85,84)
#474545
(71,69,69)
#373536
(55,53,54)
#272527
(39,37,39)
#171518
(23,21,24)
#000000
(0,0,0)

Tints of #B7B5AE

#B7B5AE
(183,181,174)
#BDBBB5
(189,187,181)
#C3C1BC
(195,193,188)
#C9C7C3
(201,199,195)
#CFCDCA
(207,205,202)
#D5D3D1
(213,211,209)
#DBD9D8
(219,217,216)
#E1DFDF
(225,223,223)
#E7E5E6
(231,229,230)
#EDEBED
(237,235,237)
#F3F1F4
(243,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7B5AE color. Also use rgb(183,181,174) instead hex code.

Text Font Color

.myTextColor { color: #B7B5AE; }

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

This text font color is #B7B5AE.


Background Color

.myBgColor { background-color: #B7B5AE; }

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

This div background color is #B7B5AE.


Border color

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

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

This div border color is #B7B5AE.


Opacity

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

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

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

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

This text has shadow with #B7B5AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7B5AE on black background.


Color preview on white background

This text has color #B7B5AE on white background.



Black color preview on #B7B5AE background

This text has black color on #B7B5AE background.


White color preview on #B7B5AE background

This text has white color on #B7B5AE background.