COLOR #BBBBD1

HEX: #BBBBD1
RGB: (187,187,209)

Color info

#BBBBD1 contains red, green and blue colors in about the same proportion. Web safe color of #BBBBD1 is #CCCCCC (or #CCC).

RGB color model

#BBBBD1 color RGB value is (187,187,209).

  • red value is 187;
  • green value is 187;
  • blue value is 209.
RGB:
(187,187,209)
(73%,73%,82%)

RGB channels and saturation

R 187 of 255 = 73%
G 187 of 255 = 73%
B 209 of 255 = 82%

187
187
209

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

Portions of RGB colors in percentages

R + G + B =
187 + 187 + 209 = 583 (100%)
R 187 of 583 ~ 32.08%
G 187 of 583 ~ 32.08%
B 209 of 583 ~ 35.85%

%32.08
%32.08
%35.85

CMYK color model

#BBBBD1 color CMYK value is (11,11,0,18).

  • cyan value is 10.53%
  • magenta value is 10.53%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(11,11,0,18)
C11M11Y0K18 
(11%,11%,0%,18%)
(0.11/0.11/0.00/0.18)	

CMYK percentages

%10.53
%10.53
%0
%18.04

Codes

Color #BBBBD1 in popluar color models

BBBBD1
RGB187187209
HSL240°19.30%77.65%
HSB/HSV240°10.53%81.96%
CMYK10.53%10.53%0.00%
18.04%

Color #BBBBD1 in popluar number systems.

HEXBBBBD1
Decimal187187209
Binary101110111011101111010001
Octal273273321

Shades and tints

Shades of #BBBBD1

#BBBBD1
(187,187,209)
#AAAABE
(170,170,190)
#9999AB
(153,153,171)
#888898
(136,136,152)
#777785
(119,119,133)
#666672
(102,102,114)
#55555F
(85,85,95)
#44444C
(68,68,76)
#333339
(51,51,57)
#222226
(34,34,38)
#111113
(17,17,19)
#000000
(0,0,0)

Tints of #BBBBD1

#BBBBD1
(187,187,209)
#C1C1D5
(193,193,213)
#C7C7D9
(199,199,217)
#CDCDDD
(205,205,221)
#D3D3E1
(211,211,225)
#D9D9E5
(217,217,229)
#DFDFE9
(223,223,233)
#E5E5ED
(229,229,237)
#EBEBF1
(235,235,241)
#F1F1F5
(241,241,245)
#F7F7F9
(247,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBBBD1; }

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

This text font color is #BBBBD1.


Background Color

.myBgColor { background-color: #BBBBD1; }

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

This div background color is #BBBBD1.


Border color

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

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

This div border color is #BBBBD1.


Opacity

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

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

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

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

This text has shadow with #BBBBD1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBBBD1 on black background.


Color preview on white background

This text has color #BBBBD1 on white background.



Black color preview on #BBBBD1 background

This text has black color on #BBBBD1 background.


White color preview on #BBBBD1 background

This text has white color on #BBBBD1 background.