COLOR #B5BDE5

HEX: #B5BDE5
RGB: (181,189,229)

Color info

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

RGB color model

#B5BDE5 color RGB value is (181,189,229).

  • red value is 181;
  • green value is 189;
  • blue value is 229.
RGB:
(181,189,229)
(71%,74%,90%)

RGB channels and saturation

R 181 of 255 = 71%
G 189 of 255 = 74%
B 229 of 255 = 90%

181
189
229

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

Portions of RGB colors in percentages

R + G + B =
181 + 189 + 229 = 599 (100%)
R 181 of 599 ~ 30.22%
G 189 of 599 ~ 31.55%
B 229 of 599 ~ 38.23%

%30.22
%31.55
%38.23

CMYK color model

#B5BDE5 color CMYK value is (21,17,0,10).

  • cyan value is 20.96%
  • magenta value is 17.47%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(21,17,0,10)
C21M17Y0K10 
(21%,17%,0%,10%)
(0.21/0.17/0.00/0.10)	

CMYK percentages

%20.96
%17.47
%0
%10.2

Codes

Color #B5BDE5 in popluar color models

B5BDE5
RGB181189229
HSL230°48.00%80.39%
HSB/HSV230°20.96%89.80%
CMYK20.96%17.47%0.00%
10.20%

Color #B5BDE5 in popluar number systems.

HEXB5BDE5
Decimal181189229
Binary101101011011110111100101
Octal265275345

Shades and tints

Shades of #B5BDE5

#B5BDE5
(181,189,229)
#A5ACD1
(165,172,209)
#959BBD
(149,155,189)
#858AA9
(133,138,169)
#757995
(117,121,149)
#656881
(101,104,129)
#55576D
(85,87,109)
#454659
(69,70,89)
#353545
(53,53,69)
#252431
(37,36,49)
#15131D
(21,19,29)
#000000
(0,0,0)

Tints of #B5BDE5

#B5BDE5
(181,189,229)
#BBC3E7
(187,195,231)
#C1C9E9
(193,201,233)
#C7CFEB
(199,207,235)
#CDD5ED
(205,213,237)
#D3DBEF
(211,219,239)
#D9E1F1
(217,225,241)
#DFE7F3
(223,231,243)
#E5EDF5
(229,237,245)
#EBF3F7
(235,243,247)
#F1F9F9
(241,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5BDE5 color. Also use rgb(181,189,229) instead hex code.

Text Font Color

.myTextColor { color: #B5BDE5; }

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

This text font color is #B5BDE5.


Background Color

.myBgColor { background-color: #B5BDE5; }

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

This div background color is #B5BDE5.


Border color

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

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

This div border color is #B5BDE5.


Opacity

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

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

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

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

This text has shadow with #B5BDE5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5BDE5 on black background.


Color preview on white background

This text has color #B5BDE5 on white background.



Black color preview on #B5BDE5 background

This text has black color on #B5BDE5 background.


White color preview on #B5BDE5 background

This text has white color on #B5BDE5 background.