COLOR #B5B9EB

HEX: #B5B9EB
RGB: (181,185,235)

Color info

#B5B9EB contains red, green and blue colors in about the same proportion. Web safe color of #B5B9EB is #CCCCFF (or #CCF).

RGB color model

#B5B9EB color RGB value is (181,185,235).

  • red value is 181;
  • green value is 185;
  • blue value is 235.
RGB:
(181,185,235)
(71%,73%,92%)

RGB channels and saturation

R 181 of 255 = 71%
G 185 of 255 = 73%
B 235 of 255 = 92%

181
185
235

R + G + B ~ 79%. #B5B9EB is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 185 + 235 = 601 (100%)
R 181 of 601 ~ 30.12%
G 185 of 601 ~ 30.78%
B 235 of 601 ~ 39.1%

%30.12
%30.78
%39.1

CMYK color model

#B5B9EB color CMYK value is (23,21,0,8).

  • cyan value is 22.98%
  • magenta value is 21.28%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(23,21,0,8)
C23M21Y0K8 
(23%,21%,0%,8%)
(0.23/0.21/0.00/0.08)	

CMYK percentages

%22.98
%21.28
%0
%7.84

Codes

Color #B5B9EB in popluar color models

B5B9EB
RGB181185235
HSL236°57.45%81.57%
HSB/HSV236°22.98%92.16%
CMYK22.98%21.28%0.00%
7.84%

Color #B5B9EB in popluar number systems.

HEXB5B9EB
Decimal181185235
Binary101101011011100111101011
Octal265271353

Shades and tints

Shades of #B5B9EB

#B5B9EB
(181,185,235)
#A5A9D6
(165,169,214)
#9599C1
(149,153,193)
#8589AC
(133,137,172)
#757997
(117,121,151)
#656982
(101,105,130)
#55596D
(85,89,109)
#454958
(69,73,88)
#353943
(53,57,67)
#25292E
(37,41,46)
#151919
(21,25,25)
#000000
(0,0,0)

Tints of #B5B9EB

#B5B9EB
(181,185,235)
#BBBFEC
(187,191,236)
#C1C5ED
(193,197,237)
#C7CBEE
(199,203,238)
#CDD1EF
(205,209,239)
#D3D7F0
(211,215,240)
#D9DDF1
(217,221,241)
#DFE3F2
(223,227,242)
#E5E9F3
(229,233,243)
#EBEFF4
(235,239,244)
#F1F5F5
(241,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5B9EB color. Also use rgb(181,185,235) instead hex code.

Text Font Color

.myTextColor { color: #B5B9EB; }

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

This text font color is #B5B9EB.


Background Color

.myBgColor { background-color: #B5B9EB; }

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

This div background color is #B5B9EB.


Border color

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

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

This div border color is #B5B9EB.


Opacity

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

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

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

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

This text has shadow with #B5B9EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5B9EB on black background.


Color preview on white background

This text has color #B5B9EB on white background.



Black color preview on #B5B9EB background

This text has black color on #B5B9EB background.


White color preview on #B5B9EB background

This text has white color on #B5B9EB background.