COLOR #B8BCEF

HEX: #B8BCEF
RGB: (184,188,239)

Color info

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

RGB color model

#B8BCEF color RGB value is (184,188,239).

  • red value is 184;
  • green value is 188;
  • blue value is 239.
RGB:
(184,188,239)
(72%,74%,94%)

RGB channels and saturation

R 184 of 255 = 72%
G 188 of 255 = 74%
B 239 of 255 = 94%

184
188
239

R + G + B ~ 80%. #B8BCEF is quite light color.

Portions of RGB colors in percentages

R + G + B =
184 + 188 + 239 = 611 (100%)
R 184 of 611 ~ 30.11%
G 188 of 611 ~ 30.77%
B 239 of 611 ~ 39.12%

%30.11
%30.77
%39.12

CMYK color model

#B8BCEF color CMYK value is (23,21,0,6).

  • cyan value is 23.01%
  • magenta value is 21.34%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(23,21,0,6)
C23M21Y0K6 
(23%,21%,0%,6%)
(0.23/0.21/0.00/0.06)	

CMYK percentages

%23.01
%21.34
%0
%6.27

Codes

Color #B8BCEF in popluar color models

B8BCEF
RGB184188239
HSL236°63.22%82.94%
HSB/HSV236°23.01%93.73%
CMYK23.01%21.34%0.00%
6.27%

Color #B8BCEF in popluar number systems.

HEXB8BCEF
Decimal184188239
Binary101110001011110011101111
Octal270274357

Shades and tints

Shades of #B8BCEF

#B8BCEF
(184,188,239)
#A8ABDA
(168,171,218)
#989AC5
(152,154,197)
#8889B0
(136,137,176)
#78789B
(120,120,155)
#686786
(104,103,134)
#585671
(88,86,113)
#48455C
(72,69,92)
#383447
(56,52,71)
#282332
(40,35,50)
#18121D
(24,18,29)
#000000
(0,0,0)

Tints of #B8BCEF

#B8BCEF
(184,188,239)
#BEC2F0
(190,194,240)
#C4C8F1
(196,200,241)
#CACEF2
(202,206,242)
#D0D4F3
(208,212,243)
#D6DAF4
(214,218,244)
#DCE0F5
(220,224,245)
#E2E6F6
(226,230,246)
#E8ECF7
(232,236,247)
#EEF2F8
(238,242,248)
#F4F8F9
(244,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B8BCEF; }

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

This text font color is #B8BCEF.


Background Color

.myBgColor { background-color: #B8BCEF; }

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

This div background color is #B8BCEF.


Border color

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

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

This div border color is #B8BCEF.


Opacity

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

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

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

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

This text has shadow with #B8BCEF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8BCEF on black background.


Color preview on white background

This text has color #B8BCEF on white background.



Black color preview on #B8BCEF background

This text has black color on #B8BCEF background.


White color preview on #B8BCEF background

This text has white color on #B8BCEF background.