COLOR #BBB4D3

HEX: #BBB4D3
RGB: (187,180,211)

Color info

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

RGB color model

#BBB4D3 color RGB value is (187,180,211).

  • red value is 187;
  • green value is 180;
  • blue value is 211.
RGB:
(187,180,211)
(73%,71%,83%)

RGB channels and saturation

R 187 of 255 = 73%
G 180 of 255 = 71%
B 211 of 255 = 83%

187
180
211

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

Portions of RGB colors in percentages

R + G + B =
187 + 180 + 211 = 578 (100%)
R 187 of 578 ~ 32.35%
G 180 of 578 ~ 31.14%
B 211 of 578 ~ 36.51%

%32.35
%31.14
%36.51

CMYK color model

#BBB4D3 color CMYK value is (11,15,0,17).

  • cyan value is 11.37%
  • magenta value is 14.69%
  • yellow value is 0.00%
  • key color value is 17.25%
CMYK:
(11,15,0,17)
C11M15Y0K17 
(11%,15%,0%,17%)
(0.11/0.15/0.00/0.17)	

CMYK percentages

%11.37
%14.69
%0
%17.25

Codes

Color #BBB4D3 in popluar color models

BBB4D3
RGB187180211
HSL254°26.05%76.67%
HSB/HSV254°14.69%82.75%
CMYK11.37%14.69%0.00%
17.25%

Color #BBB4D3 in popluar number systems.

HEXBBB4D3
Decimal187180211
Binary101110111011010011010011
Octal273264323

Shades and tints

Shades of #BBB4D3

#BBB4D3
(187,180,211)
#AAA4C0
(170,164,192)
#9994AD
(153,148,173)
#88849A
(136,132,154)
#777487
(119,116,135)
#666474
(102,100,116)
#555461
(85,84,97)
#44444E
(68,68,78)
#33343B
(51,52,59)
#222428
(34,36,40)
#111415
(17,20,21)
#000000
(0,0,0)

Tints of #BBB4D3

#BBB4D3
(187,180,211)
#C1BAD7
(193,186,215)
#C7C0DB
(199,192,219)
#CDC6DF
(205,198,223)
#D3CCE3
(211,204,227)
#D9D2E7
(217,210,231)
#DFD8EB
(223,216,235)
#E5DEEF
(229,222,239)
#EBE4F3
(235,228,243)
#F1EAF7
(241,234,247)
#F7F0FB
(247,240,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBB4D3; }

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

This text font color is #BBB4D3.


Background Color

.myBgColor { background-color: #BBB4D3; }

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

This div background color is #BBB4D3.


Border color

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

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

This div border color is #BBB4D3.


Opacity

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

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

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

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

This text has shadow with #BBB4D3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBB4D3 on black background.


Color preview on white background

This text has color #BBB4D3 on white background.



Black color preview on #BBB4D3 background

This text has black color on #BBB4D3 background.


White color preview on #BBB4D3 background

This text has white color on #BBB4D3 background.