COLOR #B1B5E5

HEX: #B1B5E5
RGB: (177,181,229)

Color info

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

RGB color model

#B1B5E5 color RGB value is (177,181,229).

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

RGB channels and saturation

R 177 of 255 = 69%
G 181 of 255 = 71%
B 229 of 255 = 90%

177
181
229

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

Portions of RGB colors in percentages

R + G + B =
177 + 181 + 229 = 587 (100%)
R 177 of 587 ~ 30.15%
G 181 of 587 ~ 30.83%
B 229 of 587 ~ 39.01%

%30.15
%30.83
%39.01

CMYK color model

#B1B5E5 color CMYK value is (23,21,0,10).

  • cyan value is 22.71%
  • magenta value is 20.96%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(23,21,0,10)
C23M21Y0K10 
(23%,21%,0%,10%)
(0.23/0.21/0.00/0.10)	

CMYK percentages

%22.71
%20.96
%0
%10.2

Codes

Color #B1B5E5 in popluar color models

B1B5E5
RGB177181229
HSL235°50.00%79.61%
HSB/HSV235°22.71%89.80%
CMYK22.71%20.96%0.00%
10.20%

Color #B1B5E5 in popluar number systems.

HEXB1B5E5
Decimal177181229
Binary101100011011010111100101
Octal261265345

Shades and tints

Shades of #B1B5E5

#B1B5E5
(177,181,229)
#A1A5D1
(161,165,209)
#9195BD
(145,149,189)
#8185A9
(129,133,169)
#717595
(113,117,149)
#616581
(97,101,129)
#51556D
(81,85,109)
#414559
(65,69,89)
#313545
(49,53,69)
#212531
(33,37,49)
#11151D
(17,21,29)
#000000
(0,0,0)

Tints of #B1B5E5

#B1B5E5
(177,181,229)
#B8BBE7
(184,187,231)
#BFC1E9
(191,193,233)
#C6C7EB
(198,199,235)
#CDCDED
(205,205,237)
#D4D3EF
(212,211,239)
#DBD9F1
(219,217,241)
#E2DFF3
(226,223,243)
#E9E5F5
(233,229,245)
#F0EBF7
(240,235,247)
#F7F1F9
(247,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1B5E5; }

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

This text font color is #B1B5E5.


Background Color

.myBgColor { background-color: #B1B5E5; }

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

This div background color is #B1B5E5.


Border color

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

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

This div border color is #B1B5E5.


Opacity

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

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

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

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

This text has shadow with #B1B5E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1B5E5 on black background.


Color preview on white background

This text has color #B1B5E5 on white background.



Black color preview on #B1B5E5 background

This text has black color on #B1B5E5 background.


White color preview on #B1B5E5 background

This text has white color on #B1B5E5 background.