COLOR #B8B4D5

HEX: #B8B4D5
RGB: (184,180,213)

Color info

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

RGB color model

#B8B4D5 color RGB value is (184,180,213).

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

RGB channels and saturation

R 184 of 255 = 72%
G 180 of 255 = 71%
B 213 of 255 = 84%

184
180
213

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

Portions of RGB colors in percentages

R + G + B =
184 + 180 + 213 = 577 (100%)
R 184 of 577 ~ 31.89%
G 180 of 577 ~ 31.2%
B 213 of 577 ~ 36.92%

%31.89
%31.2
%36.92

CMYK color model

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

  • cyan value is 13.62%
  • magenta value is 15.49%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(14,15,0,16)
C14M15Y0K16 
(14%,15%,0%,16%)
(0.14/0.15/0.00/0.16)	

CMYK percentages

%13.62
%15.49
%0
%16.47

Codes

Color #B8B4D5 in popluar color models

B8B4D5
RGB184180213
HSL247°28.21%77.06%
HSB/HSV247°15.49%83.53%
CMYK13.62%15.49%0.00%
16.47%

Color #B8B4D5 in popluar number systems.

HEXB8B4D5
Decimal184180213
Binary101110001011010011010101
Octal270264325

Shades and tints

Shades of #B8B4D5

#B8B4D5
(184,180,213)
#A8A4C2
(168,164,194)
#9894AF
(152,148,175)
#88849C
(136,132,156)
#787489
(120,116,137)
#686476
(104,100,118)
#585463
(88,84,99)
#484450
(72,68,80)
#38343D
(56,52,61)
#28242A
(40,36,42)
#181417
(24,20,23)
#000000
(0,0,0)

Tints of #B8B4D5

#B8B4D5
(184,180,213)
#BEBAD8
(190,186,216)
#C4C0DB
(196,192,219)
#CAC6DE
(202,198,222)
#D0CCE1
(208,204,225)
#D6D2E4
(214,210,228)
#DCD8E7
(220,216,231)
#E2DEEA
(226,222,234)
#E8E4ED
(232,228,237)
#EEEAF0
(238,234,240)
#F4F0F3
(244,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B8B4D5; }

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

This text font color is #B8B4D5.


Background Color

.myBgColor { background-color: #B8B4D5; }

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

This div background color is #B8B4D5.


Border color

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

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

This div border color is #B8B4D5.


Opacity

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

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

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

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

This text has shadow with #B8B4D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8B4D5 on black background.


Color preview on white background

This text has color #B8B4D5 on white background.



Black color preview on #B8B4D5 background

This text has black color on #B8B4D5 background.


White color preview on #B8B4D5 background

This text has white color on #B8B4D5 background.