COLOR #B1BEDB

HEX: #B1BEDB
RGB: (177,190,219)

Color info

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

RGB color model

#B1BEDB color RGB value is (177,190,219).

  • red value is 177;
  • green value is 190;
  • blue value is 219.
RGB:
(177,190,219)
(69%,75%,86%)

RGB channels and saturation

R 177 of 255 = 69%
G 190 of 255 = 75%
B 219 of 255 = 86%

177
190
219

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

Portions of RGB colors in percentages

R + G + B =
177 + 190 + 219 = 586 (100%)
R 177 of 586 ~ 30.2%
G 190 of 586 ~ 32.42%
B 219 of 586 ~ 37.37%

%30.2
%32.42
%37.37

CMYK color model

#B1BEDB color CMYK value is (19,13,0,14).

  • cyan value is 19.18%
  • magenta value is 13.24%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(19,13,0,14)
C19M13Y0K14 
(19%,13%,0%,14%)
(0.19/0.13/0.00/0.14)	

CMYK percentages

%19.18
%13.24
%0
%14.12

Codes

Color #B1BEDB in popluar color models

B1BEDB
RGB177190219
HSL221°36.84%77.65%
HSB/HSV221°19.18%85.88%
CMYK19.18%13.24%0.00%
14.12%

Color #B1BEDB in popluar number systems.

HEXB1BEDB
Decimal177190219
Binary101100011011111011011011
Octal261276333

Shades and tints

Shades of #B1BEDB

#B1BEDB
(177,190,219)
#A1ADC8
(161,173,200)
#919CB5
(145,156,181)
#818BA2
(129,139,162)
#717A8F
(113,122,143)
#61697C
(97,105,124)
#515869
(81,88,105)
#414756
(65,71,86)
#313643
(49,54,67)
#212530
(33,37,48)
#11141D
(17,20,29)
#000000
(0,0,0)

Tints of #B1BEDB

#B1BEDB
(177,190,219)
#B8C3DE
(184,195,222)
#BFC8E1
(191,200,225)
#C6CDE4
(198,205,228)
#CDD2E7
(205,210,231)
#D4D7EA
(212,215,234)
#DBDCED
(219,220,237)
#E2E1F0
(226,225,240)
#E9E6F3
(233,230,243)
#F0EBF6
(240,235,246)
#F7F0F9
(247,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1BEDB color. Also use rgb(177,190,219) instead hex code.

Text Font Color

.myTextColor { color: #B1BEDB; }

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

This text font color is #B1BEDB.


Background Color

.myBgColor { background-color: #B1BEDB; }

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

This div background color is #B1BEDB.


Border color

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

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

This div border color is #B1BEDB.


Opacity

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

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

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

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

This text has shadow with #B1BEDB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1BEDB on black background.


Color preview on white background

This text has color #B1BEDB on white background.



Black color preview on #B1BEDB background

This text has black color on #B1BEDB background.


White color preview on #B1BEDB background

This text has white color on #B1BEDB background.