COLOR #B8B7D7

HEX: #B8B7D7
RGB: (184,183,215)

Color info

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

RGB color model

#B8B7D7 color RGB value is (184,183,215).

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

RGB channels and saturation

R 184 of 255 = 72%
G 183 of 255 = 72%
B 215 of 255 = 84%

184
183
215

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

Portions of RGB colors in percentages

R + G + B =
184 + 183 + 215 = 582 (100%)
R 184 of 582 ~ 31.62%
G 183 of 582 ~ 31.44%
B 215 of 582 ~ 36.94%

%31.62
%31.44
%36.94

CMYK color model

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

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

CMYK percentages

%14.42
%14.88
%0
%15.69

Codes

Color #B8B7D7 in popluar color models

B8B7D7
RGB184183215
HSL242°28.57%78.04%
HSB/HSV242°14.88%84.31%
CMYK14.42%14.88%0.00%
15.69%

Color #B8B7D7 in popluar number systems.

HEXB8B7D7
Decimal184183215
Binary101110001011011111010111
Octal270267327

Shades and tints

Shades of #B8B7D7

#B8B7D7
(184,183,215)
#A8A7C4
(168,167,196)
#9897B1
(152,151,177)
#88879E
(136,135,158)
#78778B
(120,119,139)
#686778
(104,103,120)
#585765
(88,87,101)
#484752
(72,71,82)
#38373F
(56,55,63)
#28272C
(40,39,44)
#181719
(24,23,25)
#000000
(0,0,0)

Tints of #B8B7D7

#B8B7D7
(184,183,215)
#BEBDDA
(190,189,218)
#C4C3DD
(196,195,221)
#CAC9E0
(202,201,224)
#D0CFE3
(208,207,227)
#D6D5E6
(214,213,230)
#DCDBE9
(220,219,233)
#E2E1EC
(226,225,236)
#E8E7EF
(232,231,239)
#EEEDF2
(238,237,242)
#F4F3F5
(244,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B8B7D7; }

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

This text font color is #B8B7D7.


Background Color

.myBgColor { background-color: #B8B7D7; }

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

This div background color is #B8B7D7.


Border color

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

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

This div border color is #B8B7D7.


Opacity

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

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

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

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

This text has shadow with #B8B7D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8B7D7 on black background.


Color preview on white background

This text has color #B8B7D7 on white background.



Black color preview on #B8B7D7 background

This text has black color on #B8B7D7 background.


White color preview on #B8B7D7 background

This text has white color on #B8B7D7 background.