COLOR #B8B6ED

HEX: #B8B6ED
RGB: (184,182,237)

Color info

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

RGB color model

#B8B6ED color RGB value is (184,182,237).

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

RGB channels and saturation

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

184
182
237

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

Portions of RGB colors in percentages

R + G + B =
184 + 182 + 237 = 603 (100%)
R 184 of 603 ~ 30.51%
G 182 of 603 ~ 30.18%
B 237 of 603 ~ 39.3%

%30.51
%30.18
%39.3

CMYK color model

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

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

CMYK percentages

%22.36
%23.21
%0
%7.06

Codes

Color #B8B6ED in popluar color models

B8B6ED
RGB184182237
HSL242°60.44%82.16%
HSB/HSV242°23.21%92.94%
CMYK22.36%23.21%0.00%
7.06%

Color #B8B6ED in popluar number systems.

HEXB8B6ED
Decimal184182237
Binary101110001011011011101101
Octal270266355

Shades and tints

Shades of #B8B6ED

#B8B6ED
(184,182,237)
#A8A6D8
(168,166,216)
#9896C3
(152,150,195)
#8886AE
(136,134,174)
#787699
(120,118,153)
#686684
(104,102,132)
#58566F
(88,86,111)
#48465A
(72,70,90)
#383645
(56,54,69)
#282630
(40,38,48)
#18161B
(24,22,27)
#000000
(0,0,0)

Tints of #B8B6ED

#B8B6ED
(184,182,237)
#BEBCEE
(190,188,238)
#C4C2EF
(196,194,239)
#CAC8F0
(202,200,240)
#D0CEF1
(208,206,241)
#D6D4F2
(214,212,242)
#DCDAF3
(220,218,243)
#E2E0F4
(226,224,244)
#E8E6F5
(232,230,245)
#EEECF6
(238,236,246)
#F4F2F7
(244,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B8B6ED; }

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

This text font color is #B8B6ED.


Background Color

.myBgColor { background-color: #B8B6ED; }

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

This div background color is #B8B6ED.


Border color

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

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

This div border color is #B8B6ED.


Opacity

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

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

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

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

This text has shadow with #B8B6ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8B6ED on black background.


Color preview on white background

This text has color #B8B6ED on white background.



Black color preview on #B8B6ED background

This text has black color on #B8B6ED background.


White color preview on #B8B6ED background

This text has white color on #B8B6ED background.