COLOR #B8B8EC

HEX: #B8B8EC
RGB: (184,184,236)

Color info

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

RGB color model

#B8B8EC color RGB value is (184,184,236).

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

RGB channels and saturation

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

184
184
236

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

Portions of RGB colors in percentages

R + G + B =
184 + 184 + 236 = 604 (100%)
R 184 of 604 ~ 30.46%
G 184 of 604 ~ 30.46%
B 236 of 604 ~ 39.07%

%30.46
%30.46
%39.07

CMYK color model

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

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

CMYK percentages

%22.03
%22.03
%0
%7.45

Codes

Color #B8B8EC in popluar color models

B8B8EC
RGB184184236
HSL240°57.78%82.35%
HSB/HSV240°22.03%92.55%
CMYK22.03%22.03%0.00%
7.45%

Color #B8B8EC in popluar number systems.

HEXB8B8EC
Decimal184184236
Binary101110001011100011101100
Octal270270354

Shades and tints

Shades of #B8B8EC

#B8B8EC
(184,184,236)
#A8A8D7
(168,168,215)
#9898C2
(152,152,194)
#8888AD
(136,136,173)
#787898
(120,120,152)
#686883
(104,104,131)
#58586E
(88,88,110)
#484859
(72,72,89)
#383844
(56,56,68)
#28282F
(40,40,47)
#18181A
(24,24,26)
#000000
(0,0,0)

Tints of #B8B8EC

#B8B8EC
(184,184,236)
#BEBEED
(190,190,237)
#C4C4EE
(196,196,238)
#CACAEF
(202,202,239)
#D0D0F0
(208,208,240)
#D6D6F1
(214,214,241)
#DCDCF2
(220,220,242)
#E2E2F3
(226,226,243)
#E8E8F4
(232,232,244)
#EEEEF5
(238,238,245)
#F4F4F6
(244,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B8B8EC; }

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

This text font color is #B8B8EC.


Background Color

.myBgColor { background-color: #B8B8EC; }

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

This div background color is #B8B8EC.


Border color

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

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

This div border color is #B8B8EC.


Opacity

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

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

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

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

This text has shadow with #B8B8EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8B8EC on black background.


Color preview on white background

This text has color #B8B8EC on white background.



Black color preview on #B8B8EC background

This text has black color on #B8B8EC background.


White color preview on #B8B8EC background

This text has white color on #B8B8EC background.