COLOR #B5B5AE

HEX: #B5B5AE
RGB: (181,181,174)

Color info

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

RGB color model

#B5B5AE color RGB value is (181,181,174).

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

RGB channels and saturation

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

181
181
174

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

Portions of RGB colors in percentages

R + G + B =
181 + 181 + 174 = 536 (100%)
R 181 of 536 ~ 33.77%
G 181 of 536 ~ 33.77%
B 174 of 536 ~ 32.46%

%33.77
%33.77
%32.46

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 3.87%
  • key color value is 29.02%
CMYK:
(0,0,4,29)
C0M0Y4K29 
(0%,0%,4%,29%)
(0.00/0.00/0.04/0.29)	

CMYK percentages

%0
%0
%3.87
%29.02

Codes

Color #B5B5AE in popluar color models

B5B5AE
RGB181181174
HSL60°4.52%69.61%
HSB/HSV60°3.87%70.98%
CMYK0.00%0.00%3.87%
29.02%

Color #B5B5AE in popluar number systems.

HEXB5B5AE
Decimal181181174
Binary101101011011010110101110
Octal265265256

Shades and tints

Shades of #B5B5AE

#B5B5AE
(181,181,174)
#A5A59F
(165,165,159)
#959590
(149,149,144)
#858581
(133,133,129)
#757572
(117,117,114)
#656563
(101,101,99)
#555554
(85,85,84)
#454545
(69,69,69)
#353536
(53,53,54)
#252527
(37,37,39)
#151518
(21,21,24)
#000000
(0,0,0)

Tints of #B5B5AE

#B5B5AE
(181,181,174)
#BBBBB5
(187,187,181)
#C1C1BC
(193,193,188)
#C7C7C3
(199,199,195)
#CDCDCA
(205,205,202)
#D3D3D1
(211,211,209)
#D9D9D8
(217,217,216)
#DFDFDF
(223,223,223)
#E5E5E6
(229,229,230)
#EBEBED
(235,235,237)
#F1F1F4
(241,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5B5AE; }

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

This text font color is #B5B5AE.


Background Color

.myBgColor { background-color: #B5B5AE; }

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

This div background color is #B5B5AE.


Border color

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

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

This div border color is #B5B5AE.


Opacity

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

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

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

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

This text has shadow with #B5B5AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5B5AE on black background.


Color preview on white background

This text has color #B5B5AE on white background.



Black color preview on #B5B5AE background

This text has black color on #B5B5AE background.


White color preview on #B5B5AE background

This text has white color on #B5B5AE background.