COLOR #B5BFE9

HEX: #B5BFE9
RGB: (181,191,233)

Color info

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

RGB color model

#B5BFE9 color RGB value is (181,191,233).

  • red value is 181;
  • green value is 191;
  • blue value is 233.
RGB:
(181,191,233)
(71%,75%,91%)

RGB channels and saturation

R 181 of 255 = 71%
G 191 of 255 = 75%
B 233 of 255 = 91%

181
191
233

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

Portions of RGB colors in percentages

R + G + B =
181 + 191 + 233 = 605 (100%)
R 181 of 605 ~ 29.92%
G 191 of 605 ~ 31.57%
B 233 of 605 ~ 38.51%

%29.92
%31.57
%38.51

CMYK color model

#B5BFE9 color CMYK value is (22,18,0,9).

  • cyan value is 22.32%
  • magenta value is 18.03%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK:
(22,18,0,9)
C22M18Y0K9 
(22%,18%,0%,9%)
(0.22/0.18/0.00/0.09)	

CMYK percentages

%22.32
%18.03
%0
%8.63

Codes

Color #B5BFE9 in popluar color models

B5BFE9
RGB181191233
HSL228°54.17%81.18%
HSB/HSV228°22.32%91.37%
CMYK22.32%18.03%0.00%
8.63%

Color #B5BFE9 in popluar number systems.

HEXB5BFE9
Decimal181191233
Binary101101011011111111101001
Octal265277351

Shades and tints

Shades of #B5BFE9

#B5BFE9
(181,191,233)
#A5AED4
(165,174,212)
#959DBF
(149,157,191)
#858CAA
(133,140,170)
#757B95
(117,123,149)
#656A80
(101,106,128)
#55596B
(85,89,107)
#454856
(69,72,86)
#353741
(53,55,65)
#25262C
(37,38,44)
#151517
(21,21,23)
#000000
(0,0,0)

Tints of #B5BFE9

#B5BFE9
(181,191,233)
#BBC4EB
(187,196,235)
#C1C9ED
(193,201,237)
#C7CEEF
(199,206,239)
#CDD3F1
(205,211,241)
#D3D8F3
(211,216,243)
#D9DDF5
(217,221,245)
#DFE2F7
(223,226,247)
#E5E7F9
(229,231,249)
#EBECFB
(235,236,251)
#F1F1FD
(241,241,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5BFE9 color. Also use rgb(181,191,233) instead hex code.

Text Font Color

.myTextColor { color: #B5BFE9; }

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

This text font color is #B5BFE9.


Background Color

.myBgColor { background-color: #B5BFE9; }

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

This div background color is #B5BFE9.


Border color

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

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

This div border color is #B5BFE9.


Opacity

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

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

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

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

This text has shadow with #B5BFE9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5BFE9 on black background.


Color preview on white background

This text has color #B5BFE9 on white background.



Black color preview on #B5BFE9 background

This text has black color on #B5BFE9 background.


White color preview on #B5BFE9 background

This text has white color on #B5BFE9 background.