COLOR #B8B7DD

HEX: #B8B7DD
RGB: (184,183,221)

Color info

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

RGB color model

#B8B7DD color RGB value is (184,183,221).

  • red value is 184;
  • green value is 183;
  • blue value is 221.
RGB:
(184,183,221)
(72%,72%,87%)

RGB channels and saturation

R 184 of 255 = 72%
G 183 of 255 = 72%
B 221 of 255 = 87%

184
183
221

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

Portions of RGB colors in percentages

R + G + B =
184 + 183 + 221 = 588 (100%)
R 184 of 588 ~ 31.29%
G 183 of 588 ~ 31.12%
B 221 of 588 ~ 37.59%

%31.29
%31.12
%37.59

CMYK color model

#B8B7DD color CMYK value is (17,17,0,13).

  • cyan value is 16.74%
  • magenta value is 17.19%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(17,17,0,13)
C17M17Y0K13 
(17%,17%,0%,13%)
(0.17/0.17/0.00/0.13)	

CMYK percentages

%16.74
%17.19
%0
%13.33

Codes

Color #B8B7DD in popluar color models

B8B7DD
RGB184183221
HSL242°35.85%79.22%
HSB/HSV242°17.19%86.67%
CMYK16.74%17.19%0.00%
13.33%

Color #B8B7DD in popluar number systems.

HEXB8B7DD
Decimal184183221
Binary101110001011011111011101
Octal270267335

Shades and tints

Shades of #B8B7DD

#B8B7DD
(184,183,221)
#A8A7C9
(168,167,201)
#9897B5
(152,151,181)
#8887A1
(136,135,161)
#78778D
(120,119,141)
#686779
(104,103,121)
#585765
(88,87,101)
#484751
(72,71,81)
#38373D
(56,55,61)
#282729
(40,39,41)
#181715
(24,23,21)
#000000
(0,0,0)

Tints of #B8B7DD

#B8B7DD
(184,183,221)
#BEBDE0
(190,189,224)
#C4C3E3
(196,195,227)
#CAC9E6
(202,201,230)
#D0CFE9
(208,207,233)
#D6D5EC
(214,213,236)
#DCDBEF
(220,219,239)
#E2E1F2
(226,225,242)
#E8E7F5
(232,231,245)
#EEEDF8
(238,237,248)
#F4F3FB
(244,243,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B8B7DD; }

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

This text font color is #B8B7DD.


Background Color

.myBgColor { background-color: #B8B7DD; }

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

This div background color is #B8B7DD.


Border color

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

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

This div border color is #B8B7DD.


Opacity

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

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

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

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

This text has shadow with #B8B7DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8B7DD on black background.


Color preview on white background

This text has color #B8B7DD on white background.



Black color preview on #B8B7DD background

This text has black color on #B8B7DD background.


White color preview on #B8B7DD background

This text has white color on #B8B7DD background.