COLOR #BBB7E6

HEX: #BBB7E6
RGB: (187,183,230)

Color info

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

RGB color model

#BBB7E6 color RGB value is (187,183,230).

  • red value is 187;
  • green value is 183;
  • blue value is 230.
RGB:
(187,183,230)
(73%,72%,90%)

RGB channels and saturation

R 187 of 255 = 73%
G 183 of 255 = 72%
B 230 of 255 = 90%

187
183
230

R + G + B ~ 78%. #BBB7E6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 183 + 230 = 600 (100%)
R 187 of 600 ~ 31.17%
G 183 of 600 ~ 30.5%
B 230 of 600 ~ 38.33%

%31.17
%30.5
%38.33

CMYK color model

#BBB7E6 color CMYK value is (19,20,0,10).

  • cyan value is 18.70%
  • magenta value is 20.43%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(19,20,0,10)
C19M20Y0K10 
(19%,20%,0%,10%)
(0.19/0.20/0.00/0.10)	

CMYK percentages

%18.7
%20.43
%0
%9.8

Codes

Color #BBB7E6 in popluar color models

BBB7E6
RGB187183230
HSL245°48.45%80.98%
HSB/HSV245°20.43%90.20%
CMYK18.70%20.43%0.00%
9.80%

Color #BBB7E6 in popluar number systems.

HEXBBB7E6
Decimal187183230
Binary101110111011011111100110
Octal273267346

Shades and tints

Shades of #BBB7E6

#BBB7E6
(187,183,230)
#AAA7D2
(170,167,210)
#9997BE
(153,151,190)
#8887AA
(136,135,170)
#777796
(119,119,150)
#666782
(102,103,130)
#55576E
(85,87,110)
#44475A
(68,71,90)
#333746
(51,55,70)
#222732
(34,39,50)
#11171E
(17,23,30)
#000000
(0,0,0)

Tints of #BBB7E6

#BBB7E6
(187,183,230)
#C1BDE8
(193,189,232)
#C7C3EA
(199,195,234)
#CDC9EC
(205,201,236)
#D3CFEE
(211,207,238)
#D9D5F0
(217,213,240)
#DFDBF2
(223,219,242)
#E5E1F4
(229,225,244)
#EBE7F6
(235,231,246)
#F1EDF8
(241,237,248)
#F7F3FA
(247,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBB7E6; }

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

This text font color is #BBB7E6.


Background Color

.myBgColor { background-color: #BBB7E6; }

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

This div background color is #BBB7E6.


Border color

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

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

This div border color is #BBB7E6.


Opacity

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

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

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

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

This text has shadow with #BBB7E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBB7E6 on black background.


Color preview on white background

This text has color #BBB7E6 on white background.



Black color preview on #BBB7E6 background

This text has black color on #BBB7E6 background.


White color preview on #BBB7E6 background

This text has white color on #BBB7E6 background.