COLOR #B5B1EE

HEX: #B5B1EE
RGB: (181,177,238)

Color info

#B5B1EE contains mainly red and blue colors. Web safe color of #B5B1EE is #CC99FF (or #C9F).

RGB color model

#B5B1EE color RGB value is (181,177,238).

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

RGB channels and saturation

R 181 of 255 = 71%
G 177 of 255 = 69%
B 238 of 255 = 93%

181
177
238

R + G + B ~ 78%. #B5B1EE is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 177 + 238 = 596 (100%)
R 181 of 596 ~ 30.37%
G 177 of 596 ~ 29.7%
B 238 of 596 ~ 39.93%

%30.37
%29.7
%39.93

CMYK color model

#B5B1EE color CMYK value is (24,26,0,7).

  • cyan value is 23.95%
  • magenta value is 25.63%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(24,26,0,7)
C24M26Y0K7 
(24%,26%,0%,7%)
(0.24/0.26/0.00/0.07)	

CMYK percentages

%23.95
%25.63
%0
%6.67

Codes

Color #B5B1EE in popluar color models

B5B1EE
RGB181177238
HSL244°64.21%81.37%
HSB/HSV244°25.63%93.33%
CMYK23.95%25.63%0.00%
6.67%

Color #B5B1EE in popluar number systems.

HEXB5B1EE
Decimal181177238
Binary101101011011000111101110
Octal265261356

Shades and tints

Shades of #B5B1EE

#B5B1EE
(181,177,238)
#A5A1D9
(165,161,217)
#9591C4
(149,145,196)
#8581AF
(133,129,175)
#75719A
(117,113,154)
#656185
(101,97,133)
#555170
(85,81,112)
#45415B
(69,65,91)
#353146
(53,49,70)
#252131
(37,33,49)
#15111C
(21,17,28)
#000000
(0,0,0)

Tints of #B5B1EE

#B5B1EE
(181,177,238)
#BBB8EF
(187,184,239)
#C1BFF0
(193,191,240)
#C7C6F1
(199,198,241)
#CDCDF2
(205,205,242)
#D3D4F3
(211,212,243)
#D9DBF4
(217,219,244)
#DFE2F5
(223,226,245)
#E5E9F6
(229,233,246)
#EBF0F7
(235,240,247)
#F1F7F8
(241,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5B1EE; }

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

This text font color is #B5B1EE.


Background Color

.myBgColor { background-color: #B5B1EE; }

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

This div background color is #B5B1EE.


Border color

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

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

This div border color is #B5B1EE.


Opacity

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

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

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

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

This text has shadow with #B5B1EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5B1EE on black background.


Color preview on white background

This text has color #B5B1EE on white background.



Black color preview on #B5B1EE background

This text has black color on #B5B1EE background.


White color preview on #B5B1EE background

This text has white color on #B5B1EE background.