COLOR #B0BAEB

HEX: #B0BAEB
RGB: (176,186,235)

Color info

#B0BAEB contains red, green and blue colors in about the same proportion. Web safe color of #B0BAEB is #99CCFF (or #9CF).

RGB color model

#B0BAEB color RGB value is (176,186,235).

  • red value is 176;
  • green value is 186;
  • blue value is 235.
RGB:
(176,186,235)
(69%,73%,92%)

RGB channels and saturation

R 176 of 255 = 69%
G 186 of 255 = 73%
B 235 of 255 = 92%

176
186
235

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

Portions of RGB colors in percentages

R + G + B =
176 + 186 + 235 = 597 (100%)
R 176 of 597 ~ 29.48%
G 186 of 597 ~ 31.16%
B 235 of 597 ~ 39.36%

%29.48
%31.16
%39.36

CMYK color model

#B0BAEB color CMYK value is (25,21,0,8).

  • cyan value is 25.11%
  • magenta value is 20.85%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(25,21,0,8)
C25M21Y0K8 
(25%,21%,0%,8%)
(0.25/0.21/0.00/0.08)	

CMYK percentages

%25.11
%20.85
%0
%7.84

Codes

Color #B0BAEB in popluar color models

B0BAEB
RGB176186235
HSL230°59.60%80.59%
HSB/HSV230°25.11%92.16%
CMYK25.11%20.85%0.00%
7.84%

Color #B0BAEB in popluar number systems.

HEXB0BAEB
Decimal176186235
Binary101100001011101011101011
Octal260272353

Shades and tints

Shades of #B0BAEB

#B0BAEB
(176,186,235)
#A0AAD6
(160,170,214)
#909AC1
(144,154,193)
#808AAC
(128,138,172)
#707A97
(112,122,151)
#606A82
(96,106,130)
#505A6D
(80,90,109)
#404A58
(64,74,88)
#303A43
(48,58,67)
#202A2E
(32,42,46)
#101A19
(16,26,25)
#000000
(0,0,0)

Tints of #B0BAEB

#B0BAEB
(176,186,235)
#B7C0EC
(183,192,236)
#BEC6ED
(190,198,237)
#C5CCEE
(197,204,238)
#CCD2EF
(204,210,239)
#D3D8F0
(211,216,240)
#DADEF1
(218,222,241)
#E1E4F2
(225,228,242)
#E8EAF3
(232,234,243)
#EFF0F4
(239,240,244)
#F6F6F5
(246,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0BAEB color. Also use rgb(176,186,235) instead hex code.

Text Font Color

.myTextColor { color: #B0BAEB; }

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

This text font color is #B0BAEB.


Background Color

.myBgColor { background-color: #B0BAEB; }

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

This div background color is #B0BAEB.


Border color

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

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

This div border color is #B0BAEB.


Opacity

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

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

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

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

This text has shadow with #B0BAEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0BAEB on black background.


Color preview on white background

This text has color #B0BAEB on white background.



Black color preview on #B0BAEB background

This text has black color on #B0BAEB background.


White color preview on #B0BAEB background

This text has white color on #B0BAEB background.