COLOR #B5B3AE

HEX: #B5B3AE RGB: (181,179,174)

Color info

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

RGB color model

#B5B3AE color RGB value is (181,179,174).

RGB: (181,179,174) (71%, 70%, 68%)

RGB channels and saturation

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

181
179
174

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

Portions of RGB colors in percentages

R + G + B = 181 + 179 + 174 = 534 (100%)
R 181 of 534 ~ 33.9%
G 179 of 534 ~ 33.52%
B 174 of 534 ~ 32.58'%

%33.9
%33.52
%32.58

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 1.10%
  • yellow value is 3.87%
  • key color value is 29.02%

CMYK: (0,1,4,29)
C0M1Y4K29 (0%, 1%, 4%, 29%)
(0.00 / 0.01 / 0.04 / 0.29)

CMYK percentages

%0
%1.1
%3.87
%29.02

Codes

Color #B5B3AE in popluar color models

B5 B3 AE
RGB 181 179 174
HSL 43° 4.52% 69.61%
HSB/HSV 43° 3.87% 70.98%
CMYK 0.00% 1.10% 3.87%
29.02%

Color #B5B3AE in popluar number systems.

HEX B5 B3 AE
Decimal 181 179 174
Binary 10110101 10110011 10101110
Octal 265 263 256

Shades and tints

Shades of #B5B3AE

#B5B3AE
(181,179,174)
#A5A39F
(165,163,159)
#959390
(149,147,144)
#858381
(133,131,129)
#757372
(117,115,114)
#656363
(101,99,99)
#555354
(85,83,84)
#454345
(69,67,69)
#353336
(53,51,54)
#252327
(37,35,39)
#151318
(21,19,24)
#000000
(0,0,0)

Tints of #B5B3AE

#B5B3AE
(181,179,174)
#BBB9B5
(187,185,181)
#C1BFBC
(193,191,188)
#C7C5C3
(199,197,195)
#CDCBCA
(205,203,202)
#D3D1D1
(211,209,209)
#D9D7D8
(217,215,216)
#DFDDDF
(223,221,223)
#E5E3E6
(229,227,230)
#EBE9ED
(235,233,237)
#F1EFF4
(241,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5B3AE; }

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

This text font color is #B5B3AE.

Background Color

.myBgColor { background-color: #B5B3AE; }

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

This div background color is #B5B3AE.

Border color

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

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

This div border color is #B5B3AE.

Opacity

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

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

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

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

This text has shadow with #B5B3AE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B5B3AE.

Preview

Color preview on black background

This text has color #B5B3AE on black background.


Color preview on white background

This text has color #B5B3AE on white background.


Black color preview on #B5B3AE background

This text has black color on #B5B3AE background.


White color preview on #B5B3AE background

This text has white color on #B5B3AE background.


Related colors

Complementary color

Complementary color for #hex is #4A4C51.


I love getcolorcode.com

Triadic colors

1 #AEB5B3 and #B3AEB5 with #B5B3AE are triadic colors.

2 #AEB3B5 and #B3B5AE with #B5B3AE are triadic colors.