COLOR #B5B1D6

HEX: #B5B1D6
RGB: (181,177,214)

Color info

#B5B1D6 contains red, green and blue colors in about the same proportion. Web safe color of #B5B1D6 is #CC99CC (or #C9C).

RGB color model

#B5B1D6 color RGB value is (181,177,214).

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

RGB channels and saturation

R 181 of 255 = 71%
G 177 of 255 = 69%
B 214 of 255 = 84%

181
177
214

R + G + B ~ 75%. #B5B1D6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 177 + 214 = 572 (100%)
R 181 of 572 ~ 31.64%
G 177 of 572 ~ 30.94%
B 214 of 572 ~ 37.41%

%31.64
%30.94
%37.41

CMYK color model

#B5B1D6 color CMYK value is (15,17,0,16).

  • cyan value is 15.42%
  • magenta value is 17.29%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(15,17,0,16)
C15M17Y0K16 
(15%,17%,0%,16%)
(0.15/0.17/0.00/0.16)	

CMYK percentages

%15.42
%17.29
%0
%16.08

Codes

Color #B5B1D6 in popluar color models

B5B1D6
RGB181177214
HSL246°31.09%76.67%
HSB/HSV246°17.29%83.92%
CMYK15.42%17.29%0.00%
16.08%

Color #B5B1D6 in popluar number systems.

HEXB5B1D6
Decimal181177214
Binary101101011011000111010110
Octal265261326

Shades and tints

Shades of #B5B1D6

#B5B1D6
(181,177,214)
#A5A1C3
(165,161,195)
#9591B0
(149,145,176)
#85819D
(133,129,157)
#75718A
(117,113,138)
#656177
(101,97,119)
#555164
(85,81,100)
#454151
(69,65,81)
#35313E
(53,49,62)
#25212B
(37,33,43)
#151118
(21,17,24)
#000000
(0,0,0)

Tints of #B5B1D6

#B5B1D6
(181,177,214)
#BBB8D9
(187,184,217)
#C1BFDC
(193,191,220)
#C7C6DF
(199,198,223)
#CDCDE2
(205,205,226)
#D3D4E5
(211,212,229)
#D9DBE8
(217,219,232)
#DFE2EB
(223,226,235)
#E5E9EE
(229,233,238)
#EBF0F1
(235,240,241)
#F1F7F4
(241,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5B1D6; }

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

This text font color is #B5B1D6.


Background Color

.myBgColor { background-color: #B5B1D6; }

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

This div background color is #B5B1D6.


Border color

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

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

This div border color is #B5B1D6.


Opacity

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

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

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

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

This text has shadow with #B5B1D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5B1D6 on black background.


Color preview on white background

This text has color #B5B1D6 on white background.



Black color preview on #B5B1D6 background

This text has black color on #B5B1D6 background.


White color preview on #B5B1D6 background

This text has white color on #B5B1D6 background.