COLOR #B5ABCC

HEX: #B5ABCC
RGB: (181,171,204)

Color info

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

RGB color model

#B5ABCC color RGB value is (181,171,204).

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

RGB channels and saturation

R 181 of 255 = 71%
G 171 of 255 = 67%
B 204 of 255 = 80%

181
171
204

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

Portions of RGB colors in percentages

R + G + B =
181 + 171 + 204 = 556 (100%)
R 181 of 556 ~ 32.55%
G 171 of 556 ~ 30.76%
B 204 of 556 ~ 36.69%

%32.55
%30.76
%36.69

CMYK color model

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

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

CMYK percentages

%11.27
%16.18
%0
%20

Codes

Color #B5ABCC in popluar color models

B5ABCC
RGB181171204
HSL258°24.44%73.53%
HSB/HSV258°16.18%80.00%
CMYK11.27%16.18%0.00%
20.00%

Color #B5ABCC in popluar number systems.

HEXB5ABCC
Decimal181171204
Binary101101011010101111001100
Octal265253314

Shades and tints

Shades of #B5ABCC

#B5ABCC
(181,171,204)
#A59CBA
(165,156,186)
#958DA8
(149,141,168)
#857E96
(133,126,150)
#756F84
(117,111,132)
#656072
(101,96,114)
#555160
(85,81,96)
#45424E
(69,66,78)
#35333C
(53,51,60)
#25242A
(37,36,42)
#151518
(21,21,24)
#000000
(0,0,0)

Tints of #B5ABCC

#B5ABCC
(181,171,204)
#BBB2D0
(187,178,208)
#C1B9D4
(193,185,212)
#C7C0D8
(199,192,216)
#CDC7DC
(205,199,220)
#D3CEE0
(211,206,224)
#D9D5E4
(217,213,228)
#DFDCE8
(223,220,232)
#E5E3EC
(229,227,236)
#EBEAF0
(235,234,240)
#F1F1F4
(241,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5ABCC; }

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

This text font color is #B5ABCC.


Background Color

.myBgColor { background-color: #B5ABCC; }

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

This div background color is #B5ABCC.


Border color

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

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

This div border color is #B5ABCC.


Opacity

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

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

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

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

This text has shadow with #B5ABCC color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #B5ABCC on black background.


Color preview on white background

This text has color #B5ABCC on white background.



Black color preview on #B5ABCC background

This text has black color on #B5ABCC background.


White color preview on #B5ABCC background

This text has white color on #B5ABCC background.