COLOR #B8B8DB

HEX: #B8B8DB
RGB: (184,184,219)

Color info

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

RGB color model

#B8B8DB color RGB value is (184,184,219).

  • red value is 184;
  • green value is 184;
  • blue value is 219.
RGB:
(184,184,219)
(72%,72%,86%)

RGB channels and saturation

R 184 of 255 = 72%
G 184 of 255 = 72%
B 219 of 255 = 86%

184
184
219

R + G + B ~ 77%. #B8B8DB is quite light color.

Portions of RGB colors in percentages

R + G + B =
184 + 184 + 219 = 587 (100%)
R 184 of 587 ~ 31.35%
G 184 of 587 ~ 31.35%
B 219 of 587 ~ 37.31%

%31.35
%31.35
%37.31

CMYK color model

#B8B8DB color CMYK value is (16,16,0,14).

  • cyan value is 15.98%
  • magenta value is 15.98%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(16,16,0,14)
C16M16Y0K14 
(16%,16%,0%,14%)
(0.16/0.16/0.00/0.14)	

CMYK percentages

%15.98
%15.98
%0
%14.12

Codes

Color #B8B8DB in popluar color models

B8B8DB
RGB184184219
HSL240°32.71%79.02%
HSB/HSV240°15.98%85.88%
CMYK15.98%15.98%0.00%
14.12%

Color #B8B8DB in popluar number systems.

HEXB8B8DB
Decimal184184219
Binary101110001011100011011011
Octal270270333

Shades and tints

Shades of #B8B8DB

#B8B8DB
(184,184,219)
#A8A8C8
(168,168,200)
#9898B5
(152,152,181)
#8888A2
(136,136,162)
#78788F
(120,120,143)
#68687C
(104,104,124)
#585869
(88,88,105)
#484856
(72,72,86)
#383843
(56,56,67)
#282830
(40,40,48)
#18181D
(24,24,29)
#000000
(0,0,0)

Tints of #B8B8DB

#B8B8DB
(184,184,219)
#BEBEDE
(190,190,222)
#C4C4E1
(196,196,225)
#CACAE4
(202,202,228)
#D0D0E7
(208,208,231)
#D6D6EA
(214,214,234)
#DCDCED
(220,220,237)
#E2E2F0
(226,226,240)
#E8E8F3
(232,232,243)
#EEEEF6
(238,238,246)
#F4F4F9
(244,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B8B8DB; }

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

This text font color is #B8B8DB.


Background Color

.myBgColor { background-color: #B8B8DB; }

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

This div background color is #B8B8DB.


Border color

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

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

This div border color is #B8B8DB.


Opacity

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

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

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

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

This text has shadow with #B8B8DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8B8DB on black background.


Color preview on white background

This text has color #B8B8DB on white background.



Black color preview on #B8B8DB background

This text has black color on #B8B8DB background.


White color preview on #B8B8DB background

This text has white color on #B8B8DB background.