COLOR #B8B4DB

HEX: #B8B4DB
RGB: (184,180,219)

Color info

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

RGB color model

#B8B4DB color RGB value is (184,180,219).

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

RGB channels and saturation

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

184
180
219

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

Portions of RGB colors in percentages

R + G + B =
184 + 180 + 219 = 583 (100%)
R 184 of 583 ~ 31.56%
G 180 of 583 ~ 30.87%
B 219 of 583 ~ 37.56%

%31.56
%30.87
%37.56

CMYK color model

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

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

CMYK percentages

%15.98
%17.81
%0
%14.12

Codes

Color #B8B4DB in popluar color models

B8B4DB
RGB184180219
HSL246°35.14%78.24%
HSB/HSV246°17.81%85.88%
CMYK15.98%17.81%0.00%
14.12%

Color #B8B4DB in popluar number systems.

HEXB8B4DB
Decimal184180219
Binary101110001011010011011011
Octal270264333

Shades and tints

Shades of #B8B4DB

#B8B4DB
(184,180,219)
#A8A4C8
(168,164,200)
#9894B5
(152,148,181)
#8884A2
(136,132,162)
#78748F
(120,116,143)
#68647C
(104,100,124)
#585469
(88,84,105)
#484456
(72,68,86)
#383443
(56,52,67)
#282430
(40,36,48)
#18141D
(24,20,29)
#000000
(0,0,0)

Tints of #B8B4DB

#B8B4DB
(184,180,219)
#BEBADE
(190,186,222)
#C4C0E1
(196,192,225)
#CAC6E4
(202,198,228)
#D0CCE7
(208,204,231)
#D6D2EA
(214,210,234)
#DCD8ED
(220,216,237)
#E2DEF0
(226,222,240)
#E8E4F3
(232,228,243)
#EEEAF6
(238,234,246)
#F4F0F9
(244,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B8B4DB; }

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

This text font color is #B8B4DB.


Background Color

.myBgColor { background-color: #B8B4DB; }

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

This div background color is #B8B4DB.


Border color

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

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

This div border color is #B8B4DB.


Opacity

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

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

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

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

This text has shadow with #B8B4DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8B4DB on black background.


Color preview on white background

This text has color #B8B4DB on white background.



Black color preview on #B8B4DB background

This text has black color on #B8B4DB background.


White color preview on #B8B4DB background

This text has white color on #B8B4DB background.