COLOR #BBB1DB

HEX: #BBB1DB
RGB: (187,177,219)

Color info

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

RGB color model

#BBB1DB color RGB value is (187,177,219).

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

RGB channels and saturation

R 187 of 255 = 73%
G 177 of 255 = 69%
B 219 of 255 = 86%

187
177
219

R + G + B ~ 76%. #BBB1DB is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 177 + 219 = 583 (100%)
R 187 of 583 ~ 32.08%
G 177 of 583 ~ 30.36%
B 219 of 583 ~ 37.56%

%32.08
%30.36
%37.56

CMYK color model

#BBB1DB color CMYK value is (15,19,0,14).

  • cyan value is 14.61%
  • magenta value is 19.18%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(15,19,0,14)
C15M19Y0K14 
(15%,19%,0%,14%)
(0.15/0.19/0.00/0.14)	

CMYK percentages

%14.61
%19.18
%0
%14.12

Codes

Color #BBB1DB in popluar color models

BBB1DB
RGB187177219
HSL254°36.84%77.65%
HSB/HSV254°19.18%85.88%
CMYK14.61%19.18%0.00%
14.12%

Color #BBB1DB in popluar number systems.

HEXBBB1DB
Decimal187177219
Binary101110111011000111011011
Octal273261333

Shades and tints

Shades of #BBB1DB

#BBB1DB
(187,177,219)
#AAA1C8
(170,161,200)
#9991B5
(153,145,181)
#8881A2
(136,129,162)
#77718F
(119,113,143)
#66617C
(102,97,124)
#555169
(85,81,105)
#444156
(68,65,86)
#333143
(51,49,67)
#222130
(34,33,48)
#11111D
(17,17,29)
#000000
(0,0,0)

Tints of #BBB1DB

#BBB1DB
(187,177,219)
#C1B8DE
(193,184,222)
#C7BFE1
(199,191,225)
#CDC6E4
(205,198,228)
#D3CDE7
(211,205,231)
#D9D4EA
(217,212,234)
#DFDBED
(223,219,237)
#E5E2F0
(229,226,240)
#EBE9F3
(235,233,243)
#F1F0F6
(241,240,246)
#F7F7F9
(247,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBB1DB; }

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

This text font color is #BBB1DB.


Background Color

.myBgColor { background-color: #BBB1DB; }

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

This div background color is #BBB1DB.


Border color

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

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

This div border color is #BBB1DB.


Opacity

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

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

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

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

This text has shadow with #BBB1DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBB1DB on black background.


Color preview on white background

This text has color #BBB1DB on white background.



Black color preview on #BBB1DB background

This text has black color on #BBB1DB background.


White color preview on #BBB1DB background

This text has white color on #BBB1DB background.