COLOR #B8B6EC

HEX: #B8B6EC
RGB: (184,182,236)

Color info

#B8B6EC contains red, green and blue colors in about the same proportion. Web safe color of #B8B6EC is #CCCCFF (or #CCF).

RGB color model

#B8B6EC color RGB value is (184,182,236).

  • red value is 184;
  • green value is 182;
  • blue value is 236.
RGB:
(184,182,236)
(72%,71%,93%)

RGB channels and saturation

R 184 of 255 = 72%
G 182 of 255 = 71%
B 236 of 255 = 93%

184
182
236

R + G + B ~ 79%. #B8B6EC is quite light color.

Portions of RGB colors in percentages

R + G + B =
184 + 182 + 236 = 602 (100%)
R 184 of 602 ~ 30.56%
G 182 of 602 ~ 30.23%
B 236 of 602 ~ 39.2%

%30.56
%30.23
%39.2

CMYK color model

#B8B6EC color CMYK value is (22,23,0,7).

  • cyan value is 22.03%
  • magenta value is 22.88%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(22,23,0,7)
C22M23Y0K7 
(22%,23%,0%,7%)
(0.22/0.23/0.00/0.07)	

CMYK percentages

%22.03
%22.88
%0
%7.45

Codes

Color #B8B6EC in popluar color models

B8B6EC
RGB184182236
HSL242°58.70%81.96%
HSB/HSV242°22.88%92.55%
CMYK22.03%22.88%0.00%
7.45%

Color #B8B6EC in popluar number systems.

HEXB8B6EC
Decimal184182236
Binary101110001011011011101100
Octal270266354

Shades and tints

Shades of #B8B6EC

#B8B6EC
(184,182,236)
#A8A6D7
(168,166,215)
#9896C2
(152,150,194)
#8886AD
(136,134,173)
#787698
(120,118,152)
#686683
(104,102,131)
#58566E
(88,86,110)
#484659
(72,70,89)
#383644
(56,54,68)
#28262F
(40,38,47)
#18161A
(24,22,26)
#000000
(0,0,0)

Tints of #B8B6EC

#B8B6EC
(184,182,236)
#BEBCED
(190,188,237)
#C4C2EE
(196,194,238)
#CAC8EF
(202,200,239)
#D0CEF0
(208,206,240)
#D6D4F1
(214,212,241)
#DCDAF2
(220,218,242)
#E2E0F3
(226,224,243)
#E8E6F4
(232,230,244)
#EEECF5
(238,236,245)
#F4F2F6
(244,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B8B6EC color. Also use rgb(184,182,236) instead hex code.

Text Font Color

.myTextColor { color: #B8B6EC; }

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

This text font color is #B8B6EC.


Background Color

.myBgColor { background-color: #B8B6EC; }

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

This div background color is #B8B6EC.


Border color

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

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

This div border color is #B8B6EC.


Opacity

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

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

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

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

This text has shadow with #B8B6EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8B6EC on black background.


Color preview on white background

This text has color #B8B6EC on white background.



Black color preview on #B8B6EC background

This text has black color on #B8B6EC background.


White color preview on #B8B6EC background

This text has white color on #B8B6EC background.