COLOR #B5AEAF

HEX: #B5AEAF
RGB: (181,174,175)

Color info

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

RGB color model

#B5AEAF color RGB value is (181,174,175).

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

RGB channels and saturation

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

181
174
175

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

Portions of RGB colors in percentages

R + G + B =
181 + 174 + 175 = 530 (100%)
R 181 of 530 ~ 34.15%
G 174 of 530 ~ 32.83%
B 175 of 530 ~ 33.02%

%34.15
%32.83
%33.02

CMYK color model

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

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

CMYK percentages

%0
%3.87
%3.31
%29.02

Codes

Color #B5AEAF in popluar color models

B5AEAF
RGB181174175
HSL351°4.52%69.61%
HSB/HSV351°3.87%70.98%
CMYK0.00%3.87%3.31%
29.02%

Color #B5AEAF in popluar number systems.

HEXB5AEAF
Decimal181174175
Binary101101011010111010101111
Octal265256257

Shades and tints

Shades of #B5AEAF

#B5AEAF
(181,174,175)
#A59FA0
(165,159,160)
#959091
(149,144,145)
#858182
(133,129,130)
#757273
(117,114,115)
#656364
(101,99,100)
#555455
(85,84,85)
#454546
(69,69,70)
#353637
(53,54,55)
#252728
(37,39,40)
#151819
(21,24,25)
#000000
(0,0,0)

Tints of #B5AEAF

#B5AEAF
(181,174,175)
#BBB5B6
(187,181,182)
#C1BCBD
(193,188,189)
#C7C3C4
(199,195,196)
#CDCACB
(205,202,203)
#D3D1D2
(211,209,210)
#D9D8D9
(217,216,217)
#DFDFE0
(223,223,224)
#E5E6E7
(229,230,231)
#EBEDEE
(235,237,238)
#F1F4F5
(241,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5AEAF; }

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

This text font color is #B5AEAF.


Background Color

.myBgColor { background-color: #B5AEAF; }

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

This div background color is #B5AEAF.


Border color

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

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

This div border color is #B5AEAF.


Opacity

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

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

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

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

This text has shadow with #B5AEAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5AEAF on black background.


Color preview on white background

This text has color #B5AEAF on white background.



Black color preview on #B5AEAF background

This text has black color on #B5AEAF background.


White color preview on #B5AEAF background

This text has white color on #B5AEAF background.