COLOR #B1B9E5

HEX: #B1B9E5
RGB: (177,185,229)

Color info

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

RGB color model

#B1B9E5 color RGB value is (177,185,229).

  • red value is 177;
  • green value is 185;
  • blue value is 229.
RGB:
(177,185,229)
(69%,73%,90%)

RGB channels and saturation

R 177 of 255 = 69%
G 185 of 255 = 73%
B 229 of 255 = 90%

177
185
229

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

Portions of RGB colors in percentages

R + G + B =
177 + 185 + 229 = 591 (100%)
R 177 of 591 ~ 29.95%
G 185 of 591 ~ 31.3%
B 229 of 591 ~ 38.75%

%29.95
%31.3
%38.75

CMYK color model

#B1B9E5 color CMYK value is (23,19,0,10).

  • cyan value is 22.71%
  • magenta value is 19.21%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(23,19,0,10)
C23M19Y0K10 
(23%,19%,0%,10%)
(0.23/0.19/0.00/0.10)	

CMYK percentages

%22.71
%19.21
%0
%10.2

Codes

Color #B1B9E5 in popluar color models

B1B9E5
RGB177185229
HSL231°50.00%79.61%
HSB/HSV231°22.71%89.80%
CMYK22.71%19.21%0.00%
10.20%

Color #B1B9E5 in popluar number systems.

HEXB1B9E5
Decimal177185229
Binary101100011011100111100101
Octal261271345

Shades and tints

Shades of #B1B9E5

#B1B9E5
(177,185,229)
#A1A9D1
(161,169,209)
#9199BD
(145,153,189)
#8189A9
(129,137,169)
#717995
(113,121,149)
#616981
(97,105,129)
#51596D
(81,89,109)
#414959
(65,73,89)
#313945
(49,57,69)
#212931
(33,41,49)
#11191D
(17,25,29)
#000000
(0,0,0)

Tints of #B1B9E5

#B1B9E5
(177,185,229)
#B8BFE7
(184,191,231)
#BFC5E9
(191,197,233)
#C6CBEB
(198,203,235)
#CDD1ED
(205,209,237)
#D4D7EF
(212,215,239)
#DBDDF1
(219,221,241)
#E2E3F3
(226,227,243)
#E9E9F5
(233,233,245)
#F0EFF7
(240,239,247)
#F7F5F9
(247,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1B9E5 color. Also use rgb(177,185,229) instead hex code.

Text Font Color

.myTextColor { color: #B1B9E5; }

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

This text font color is #B1B9E5.


Background Color

.myBgColor { background-color: #B1B9E5; }

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

This div background color is #B1B9E5.


Border color

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

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

This div border color is #B1B9E5.


Opacity

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

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

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

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

This text has shadow with #B1B9E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1B9E5 on black background.


Color preview on white background

This text has color #B1B9E5 on white background.



Black color preview on #B1B9E5 background

This text has black color on #B1B9E5 background.


White color preview on #B1B9E5 background

This text has white color on #B1B9E5 background.