COLOR #B1B0EC

HEX: #B1B0EC RGB: (177,176,236)

Color info

#B1B0EC contains mainly red and blue colors. Web safe color of #B1B0EC is #9999FF (or #99F).

RGB color model

#B1B0EC color RGB value is (177,176,236).

RGB: (177,176,236) (69%, 69%, 93%)

RGB channels and saturation

R 177 of 255 = 69%
G 176 of 255 = 69%
B 236 of 255 = 93%

177
176
236

R + G + B ~ 77%. #B1B0EC is quite light color.

Portions of RGB colors in percentages

R + G + B = 177 + 176 + 236 = 589 (100%)
R 177 of 589 ~ 30.05%
G 176 of 589 ~ 29.88%
B 236 of 589 ~ 40.07'%

%30.05
%29.88
%40.07

CMYK color model

#B1B0EC color CMYK value is (25,25,0,7).

  • cyan value is 25.00%
  • magenta value is 25.42%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK: (25,25,0,7) C25M25Y0K7 (25%,25%,0%,7%) (0.25/0.25/0.00/0.07) 

CMYK percentages

%25
%25.42
%0
%7.45

Codes

Color #B1B0EC in popluar color models

B1 B0 EC
RGB 177 176 236
HSL 241° 61.22% 80.78%
HSB/HSV 241° 25.42% 92.55%
CMYK 25.00% 25.42% 0.00%
7.45%

Color #B1B0EC in popluar number systems.

HEX B1 B0 EC
Decimal 177 176 236
Binary 10110001 10110000 11101100
Octal 261 260 354

Shades and tints

Shades of #B1B0EC

#B1B0EC
(177,176,236)
#A1A0D7
(161,160,215)
#9190C2
(145,144,194)
#8180AD
(129,128,173)
#717098
(113,112,152)
#616083
(97,96,131)
#51506E
(81,80,110)
#414059
(65,64,89)
#313044
(49,48,68)
#21202F
(33,32,47)
#11101A
(17,16,26)
#000000
(0,0,0)

Tints of #B1B0EC

#B1B0EC
(177,176,236)
#B8B7ED
(184,183,237)
#BFBEEE
(191,190,238)
#C6C5EF
(198,197,239)
#CDCCF0
(205,204,240)
#D4D3F1
(212,211,241)
#DBDAF2
(219,218,242)
#E2E1F3
(226,225,243)
#E9E8F4
(233,232,244)
#F0EFF5
(240,239,245)
#F7F6F6
(247,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1B0EC; }

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

This text font color is #B1B0EC.

Background Color

.myBgColor { background-color: #B1B0EC; }

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

This div background color is #B1B0EC.

Border color

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

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

This div border color is #B1B0EC.

Opacity

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

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

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

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

This text has shadow with #B1B0EC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B1B0EC.

Preview

Color preview on black background

This text has color #B1B0EC on black background.


Color preview on white background

This text has color #B1B0EC on white background.


Black color preview on #B1B0EC background

This text has black color on #B1B0EC background.


White color preview on #B1B0EC background

This text has white color on #B1B0EC background.


Related colors

Complementary color

Complementary color for #hex is #4E4F13.


I love getcolorcode.com

Triadic colors

1 #ECB1B0 and #B0ECB1 with #B1B0EC are triadic colors.

2 #ECB0B1 and #B0B1EC with #B1B0EC are triadic colors.