COLOR #B8BAE5

HEX: #B8BAE5
RGB: (184,186,229)

Color info

#B8BAE5 contains red, green and blue colors in about the same proportion. Web safe color of #B8BAE5 is #CCCCCC (or #CCC).

RGB color model

#B8BAE5 color RGB value is (184,186,229).

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

RGB channels and saturation

R 184 of 255 = 72%
G 186 of 255 = 73%
B 229 of 255 = 90%

184
186
229

R + G + B ~ 78%. #B8BAE5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
184 + 186 + 229 = 599 (100%)
R 184 of 599 ~ 30.72%
G 186 of 599 ~ 31.05%
B 229 of 599 ~ 38.23%

%30.72
%31.05
%38.23

CMYK color model

#B8BAE5 color CMYK value is (20,19,0,10).

  • cyan value is 19.65%
  • magenta value is 18.78%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(20,19,0,10)
C20M19Y0K10 
(20%,19%,0%,10%)
(0.20/0.19/0.00/0.10)	

CMYK percentages

%19.65
%18.78
%0
%10.2

Codes

Color #B8BAE5 in popluar color models

B8BAE5
RGB184186229
HSL237°46.39%80.98%
HSB/HSV237°19.65%89.80%
CMYK19.65%18.78%0.00%
10.20%

Color #B8BAE5 in popluar number systems.

HEXB8BAE5
Decimal184186229
Binary101110001011101011100101
Octal270272345

Shades and tints

Shades of #B8BAE5

#B8BAE5
(184,186,229)
#A8AAD1
(168,170,209)
#989ABD
(152,154,189)
#888AA9
(136,138,169)
#787A95
(120,122,149)
#686A81
(104,106,129)
#585A6D
(88,90,109)
#484A59
(72,74,89)
#383A45
(56,58,69)
#282A31
(40,42,49)
#181A1D
(24,26,29)
#000000
(0,0,0)

Tints of #B8BAE5

#B8BAE5
(184,186,229)
#BEC0E7
(190,192,231)
#C4C6E9
(196,198,233)
#CACCEB
(202,204,235)
#D0D2ED
(208,210,237)
#D6D8EF
(214,216,239)
#DCDEF1
(220,222,241)
#E2E4F3
(226,228,243)
#E8EAF5
(232,234,245)
#EEF0F7
(238,240,247)
#F4F6F9
(244,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B8BAE5; }

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

This text font color is #B8BAE5.


Background Color

.myBgColor { background-color: #B8BAE5; }

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

This div background color is #B8BAE5.


Border color

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

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

This div border color is #B8BAE5.


Opacity

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

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

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

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

This text has shadow with #B8BAE5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8BAE5 on black background.


Color preview on white background

This text has color #B8BAE5 on white background.



Black color preview on #B8BAE5 background

This text has black color on #B8BAE5 background.


White color preview on #B8BAE5 background

This text has white color on #B8BAE5 background.