COLOR #B4ABCC

HEX: #B4ABCC
RGB: (180,171,204)

Color info

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

RGB color model

#B4ABCC color RGB value is (180,171,204).

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

RGB channels and saturation

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

180
171
204

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

Portions of RGB colors in percentages

R + G + B =
180 + 171 + 204 = 555 (100%)
R 180 of 555 ~ 32.43%
G 171 of 555 ~ 30.81%
B 204 of 555 ~ 36.76%

%32.43
%30.81
%36.76

CMYK color model

#B4ABCC color CMYK value is (12,16,0,20).

  • cyan value is 11.76%
  • magenta value is 16.18%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(12,16,0,20)
C12M16Y0K20 
(12%,16%,0%,20%)
(0.12/0.16/0.00/0.20)	

CMYK percentages

%11.76
%16.18
%0
%20

Codes

Color #B4ABCC in popluar color models

B4ABCC
RGB180171204
HSL256°24.44%73.53%
HSB/HSV256°16.18%80.00%
CMYK11.76%16.18%0.00%
20.00%

Color #B4ABCC in popluar number systems.

HEXB4ABCC
Decimal180171204
Binary101101001010101111001100
Octal264253314

Shades and tints

Shades of #B4ABCC

#B4ABCC
(180,171,204)
#A49CBA
(164,156,186)
#948DA8
(148,141,168)
#847E96
(132,126,150)
#746F84
(116,111,132)
#646072
(100,96,114)
#545160
(84,81,96)
#44424E
(68,66,78)
#34333C
(52,51,60)
#24242A
(36,36,42)
#141518
(20,21,24)
#000000
(0,0,0)

Tints of #B4ABCC

#B4ABCC
(180,171,204)
#BAB2D0
(186,178,208)
#C0B9D4
(192,185,212)
#C6C0D8
(198,192,216)
#CCC7DC
(204,199,220)
#D2CEE0
(210,206,224)
#D8D5E4
(216,213,228)
#DEDCE8
(222,220,232)
#E4E3EC
(228,227,236)
#EAEAF0
(234,234,240)
#F0F1F4
(240,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4ABCC; }

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

This text font color is #B4ABCC.


Background Color

.myBgColor { background-color: #B4ABCC; }

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

This div background color is #B4ABCC.


Border color

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

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

This div border color is #B4ABCC.


Opacity

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

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

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

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

This text has shadow with #B4ABCC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4ABCC on black background.


Color preview on white background

This text has color #B4ABCC on white background.



Black color preview on #B4ABCC background

This text has black color on #B4ABCC background.


White color preview on #B4ABCC background

This text has white color on #B4ABCC background.