COLOR #B5AACB

HEX: #B5AACB
RGB: (181,170,203)

Color info

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

RGB color model

#B5AACB color RGB value is (181,170,203).

  • red value is 181;
  • green value is 170;
  • blue value is 203.
RGB:
(181,170,203)
(71%,67%,80%)

RGB channels and saturation

R 181 of 255 = 71%
G 170 of 255 = 67%
B 203 of 255 = 80%

181
170
203

R + G + B ~ 73%. #B5AACB is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 170 + 203 = 554 (100%)
R 181 of 554 ~ 32.67%
G 170 of 554 ~ 30.69%
B 203 of 554 ~ 36.64%

%32.67
%30.69
%36.64

CMYK color model

#B5AACB color CMYK value is (11,16,0,20).

  • cyan value is 10.84%
  • magenta value is 16.26%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(11,16,0,20)
C11M16Y0K20 
(11%,16%,0%,20%)
(0.11/0.16/0.00/0.20)	

CMYK percentages

%10.84
%16.26
%0
%20.39

Codes

Color #B5AACB in popluar color models

B5AACB
RGB181170203
HSL260°24.09%73.14%
HSB/HSV260°16.26%79.61%
CMYK10.84%16.26%0.00%
20.39%

Color #B5AACB in popluar number systems.

HEXB5AACB
Decimal181170203
Binary101101011010101011001011
Octal265252313

Shades and tints

Shades of #B5AACB

#B5AACB
(181,170,203)
#A59BB9
(165,155,185)
#958CA7
(149,140,167)
#857D95
(133,125,149)
#756E83
(117,110,131)
#655F71
(101,95,113)
#55505F
(85,80,95)
#45414D
(69,65,77)
#35323B
(53,50,59)
#252329
(37,35,41)
#151417
(21,20,23)
#000000
(0,0,0)

Tints of #B5AACB

#B5AACB
(181,170,203)
#BBB1CF
(187,177,207)
#C1B8D3
(193,184,211)
#C7BFD7
(199,191,215)
#CDC6DB
(205,198,219)
#D3CDDF
(211,205,223)
#D9D4E3
(217,212,227)
#DFDBE7
(223,219,231)
#E5E2EB
(229,226,235)
#EBE9EF
(235,233,239)
#F1F0F3
(241,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5AACB color. Also use rgb(181,170,203) instead hex code.

Text Font Color

.myTextColor { color: #B5AACB; }

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

This text font color is #B5AACB.


Background Color

.myBgColor { background-color: #B5AACB; }

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

This div background color is #B5AACB.


Border color

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

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

This div border color is #B5AACB.


Opacity

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

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

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

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

This text has shadow with #B5AACB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5AACB on black background.


Color preview on white background

This text has color #B5AACB on white background.



Black color preview on #B5AACB background

This text has black color on #B5AACB background.


White color preview on #B5AACB background

This text has white color on #B5AACB background.