COLOR #B5ABAE

HEX: #B5ABAE
RGB: (181,171,174)

Color info

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

RGB color model

#B5ABAE color RGB value is (181,171,174).

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

RGB channels and saturation

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

181
171
174

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

Portions of RGB colors in percentages

R + G + B =
181 + 171 + 174 = 526 (100%)
R 181 of 526 ~ 34.41%
G 171 of 526 ~ 32.51%
B 174 of 526 ~ 33.08%

%34.41
%32.51
%33.08

CMYK color model

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

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

CMYK percentages

%0
%5.52
%3.87
%29.02

Codes

Color #B5ABAE in popluar color models

B5ABAE
RGB181171174
HSL342°6.33%69.02%
HSB/HSV342°5.52%70.98%
CMYK0.00%5.52%3.87%
29.02%

Color #B5ABAE in popluar number systems.

HEXB5ABAE
Decimal181171174
Binary101101011010101110101110
Octal265253256

Shades and tints

Shades of #B5ABAE

#B5ABAE
(181,171,174)
#A59C9F
(165,156,159)
#958D90
(149,141,144)
#857E81
(133,126,129)
#756F72
(117,111,114)
#656063
(101,96,99)
#555154
(85,81,84)
#454245
(69,66,69)
#353336
(53,51,54)
#252427
(37,36,39)
#151518
(21,21,24)
#000000
(0,0,0)

Tints of #B5ABAE

#B5ABAE
(181,171,174)
#BBB2B5
(187,178,181)
#C1B9BC
(193,185,188)
#C7C0C3
(199,192,195)
#CDC7CA
(205,199,202)
#D3CED1
(211,206,209)
#D9D5D8
(217,213,216)
#DFDCDF
(223,220,223)
#E5E3E6
(229,227,230)
#EBEAED
(235,234,237)
#F1F1F4
(241,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5ABAE; }

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

This text font color is #B5ABAE.


Background Color

.myBgColor { background-color: #B5ABAE; }

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

This div background color is #B5ABAE.


Border color

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

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

This div border color is #B5ABAE.


Opacity

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

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

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

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

This text has shadow with #B5ABAE color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #B5ABAE on black background.


Color preview on white background

This text has color #B5ABAE on white background.



Black color preview on #B5ABAE background

This text has black color on #B5ABAE background.


White color preview on #B5ABAE background

This text has white color on #B5ABAE background.