COLOR #B0B1E3

HEX: #B0B1E3 RGB: (176,177,227)

Color info

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

RGB color model

#B0B1E3 color RGB value is (176,177,227).

RGB: (176,177,227) (69%, 69%, 89%)

RGB channels and saturation

R 176 of 255 = 69%
G 177 of 255 = 69%
B 227 of 255 = 89%

176
177
227

R + G + B ~ 76%. #B0B1E3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 176 + 177 + 227 = 580 (100%)
R 176 of 580 ~ 30.34%
G 177 of 580 ~ 30.52%
B 227 of 580 ~ 39.14'%

%30.34
%30.52
%39.14

CMYK color model

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

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

CMYK: (22,22,0,11)
C22M22Y0K11 (22%, 22%, 0%, 11%)
(0.22 / 0.22 / 0.00 / 0.11)

CMYK percentages

%22.47
%22.03
%0
%10.98

Codes

Color #B0B1E3 in popluar color models

B0 B1 E3
RGB 176 177 227
HSL 239° 47.66% 79.02%
HSB/HSV 239° 22.47% 89.02%
CMYK 22.47% 22.03% 0.00%
10.98%

Color #B0B1E3 in popluar number systems.

HEX B0 B1 E3
Decimal 176 177 227
Binary 10110000 10110001 11100011
Octal 260 261 343

Shades and tints

Shades of #B0B1E3

#B0B1E3
(176,177,227)
#A0A1CF
(160,161,207)
#9091BB
(144,145,187)
#8081A7
(128,129,167)
#707193
(112,113,147)
#60617F
(96,97,127)
#50516B
(80,81,107)
#404157
(64,65,87)
#303143
(48,49,67)
#20212F
(32,33,47)
#10111B
(16,17,27)
#000000
(0,0,0)

Tints of #B0B1E3

#B0B1E3
(176,177,227)
#B7B8E5
(183,184,229)
#BEBFE7
(190,191,231)
#C5C6E9
(197,198,233)
#CCCDEB
(204,205,235)
#D3D4ED
(211,212,237)
#DADBEF
(218,219,239)
#E1E2F1
(225,226,241)
#E8E9F3
(232,233,243)
#EFF0F5
(239,240,245)
#F6F7F7
(246,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0B1E3; }

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

This text font color is #B0B1E3.

Background Color

.myBgColor { background-color: #B0B1E3; }

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

This div background color is #B0B1E3.

Border color

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

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

This div border color is #B0B1E3.

Opacity

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

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

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

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

This text has shadow with #B0B1E3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B0B1E3.

Preview

Color preview on black background

This text has color #B0B1E3 on black background.


Color preview on white background

This text has color #B0B1E3 on white background.


Black color preview on #B0B1E3 background

This text has black color on #B0B1E3 background.


White color preview on #B0B1E3 background

This text has white color on #B0B1E3 background.


Related colors

Complementary color

Complementary color for #hex is #4F4E1C.


I love getcolorcode.com

Triadic colors

1 #E3B0B1 and #B1E3B0 with #B0B1E3 are triadic colors.

2 #E3B1B0 and #B1B0E3 with #B0B1E3 are triadic colors.