COLOR #B0BBE7

HEX: #B0BBE7 RGB: (176,187,231)

Color info

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

RGB color model

#B0BBE7 color RGB value is (176,187,231).

RGB: (176,187,231) (69%, 73%, 91%)

RGB channels and saturation

R 176 of 255 = 69%
G 187 of 255 = 73%
B 231 of 255 = 91%

176
187
231

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

Portions of RGB colors in percentages

R + G + B = 176 + 187 + 231 = 594 (100%)
R 176 of 594 ~ 29.63%
G 187 of 594 ~ 31.48%
B 231 of 594 ~ 38.89'%

%29.63
%31.48
%38.89

CMYK color model

#B0BBE7 color CMYK value is (24,19,0,9).

  • cyan value is 23.81%
  • magenta value is 19.05%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK: (24,19,0,9) C24M19Y0K9 (24%,19%,0%,9%) (0.24/0.19/0.00/0.09) 

CMYK percentages

%23.81
%19.05
%0
%9.41

Codes

Color #B0BBE7 in popluar color models

B0 BB E7
RGB 176 187 231
HSL 228° 53.40% 79.80%
HSB/HSV 228° 23.81% 90.59%
CMYK 23.81% 19.05% 0.00%
9.41%

Color #B0BBE7 in popluar number systems.

HEX B0 BB E7
Decimal 176 187 231
Binary 10110000 10111011 11100111
Octal 260 273 347

Shades and tints

Shades of #B0BBE7

#B0BBE7
(176,187,231)
#A0AAD2
(160,170,210)
#9099BD
(144,153,189)
#8088A8
(128,136,168)
#707793
(112,119,147)
#60667E
(96,102,126)
#505569
(80,85,105)
#404454
(64,68,84)
#30333F
(48,51,63)
#20222A
(32,34,42)
#101115
(16,17,21)
#000000
(0,0,0)

Tints of #B0BBE7

#B0BBE7
(176,187,231)
#B7C1E9
(183,193,233)
#BEC7EB
(190,199,235)
#C5CDED
(197,205,237)
#CCD3EF
(204,211,239)
#D3D9F1
(211,217,241)
#DADFF3
(218,223,243)
#E1E5F5
(225,229,245)
#E8EBF7
(232,235,247)
#EFF1F9
(239,241,249)
#F6F7FB
(246,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0BBE7 color. Also use rgb(176,187,231) instead hex code.

Text Font Color

.myTextColor { color: #B0BBE7; }

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

This text font color is #B0BBE7.

Background Color

.myBgColor { background-color: #B0BBE7; }

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

This div background color is #B0BBE7.

Border color

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

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

This div border color is #B0BBE7.

Opacity

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

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

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

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

This text has shadow with #B0BBE7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B0BBE7.

Preview

Color preview on black background

This text has color #B0BBE7 on black background.


Color preview on white background

This text has color #B0BBE7 on white background.


Black color preview on #B0BBE7 background

This text has black color on #B0BBE7 background.


White color preview on #B0BBE7 background

This text has white color on #B0BBE7 background.


Related colors

Complementary color

Complementary color for #hex is #4F4418.


I love getcolorcode.com

Triadic colors

1 #E7B0BB and #BBE7B0 with #B0BBE7 are triadic colors.

2 #E7BBB0 and #BBB0E7 with #B0BBE7 are triadic colors.