COLOR #B4B0EF

HEX: #B4B0EF
RGB: (180,176,239)

Color info

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

RGB color model

#B4B0EF color RGB value is (180,176,239).

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

RGB channels and saturation

R 180 of 255 = 71%
G 176 of 255 = 69%
B 239 of 255 = 94%

180
176
239

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

Portions of RGB colors in percentages

R + G + B =
180 + 176 + 239 = 595 (100%)
R 180 of 595 ~ 30.25%
G 176 of 595 ~ 29.58%
B 239 of 595 ~ 40.17%

%30.25
%29.58
%40.17

CMYK color model

#B4B0EF color CMYK value is (25,26,0,6).

  • cyan value is 24.69%
  • magenta value is 26.36%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(25,26,0,6)
C25M26Y0K6 
(25%,26%,0%,6%)
(0.25/0.26/0.00/0.06)	

CMYK percentages

%24.69
%26.36
%0
%6.27

Codes

Color #B4B0EF in popluar color models

B4B0EF
RGB180176239
HSL244°66.32%81.37%
HSB/HSV244°26.36%93.73%
CMYK24.69%26.36%0.00%
6.27%

Color #B4B0EF in popluar number systems.

HEXB4B0EF
Decimal180176239
Binary101101001011000011101111
Octal264260357

Shades and tints

Shades of #B4B0EF

#B4B0EF
(180,176,239)
#A4A0DA
(164,160,218)
#9490C5
(148,144,197)
#8480B0
(132,128,176)
#74709B
(116,112,155)
#646086
(100,96,134)
#545071
(84,80,113)
#44405C
(68,64,92)
#343047
(52,48,71)
#242032
(36,32,50)
#14101D
(20,16,29)
#000000
(0,0,0)

Tints of #B4B0EF

#B4B0EF
(180,176,239)
#BAB7F0
(186,183,240)
#C0BEF1
(192,190,241)
#C6C5F2
(198,197,242)
#CCCCF3
(204,204,243)
#D2D3F4
(210,211,244)
#D8DAF5
(216,218,245)
#DEE1F6
(222,225,246)
#E4E8F7
(228,232,247)
#EAEFF8
(234,239,248)
#F0F6F9
(240,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4B0EF; }

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

This text font color is #B4B0EF.


Background Color

.myBgColor { background-color: #B4B0EF; }

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

This div background color is #B4B0EF.


Border color

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

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

This div border color is #B4B0EF.


Opacity

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

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

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

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

This text has shadow with #B4B0EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4B0EF on black background.


Color preview on white background

This text has color #B4B0EF on white background.



Black color preview on #B4B0EF background

This text has black color on #B4B0EF background.


White color preview on #B4B0EF background

This text has white color on #B4B0EF background.