COLOR #B4B0EC

HEX: #B4B0EC
RGB: (180,176,236)

Color info

#B4B0EC contains mainly red and blue colors. Web safe color of #B4B0EC is #CC99FF (or #C9F).

RGB color model

#B4B0EC color RGB value is (180,176,236).

  • red value is 180;
  • green value is 176;
  • blue value is 236.
RGB:
(180,176,236)
(71%,69%,93%)

RGB channels and saturation

R 180 of 255 = 71%
G 176 of 255 = 69%
B 236 of 255 = 93%

180
176
236

R + G + B ~ 78%. #B4B0EC is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 176 + 236 = 592 (100%)
R 180 of 592 ~ 30.41%
G 176 of 592 ~ 29.73%
B 236 of 592 ~ 39.86%

%30.41
%29.73
%39.86

CMYK color model

#B4B0EC color CMYK value is (24,25,0,7).

  • cyan value is 23.73%
  • magenta value is 25.42%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(24,25,0,7)
C24M25Y0K7 
(24%,25%,0%,7%)
(0.24/0.25/0.00/0.07)	

CMYK percentages

%23.73
%25.42
%0
%7.45

Codes

Color #B4B0EC in popluar color models

B4B0EC
RGB180176236
HSL244°61.22%80.78%
HSB/HSV244°25.42%92.55%
CMYK23.73%25.42%0.00%
7.45%

Color #B4B0EC in popluar number systems.

HEXB4B0EC
Decimal180176236
Binary101101001011000011101100
Octal264260354

Shades and tints

Shades of #B4B0EC

#B4B0EC
(180,176,236)
#A4A0D7
(164,160,215)
#9490C2
(148,144,194)
#8480AD
(132,128,173)
#747098
(116,112,152)
#646083
(100,96,131)
#54506E
(84,80,110)
#444059
(68,64,89)
#343044
(52,48,68)
#24202F
(36,32,47)
#14101A
(20,16,26)
#000000
(0,0,0)

Tints of #B4B0EC

#B4B0EC
(180,176,236)
#BAB7ED
(186,183,237)
#C0BEEE
(192,190,238)
#C6C5EF
(198,197,239)
#CCCCF0
(204,204,240)
#D2D3F1
(210,211,241)
#D8DAF2
(216,218,242)
#DEE1F3
(222,225,243)
#E4E8F4
(228,232,244)
#EAEFF5
(234,239,245)
#F0F6F6
(240,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4B0EC color. Also use rgb(180,176,236) instead hex code.

Text Font Color

.myTextColor { color: #B4B0EC; }

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

This text font color is #B4B0EC.


Background Color

.myBgColor { background-color: #B4B0EC; }

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

This div background color is #B4B0EC.


Border color

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

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

This div border color is #B4B0EC.


Opacity

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

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

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

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

This text has shadow with #B4B0EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4B0EC on black background.


Color preview on white background

This text has color #B4B0EC on white background.



Black color preview on #B4B0EC background

This text has black color on #B4B0EC background.


White color preview on #B4B0EC background

This text has white color on #B4B0EC background.