COLOR #B8B5E6

HEX: #B8B5E6
RGB: (184,181,230)

Color info

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

RGB color model

#B8B5E6 color RGB value is (184,181,230).

  • red value is 184;
  • green value is 181;
  • blue value is 230.
RGB:
(184,181,230)
(72%,71%,90%)

RGB channels and saturation

R 184 of 255 = 72%
G 181 of 255 = 71%
B 230 of 255 = 90%

184
181
230

R + G + B ~ 78%. #B8B5E6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
184 + 181 + 230 = 595 (100%)
R 184 of 595 ~ 30.92%
G 181 of 595 ~ 30.42%
B 230 of 595 ~ 38.66%

%30.92
%30.42
%38.66

CMYK color model

#B8B5E6 color CMYK value is (20,21,0,10).

  • cyan value is 20.00%
  • magenta value is 21.30%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(20,21,0,10)
C20M21Y0K10 
(20%,21%,0%,10%)
(0.20/0.21/0.00/0.10)	

CMYK percentages

%20
%21.3
%0
%9.8

Codes

Color #B8B5E6 in popluar color models

B8B5E6
RGB184181230
HSL244°49.49%80.59%
HSB/HSV244°21.30%90.20%
CMYK20.00%21.30%0.00%
9.80%

Color #B8B5E6 in popluar number systems.

HEXB8B5E6
Decimal184181230
Binary101110001011010111100110
Octal270265346

Shades and tints

Shades of #B8B5E6

#B8B5E6
(184,181,230)
#A8A5D2
(168,165,210)
#9895BE
(152,149,190)
#8885AA
(136,133,170)
#787596
(120,117,150)
#686582
(104,101,130)
#58556E
(88,85,110)
#48455A
(72,69,90)
#383546
(56,53,70)
#282532
(40,37,50)
#18151E
(24,21,30)
#000000
(0,0,0)

Tints of #B8B5E6

#B8B5E6
(184,181,230)
#BEBBE8
(190,187,232)
#C4C1EA
(196,193,234)
#CAC7EC
(202,199,236)
#D0CDEE
(208,205,238)
#D6D3F0
(214,211,240)
#DCD9F2
(220,217,242)
#E2DFF4
(226,223,244)
#E8E5F6
(232,229,246)
#EEEBF8
(238,235,248)
#F4F1FA
(244,241,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B8B5E6 color. Also use rgb(184,181,230) instead hex code.

Text Font Color

.myTextColor { color: #B8B5E6; }

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

This text font color is #B8B5E6.


Background Color

.myBgColor { background-color: #B8B5E6; }

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

This div background color is #B8B5E6.


Border color

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

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

This div border color is #B8B5E6.


Opacity

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

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

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

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

This text has shadow with #B8B5E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8B5E6 on black background.


Color preview on white background

This text has color #B8B5E6 on white background.



Black color preview on #B8B5E6 background

This text has black color on #B8B5E6 background.


White color preview on #B8B5E6 background

This text has white color on #B8B5E6 background.