COLOR #B8B4D1

HEX: #B8B4D1
RGB: (184,180,209)

Color info

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

RGB color model

#B8B4D1 color RGB value is (184,180,209).

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

RGB channels and saturation

R 184 of 255 = 72%
G 180 of 255 = 71%
B 209 of 255 = 82%

184
180
209

R + G + B ~ 75%. #B8B4D1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
184 + 180 + 209 = 573 (100%)
R 184 of 573 ~ 32.11%
G 180 of 573 ~ 31.41%
B 209 of 573 ~ 36.47%

%32.11
%31.41
%36.47

CMYK color model

#B8B4D1 color CMYK value is (12,14,0,18).

  • cyan value is 11.96%
  • magenta value is 13.88%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(12,14,0,18)
C12M14Y0K18 
(12%,14%,0%,18%)
(0.12/0.14/0.00/0.18)	

CMYK percentages

%11.96
%13.88
%0
%18.04

Codes

Color #B8B4D1 in popluar color models

B8B4D1
RGB184180209
HSL248°23.97%76.27%
HSB/HSV248°13.88%81.96%
CMYK11.96%13.88%0.00%
18.04%

Color #B8B4D1 in popluar number systems.

HEXB8B4D1
Decimal184180209
Binary101110001011010011010001
Octal270264321

Shades and tints

Shades of #B8B4D1

#B8B4D1
(184,180,209)
#A8A4BE
(168,164,190)
#9894AB
(152,148,171)
#888498
(136,132,152)
#787485
(120,116,133)
#686472
(104,100,114)
#58545F
(88,84,95)
#48444C
(72,68,76)
#383439
(56,52,57)
#282426
(40,36,38)
#181413
(24,20,19)
#000000
(0,0,0)

Tints of #B8B4D1

#B8B4D1
(184,180,209)
#BEBAD5
(190,186,213)
#C4C0D9
(196,192,217)
#CAC6DD
(202,198,221)
#D0CCE1
(208,204,225)
#D6D2E5
(214,210,229)
#DCD8E9
(220,216,233)
#E2DEED
(226,222,237)
#E8E4F1
(232,228,241)
#EEEAF5
(238,234,245)
#F4F0F9
(244,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B8B4D1; }

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

This text font color is #B8B4D1.


Background Color

.myBgColor { background-color: #B8B4D1; }

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

This div background color is #B8B4D1.


Border color

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

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

This div border color is #B8B4D1.


Opacity

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

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

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

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

This text has shadow with #B8B4D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8B4D1 on black background.


Color preview on white background

This text has color #B8B4D1 on white background.



Black color preview on #B8B4D1 background

This text has black color on #B8B4D1 background.


White color preview on #B8B4D1 background

This text has white color on #B8B4D1 background.