COLOR #B5AEBD

HEX: #B5AEBD
RGB: (181,174,189)

Color info

#B5AEBD contains red, green and blue colors in about the same proportion. Web safe color of #B5AEBD is #CC99CC (or #C9C).

RGB color model

#B5AEBD color RGB value is (181,174,189).

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

RGB channels and saturation

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

181
174
189

R + G + B ~ 71%. #B5AEBD is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 174 + 189 = 544 (100%)
R 181 of 544 ~ 33.27%
G 174 of 544 ~ 31.99%
B 189 of 544 ~ 34.74%

%33.27
%31.99
%34.74

CMYK color model

#B5AEBD color CMYK value is (4,8,0,26).

  • cyan value is 4.23%
  • magenta value is 7.94%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(4,8,0,26)
C4M8Y0K26 
(4%,8%,0%,26%)
(0.04/0.08/0.00/0.26)	

CMYK percentages

%4.23
%7.94
%0
%25.88

Codes

Color #B5AEBD in popluar color models

B5AEBD
RGB181174189
HSL268°10.20%71.18%
HSB/HSV268°7.94%74.12%
CMYK4.23%7.94%0.00%
25.88%

Color #B5AEBD in popluar number systems.

HEXB5AEBD
Decimal181174189
Binary101101011010111010111101
Octal265256275

Shades and tints

Shades of #B5AEBD

#B5AEBD
(181,174,189)
#A59FAC
(165,159,172)
#95909B
(149,144,155)
#85818A
(133,129,138)
#757279
(117,114,121)
#656368
(101,99,104)
#555457
(85,84,87)
#454546
(69,69,70)
#353635
(53,54,53)
#252724
(37,39,36)
#151813
(21,24,19)
#000000
(0,0,0)

Tints of #B5AEBD

#B5AEBD
(181,174,189)
#BBB5C3
(187,181,195)
#C1BCC9
(193,188,201)
#C7C3CF
(199,195,207)
#CDCAD5
(205,202,213)
#D3D1DB
(211,209,219)
#D9D8E1
(217,216,225)
#DFDFE7
(223,223,231)
#E5E6ED
(229,230,237)
#EBEDF3
(235,237,243)
#F1F4F9
(241,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5AEBD; }

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

This text font color is #B5AEBD.


Background Color

.myBgColor { background-color: #B5AEBD; }

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

This div background color is #B5AEBD.


Border color

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

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

This div border color is #B5AEBD.


Opacity

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

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

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

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

This text has shadow with #B5AEBD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5AEBD on black background.


Color preview on white background

This text has color #B5AEBD on white background.



Black color preview on #B5AEBD background

This text has black color on #B5AEBD background.


White color preview on #B5AEBD background

This text has white color on #B5AEBD background.