COLOR #B5B1DB

HEX: #B5B1DB
RGB: (181,177,219)

Color info

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

RGB color model

#B5B1DB color RGB value is (181,177,219).

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

RGB channels and saturation

R 181 of 255 = 71%
G 177 of 255 = 69%
B 219 of 255 = 86%

181
177
219

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

Portions of RGB colors in percentages

R + G + B =
181 + 177 + 219 = 577 (100%)
R 181 of 577 ~ 31.37%
G 177 of 577 ~ 30.68%
B 219 of 577 ~ 37.95%

%31.37
%30.68
%37.95

CMYK color model

#B5B1DB color CMYK value is (17,19,0,14).

  • cyan value is 17.35%
  • magenta value is 19.18%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(17,19,0,14)
C17M19Y0K14 
(17%,19%,0%,14%)
(0.17/0.19/0.00/0.14)	

CMYK percentages

%17.35
%19.18
%0
%14.12

Codes

Color #B5B1DB in popluar color models

B5B1DB
RGB181177219
HSL246°36.84%77.65%
HSB/HSV246°19.18%85.88%
CMYK17.35%19.18%0.00%
14.12%

Color #B5B1DB in popluar number systems.

HEXB5B1DB
Decimal181177219
Binary101101011011000111011011
Octal265261333

Shades and tints

Shades of #B5B1DB

#B5B1DB
(181,177,219)
#A5A1C8
(165,161,200)
#9591B5
(149,145,181)
#8581A2
(133,129,162)
#75718F
(117,113,143)
#65617C
(101,97,124)
#555169
(85,81,105)
#454156
(69,65,86)
#353143
(53,49,67)
#252130
(37,33,48)
#15111D
(21,17,29)
#000000
(0,0,0)

Tints of #B5B1DB

#B5B1DB
(181,177,219)
#BBB8DE
(187,184,222)
#C1BFE1
(193,191,225)
#C7C6E4
(199,198,228)
#CDCDE7
(205,205,231)
#D3D4EA
(211,212,234)
#D9DBED
(217,219,237)
#DFE2F0
(223,226,240)
#E5E9F3
(229,233,243)
#EBF0F6
(235,240,246)
#F1F7F9
(241,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5B1DB; }

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

This text font color is #B5B1DB.


Background Color

.myBgColor { background-color: #B5B1DB; }

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

This div background color is #B5B1DB.


Border color

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

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

This div border color is #B5B1DB.


Opacity

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

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

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

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

This text has shadow with #B5B1DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5B1DB on black background.


Color preview on white background

This text has color #B5B1DB on white background.



Black color preview on #B5B1DB background

This text has black color on #B5B1DB background.


White color preview on #B5B1DB background

This text has white color on #B5B1DB background.