COLOR #B1BEDF

HEX: #B1BEDF
RGB: (177,190,223)

Color info

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

RGB color model

#B1BEDF color RGB value is (177,190,223).

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

RGB channels and saturation

R 177 of 255 = 69%
G 190 of 255 = 75%
B 223 of 255 = 87%

177
190
223

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

Portions of RGB colors in percentages

R + G + B =
177 + 190 + 223 = 590 (100%)
R 177 of 590 ~ 30%
G 190 of 590 ~ 32.2%
B 223 of 590 ~ 37.8%

%30
%32.2
%37.8

CMYK color model

#B1BEDF color CMYK value is (21,15,0,13).

  • cyan value is 20.63%
  • magenta value is 14.80%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK:
(21,15,0,13)
C21M15Y0K13 
(21%,15%,0%,13%)
(0.21/0.15/0.00/0.13)	

CMYK percentages

%20.63
%14.8
%0
%12.55

Codes

Color #B1BEDF in popluar color models

B1BEDF
RGB177190223
HSL223°41.82%78.43%
HSB/HSV223°20.63%87.45%
CMYK20.63%14.80%0.00%
12.55%

Color #B1BEDF in popluar number systems.

HEXB1BEDF
Decimal177190223
Binary101100011011111011011111
Octal261276337

Shades and tints

Shades of #B1BEDF

#B1BEDF
(177,190,223)
#A1ADCB
(161,173,203)
#919CB7
(145,156,183)
#818BA3
(129,139,163)
#717A8F
(113,122,143)
#61697B
(97,105,123)
#515867
(81,88,103)
#414753
(65,71,83)
#31363F
(49,54,63)
#21252B
(33,37,43)
#111417
(17,20,23)
#000000
(0,0,0)

Tints of #B1BEDF

#B1BEDF
(177,190,223)
#B8C3E1
(184,195,225)
#BFC8E3
(191,200,227)
#C6CDE5
(198,205,229)
#CDD2E7
(205,210,231)
#D4D7E9
(212,215,233)
#DBDCEB
(219,220,235)
#E2E1ED
(226,225,237)
#E9E6EF
(233,230,239)
#F0EBF1
(240,235,241)
#F7F0F3
(247,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1BEDF; }

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

This text font color is #B1BEDF.


Background Color

.myBgColor { background-color: #B1BEDF; }

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

This div background color is #B1BEDF.


Border color

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

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

This div border color is #B1BEDF.


Opacity

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

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

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

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

This text has shadow with #B1BEDF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1BEDF on black background.


Color preview on white background

This text has color #B1BEDF on white background.



Black color preview on #B1BEDF background

This text has black color on #B1BEDF background.


White color preview on #B1BEDF background

This text has white color on #B1BEDF background.