COLOR #B0BEE3

HEX: #B0BEE3 RGB: (176,190,227)

Color info

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

RGB color model

#B0BEE3 color RGB value is (176,190,227).

RGB: (176,190,227) (69%, 75%, 89%)

RGB channels and saturation

R 176 of 255 = 69%
G 190 of 255 = 75%
B 227 of 255 = 89%

176
190
227

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

Portions of RGB colors in percentages

R + G + B = 176 + 190 + 227 = 593 (100%)
R 176 of 593 ~ 29.68%
G 190 of 593 ~ 32.04%
B 227 of 593 ~ 38.28'%

%29.68
%32.04
%38.28

CMYK color model

#B0BEE3 color CMYK value is (22,16,0,11).

  • cyan value is 22.47%
  • magenta value is 16.30%
  • yellow value is 0.00%
  • key color value is 10.98%

CMYK: (22,16,0,11)
C22M16Y0K11 (22%, 16%, 0%, 11%)
(0.22 / 0.16 / 0.00 / 0.11)

CMYK percentages

%22.47
%16.3
%0
%10.98

Codes

Color #B0BEE3 in popluar color models

B0 BE E3
RGB 176 190 227
HSL 224° 47.66% 79.02%
HSB/HSV 224° 22.47% 89.02%
CMYK 22.47% 16.30% 0.00%
10.98%

Color #B0BEE3 in popluar number systems.

HEX B0 BE E3
Decimal 176 190 227
Binary 10110000 10111110 11100011
Octal 260 276 343

Shades and tints

Shades of #B0BEE3

#B0BEE3
(176,190,227)
#A0ADCF
(160,173,207)
#909CBB
(144,156,187)
#808BA7
(128,139,167)
#707A93
(112,122,147)
#60697F
(96,105,127)
#50586B
(80,88,107)
#404757
(64,71,87)
#303643
(48,54,67)
#20252F
(32,37,47)
#10141B
(16,20,27)
#000000
(0,0,0)

Tints of #B0BEE3

#B0BEE3
(176,190,227)
#B7C3E5
(183,195,229)
#BEC8E7
(190,200,231)
#C5CDE9
(197,205,233)
#CCD2EB
(204,210,235)
#D3D7ED
(211,215,237)
#DADCEF
(218,220,239)
#E1E1F1
(225,225,241)
#E8E6F3
(232,230,243)
#EFEBF5
(239,235,245)
#F6F0F7
(246,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0BEE3 color. Also use rgb(176,190,227) instead hex code.

Text Font Color

.myTextColor { color: #B0BEE3; }

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

This text font color is #B0BEE3.

Background Color

.myBgColor { background-color: #B0BEE3; }

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

This div background color is #B0BEE3.

Border color

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

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

This div border color is #B0BEE3.

Opacity

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

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

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

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

This text has shadow with #B0BEE3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B0BEE3.

Preview

Color preview on black background

This text has color #B0BEE3 on black background.


Color preview on white background

This text has color #B0BEE3 on white background.


Black color preview on #B0BEE3 background

This text has black color on #B0BEE3 background.


White color preview on #B0BEE3 background

This text has white color on #B0BEE3 background.


Related colors

Complementary color

Complementary color for #hex is #4F411C.


I love getcolorcode.com

Triadic colors

1 #E3B0BE and #BEE3B0 with #B0BEE3 are triadic colors.

2 #E3BEB0 and #BEB0E3 with #B0BEE3 are triadic colors.