COLOR #B4BAEC

HEX: #B4BAEC
RGB: (180,186,236)

Color info

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

RGB color model

#B4BAEC color RGB value is (180,186,236).

  • red value is 180;
  • green value is 186;
  • blue value is 236.
RGB:
(180,186,236)
(71%,73%,93%)

RGB channels and saturation

R 180 of 255 = 71%
G 186 of 255 = 73%
B 236 of 255 = 93%

180
186
236

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

Portions of RGB colors in percentages

R + G + B =
180 + 186 + 236 = 602 (100%)
R 180 of 602 ~ 29.9%
G 186 of 602 ~ 30.9%
B 236 of 602 ~ 39.2%

%29.9
%30.9
%39.2

CMYK color model

#B4BAEC color CMYK value is (24,21,0,7).

  • cyan value is 23.73%
  • magenta value is 21.19%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(24,21,0,7)
C24M21Y0K7 
(24%,21%,0%,7%)
(0.24/0.21/0.00/0.07)	

CMYK percentages

%23.73
%21.19
%0
%7.45

Codes

Color #B4BAEC in popluar color models

B4BAEC
RGB180186236
HSL234°59.57%81.57%
HSB/HSV234°23.73%92.55%
CMYK23.73%21.19%0.00%
7.45%

Color #B4BAEC in popluar number systems.

HEXB4BAEC
Decimal180186236
Binary101101001011101011101100
Octal264272354

Shades and tints

Shades of #B4BAEC

#B4BAEC
(180,186,236)
#A4AAD7
(164,170,215)
#949AC2
(148,154,194)
#848AAD
(132,138,173)
#747A98
(116,122,152)
#646A83
(100,106,131)
#545A6E
(84,90,110)
#444A59
(68,74,89)
#343A44
(52,58,68)
#242A2F
(36,42,47)
#141A1A
(20,26,26)
#000000
(0,0,0)

Tints of #B4BAEC

#B4BAEC
(180,186,236)
#BAC0ED
(186,192,237)
#C0C6EE
(192,198,238)
#C6CCEF
(198,204,239)
#CCD2F0
(204,210,240)
#D2D8F1
(210,216,241)
#D8DEF2
(216,222,242)
#DEE4F3
(222,228,243)
#E4EAF4
(228,234,244)
#EAF0F5
(234,240,245)
#F0F6F6
(240,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4BAEC; }

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

This text font color is #B4BAEC.


Background Color

.myBgColor { background-color: #B4BAEC; }

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

This div background color is #B4BAEC.


Border color

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

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

This div border color is #B4BAEC.


Opacity

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

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

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

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

This text has shadow with #B4BAEC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4BAEC on black background.


Color preview on white background

This text has color #B4BAEC on white background.



Black color preview on #B4BAEC background

This text has black color on #B4BAEC background.


White color preview on #B4BAEC background

This text has white color on #B4BAEC background.