COLOR #B4ABE2

HEX: #B4ABE2
RGB: (180,171,226)

Color info

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

RGB color model

#B4ABE2 color RGB value is (180,171,226).

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

RGB channels and saturation

R 180 of 255 = 71%
G 171 of 255 = 67%
B 226 of 255 = 89%

180
171
226

R + G + B ~ 76%. #B4ABE2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 171 + 226 = 577 (100%)
R 180 of 577 ~ 31.2%
G 171 of 577 ~ 29.64%
B 226 of 577 ~ 39.17%

%31.2
%29.64
%39.17

CMYK color model

#B4ABE2 color CMYK value is (20,24,0,11).

  • cyan value is 20.35%
  • magenta value is 24.34%
  • yellow value is 0.00%
  • key color value is 11.37%
CMYK:
(20,24,0,11)
C20M24Y0K11 
(20%,24%,0%,11%)
(0.20/0.24/0.00/0.11)	

CMYK percentages

%20.35
%24.34
%0
%11.37

Codes

Color #B4ABE2 in popluar color models

B4ABE2
RGB180171226
HSL250°48.67%77.84%
HSB/HSV250°24.34%88.63%
CMYK20.35%24.34%0.00%
11.37%

Color #B4ABE2 in popluar number systems.

HEXB4ABE2
Decimal180171226
Binary101101001010101111100010
Octal264253342

Shades and tints

Shades of #B4ABE2

#B4ABE2
(180,171,226)
#A49CCE
(164,156,206)
#948DBA
(148,141,186)
#847EA6
(132,126,166)
#746F92
(116,111,146)
#64607E
(100,96,126)
#54516A
(84,81,106)
#444256
(68,66,86)
#343342
(52,51,66)
#24242E
(36,36,46)
#14151A
(20,21,26)
#000000
(0,0,0)

Tints of #B4ABE2

#B4ABE2
(180,171,226)
#BAB2E4
(186,178,228)
#C0B9E6
(192,185,230)
#C6C0E8
(198,192,232)
#CCC7EA
(204,199,234)
#D2CEEC
(210,206,236)
#D8D5EE
(216,213,238)
#DEDCF0
(222,220,240)
#E4E3F2
(228,227,242)
#EAEAF4
(234,234,244)
#F0F1F6
(240,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4ABE2; }

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

This text font color is #B4ABE2.


Background Color

.myBgColor { background-color: #B4ABE2; }

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

This div background color is #B4ABE2.


Border color

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

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

This div border color is #B4ABE2.


Opacity

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

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

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

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

This text has shadow with #B4ABE2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4ABE2 on black background.


Color preview on white background

This text has color #B4ABE2 on white background.



Black color preview on #B4ABE2 background

This text has black color on #B4ABE2 background.


White color preview on #B4ABE2 background

This text has white color on #B4ABE2 background.