COLOR #B4B9E5

HEX: #B4B9E5
RGB: (180,185,229)

Color info

#B4B9E5 contains red, green and blue colors in about the same proportion. Web safe color of #B4B9E5 is #CCCCCC (or #CCC).

RGB color model

#B4B9E5 color RGB value is (180,185,229).

  • red value is 180;
  • green value is 185;
  • blue value is 229.
RGB:
(180,185,229)
(71%,73%,90%)

RGB channels and saturation

R 180 of 255 = 71%
G 185 of 255 = 73%
B 229 of 255 = 90%

180
185
229

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

Portions of RGB colors in percentages

R + G + B =
180 + 185 + 229 = 594 (100%)
R 180 of 594 ~ 30.3%
G 185 of 594 ~ 31.14%
B 229 of 594 ~ 38.55%

%30.3
%31.14
%38.55

CMYK color model

#B4B9E5 color CMYK value is (21,19,0,10).

  • cyan value is 21.40%
  • magenta value is 19.21%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(21,19,0,10)
C21M19Y0K10 
(21%,19%,0%,10%)
(0.21/0.19/0.00/0.10)	

CMYK percentages

%21.4
%19.21
%0
%10.2

Codes

Color #B4B9E5 in popluar color models

B4B9E5
RGB180185229
HSL234°48.51%80.20%
HSB/HSV234°21.40%89.80%
CMYK21.40%19.21%0.00%
10.20%

Color #B4B9E5 in popluar number systems.

HEXB4B9E5
Decimal180185229
Binary101101001011100111100101
Octal264271345

Shades and tints

Shades of #B4B9E5

#B4B9E5
(180,185,229)
#A4A9D1
(164,169,209)
#9499BD
(148,153,189)
#8489A9
(132,137,169)
#747995
(116,121,149)
#646981
(100,105,129)
#54596D
(84,89,109)
#444959
(68,73,89)
#343945
(52,57,69)
#242931
(36,41,49)
#14191D
(20,25,29)
#000000
(0,0,0)

Tints of #B4B9E5

#B4B9E5
(180,185,229)
#BABFE7
(186,191,231)
#C0C5E9
(192,197,233)
#C6CBEB
(198,203,235)
#CCD1ED
(204,209,237)
#D2D7EF
(210,215,239)
#D8DDF1
(216,221,241)
#DEE3F3
(222,227,243)
#E4E9F5
(228,233,245)
#EAEFF7
(234,239,247)
#F0F5F9
(240,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4B9E5 color. Also use rgb(180,185,229) instead hex code.

Text Font Color

.myTextColor { color: #B4B9E5; }

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

This text font color is #B4B9E5.


Background Color

.myBgColor { background-color: #B4B9E5; }

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

This div background color is #B4B9E5.


Border color

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

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

This div border color is #B4B9E5.


Opacity

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

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

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

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

This text has shadow with #B4B9E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4B9E5 on black background.


Color preview on white background

This text has color #B4B9E5 on white background.



Black color preview on #B4B9E5 background

This text has black color on #B4B9E5 background.


White color preview on #B4B9E5 background

This text has white color on #B4B9E5 background.