COLOR #B0B5ED

HEX: #B0B5ED
RGB: (176,181,237)

Color info

#B0B5ED contains mainly green and blue colors. Web safe color of #B0B5ED is #99CCFF (or #9CF).

RGB color model

#B0B5ED color RGB value is (176,181,237).

  • red value is 176;
  • green value is 181;
  • blue value is 237.
RGB:
(176,181,237)
(69%,71%,93%)

RGB channels and saturation

R 176 of 255 = 69%
G 181 of 255 = 71%
B 237 of 255 = 93%

176
181
237

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

Portions of RGB colors in percentages

R + G + B =
176 + 181 + 237 = 594 (100%)
R 176 of 594 ~ 29.63%
G 181 of 594 ~ 30.47%
B 237 of 594 ~ 39.9%

%29.63
%30.47
%39.9

CMYK color model

#B0B5ED color CMYK value is (26,24,0,7).

  • cyan value is 25.74%
  • magenta value is 23.63%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(26,24,0,7)
C26M24Y0K7 
(26%,24%,0%,7%)
(0.26/0.24/0.00/0.07)	

CMYK percentages

%25.74
%23.63
%0
%7.06

Codes

Color #B0B5ED in popluar color models

B0B5ED
RGB176181237
HSL235°62.89%80.98%
HSB/HSV235°25.74%92.94%
CMYK25.74%23.63%0.00%
7.06%

Color #B0B5ED in popluar number systems.

HEXB0B5ED
Decimal176181237
Binary101100001011010111101101
Octal260265355

Shades and tints

Shades of #B0B5ED

#B0B5ED
(176,181,237)
#A0A5D8
(160,165,216)
#9095C3
(144,149,195)
#8085AE
(128,133,174)
#707599
(112,117,153)
#606584
(96,101,132)
#50556F
(80,85,111)
#40455A
(64,69,90)
#303545
(48,53,69)
#202530
(32,37,48)
#10151B
(16,21,27)
#000000
(0,0,0)

Tints of #B0B5ED

#B0B5ED
(176,181,237)
#B7BBEE
(183,187,238)
#BEC1EF
(190,193,239)
#C5C7F0
(197,199,240)
#CCCDF1
(204,205,241)
#D3D3F2
(211,211,242)
#DAD9F3
(218,217,243)
#E1DFF4
(225,223,244)
#E8E5F5
(232,229,245)
#EFEBF6
(239,235,246)
#F6F1F7
(246,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0B5ED color. Also use rgb(176,181,237) instead hex code.

Text Font Color

.myTextColor { color: #B0B5ED; }

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

This text font color is #B0B5ED.


Background Color

.myBgColor { background-color: #B0B5ED; }

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

This div background color is #B0B5ED.


Border color

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

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

This div border color is #B0B5ED.


Opacity

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

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

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

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

This text has shadow with #B0B5ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0B5ED on black background.


Color preview on white background

This text has color #B0B5ED on white background.



Black color preview on #B0B5ED background

This text has black color on #B0B5ED background.


White color preview on #B0B5ED background

This text has white color on #B0B5ED background.