COLOR #B8BAEF

HEX: #B8BAEF
RGB: (184,186,239)

Color info

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

RGB color model

#B8BAEF color RGB value is (184,186,239).

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

RGB channels and saturation

R 184 of 255 = 72%
G 186 of 255 = 73%
B 239 of 255 = 94%

184
186
239

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

Portions of RGB colors in percentages

R + G + B =
184 + 186 + 239 = 609 (100%)
R 184 of 609 ~ 30.21%
G 186 of 609 ~ 30.54%
B 239 of 609 ~ 39.24%

%30.21
%30.54
%39.24

CMYK color model

#B8BAEF color CMYK value is (23,22,0,6).

  • cyan value is 23.01%
  • magenta value is 22.18%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(23,22,0,6)
C23M22Y0K6 
(23%,22%,0%,6%)
(0.23/0.22/0.00/0.06)	

CMYK percentages

%23.01
%22.18
%0
%6.27

Codes

Color #B8BAEF in popluar color models

B8BAEF
RGB184186239
HSL238°63.22%82.94%
HSB/HSV238°23.01%93.73%
CMYK23.01%22.18%0.00%
6.27%

Color #B8BAEF in popluar number systems.

HEXB8BAEF
Decimal184186239
Binary101110001011101011101111
Octal270272357

Shades and tints

Shades of #B8BAEF

#B8BAEF
(184,186,239)
#A8AADA
(168,170,218)
#989AC5
(152,154,197)
#888AB0
(136,138,176)
#787A9B
(120,122,155)
#686A86
(104,106,134)
#585A71
(88,90,113)
#484A5C
(72,74,92)
#383A47
(56,58,71)
#282A32
(40,42,50)
#181A1D
(24,26,29)
#000000
(0,0,0)

Tints of #B8BAEF

#B8BAEF
(184,186,239)
#BEC0F0
(190,192,240)
#C4C6F1
(196,198,241)
#CACCF2
(202,204,242)
#D0D2F3
(208,210,243)
#D6D8F4
(214,216,244)
#DCDEF5
(220,222,245)
#E2E4F6
(226,228,246)
#E8EAF7
(232,234,247)
#EEF0F8
(238,240,248)
#F4F6F9
(244,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B8BAEF; }

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

This text font color is #B8BAEF.


Background Color

.myBgColor { background-color: #B8BAEF; }

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

This div background color is #B8BAEF.


Border color

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

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

This div border color is #B8BAEF.


Opacity

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

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

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

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

This text has shadow with #B8BAEF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8BAEF on black background.


Color preview on white background

This text has color #B8BAEF on white background.



Black color preview on #B8BAEF background

This text has black color on #B8BAEF background.


White color preview on #B8BAEF background

This text has white color on #B8BAEF background.