COLOR #B5B0AE

HEX: #B5B0AE RGB: (181,176,174)

Color info

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

RGB color model

#B5B0AE color RGB value is (181,176,174).

RGB: (181,176,174) (71%, 69%, 68%)

RGB channels and saturation

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

181
176
174

R + G + B ~ 69%. #B5B0AE is quite light color.

Portions of RGB colors in percentages

R + G + B = 181 + 176 + 174 = 531 (100%)
R 181 of 531 ~ 34.09%
G 176 of 531 ~ 33.15%
B 174 of 531 ~ 32.77'%

%34.09
%33.15
%32.77

CMYK color model

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

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

CMYK percentages

%0
%2.76
%3.87
%29.02

Codes

Color #B5B0AE in popluar color models

B5 B0 AE
RGB 181 176 174
HSL 17° 4.52% 69.61%
HSB/HSV 17° 3.87% 70.98%
CMYK 0.00% 2.76% 3.87%
29.02%

Color #B5B0AE in popluar number systems.

HEX B5 B0 AE
Decimal 181 176 174
Binary 10110101 10110000 10101110
Octal 265 260 256

Shades and tints

Shades of #B5B0AE

#B5B0AE
(181,176,174)
#A5A09F
(165,160,159)
#959090
(149,144,144)
#858081
(133,128,129)
#757072
(117,112,114)
#656063
(101,96,99)
#555054
(85,80,84)
#454045
(69,64,69)
#353036
(53,48,54)
#252027
(37,32,39)
#151018
(21,16,24)
#000000
(0,0,0)

Tints of #B5B0AE

#B5B0AE
(181,176,174)
#BBB7B5
(187,183,181)
#C1BEBC
(193,190,188)
#C7C5C3
(199,197,195)
#CDCCCA
(205,204,202)
#D3D3D1
(211,211,209)
#D9DAD8
(217,218,216)
#DFE1DF
(223,225,223)
#E5E8E6
(229,232,230)
#EBEFED
(235,239,237)
#F1F6F4
(241,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5B0AE; }

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

This text font color is #B5B0AE.

Background Color

.myBgColor { background-color: #B5B0AE; }

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

This div background color is #B5B0AE.

Border color

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

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

This div border color is #B5B0AE.

Opacity

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

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

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

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

This text has shadow with #B5B0AE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B5B0AE.

Preview

Color preview on black background

This text has color #B5B0AE on black background.


Color preview on white background

This text has color #B5B0AE on white background.


Black color preview on #B5B0AE background

This text has black color on #B5B0AE background.


White color preview on #B5B0AE background

This text has white color on #B5B0AE background.


Related colors

Complementary color

Complementary color for #hex is #4A4F51.


I love getcolorcode.com

Triadic colors

1 #AEB5B0 and #B0AEB5 with #B5B0AE are triadic colors.

2 #AEB0B5 and #B0B5AE with #B5B0AE are triadic colors.