COLOR #B8B7DF

HEX: #B8B7DF
RGB: (184,183,223)

Color info

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

RGB color model

#B8B7DF color RGB value is (184,183,223).

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

RGB channels and saturation

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

184
183
223

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

Portions of RGB colors in percentages

R + G + B =
184 + 183 + 223 = 590 (100%)
R 184 of 590 ~ 31.19%
G 183 of 590 ~ 31.02%
B 223 of 590 ~ 37.8%

%31.19
%31.02
%37.8

CMYK color model

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

  • cyan value is 17.49%
  • magenta value is 17.94%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK:
(17,18,0,13)
C17M18Y0K13 
(17%,18%,0%,13%)
(0.17/0.18/0.00/0.13)	

CMYK percentages

%17.49
%17.94
%0
%12.55

Codes

Color #B8B7DF in popluar color models

B8B7DF
RGB184183223
HSL242°38.46%79.61%
HSB/HSV242°17.94%87.45%
CMYK17.49%17.94%0.00%
12.55%

Color #B8B7DF in popluar number systems.

HEXB8B7DF
Decimal184183223
Binary101110001011011111011111
Octal270267337

Shades and tints

Shades of #B8B7DF

#B8B7DF
(184,183,223)
#A8A7CB
(168,167,203)
#9897B7
(152,151,183)
#8887A3
(136,135,163)
#78778F
(120,119,143)
#68677B
(104,103,123)
#585767
(88,87,103)
#484753
(72,71,83)
#38373F
(56,55,63)
#28272B
(40,39,43)
#181717
(24,23,23)
#000000
(0,0,0)

Tints of #B8B7DF

#B8B7DF
(184,183,223)
#BEBDE1
(190,189,225)
#C4C3E3
(196,195,227)
#CAC9E5
(202,201,229)
#D0CFE7
(208,207,231)
#D6D5E9
(214,213,233)
#DCDBEB
(220,219,235)
#E2E1ED
(226,225,237)
#E8E7EF
(232,231,239)
#EEEDF1
(238,237,241)
#F4F3F3
(244,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B8B7DF; }

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

This text font color is #B8B7DF.


Background Color

.myBgColor { background-color: #B8B7DF; }

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

This div background color is #B8B7DF.


Border color

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

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

This div border color is #B8B7DF.


Opacity

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

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

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

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

This text has shadow with #B8B7DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8B7DF on black background.


Color preview on white background

This text has color #B8B7DF on white background.



Black color preview on #B8B7DF background

This text has black color on #B8B7DF background.


White color preview on #B8B7DF background

This text has white color on #B8B7DF background.