COLOR #B4C1EF

HEX: #B4C1EF
RGB: (180,193,239)

Color info

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

RGB color model

#B4C1EF color RGB value is (180,193,239).

  • red value is 180;
  • green value is 193;
  • blue value is 239.
RGB:
(180,193,239)
(71%,76%,94%)

RGB channels and saturation

R 180 of 255 = 71%
G 193 of 255 = 76%
B 239 of 255 = 94%

180
193
239

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

Portions of RGB colors in percentages

R + G + B =
180 + 193 + 239 = 612 (100%)
R 180 of 612 ~ 29.41%
G 193 of 612 ~ 31.54%
B 239 of 612 ~ 39.05%

%29.41
%31.54
%39.05

CMYK color model

#B4C1EF color CMYK value is (25,19,0,6).

  • cyan value is 24.69%
  • magenta value is 19.25%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(25,19,0,6)
C25M19Y0K6 
(25%,19%,0%,6%)
(0.25/0.19/0.00/0.06)	

CMYK percentages

%24.69
%19.25
%0
%6.27

Codes

Color #B4C1EF in popluar color models

B4C1EF
RGB180193239
HSL227°64.84%82.16%
HSB/HSV227°24.69%93.73%
CMYK24.69%19.25%0.00%
6.27%

Color #B4C1EF in popluar number systems.

HEXB4C1EF
Decimal180193239
Binary101101001100000111101111
Octal264301357

Shades and tints

Shades of #B4C1EF

#B4C1EF
(180,193,239)
#A4B0DA
(164,176,218)
#949FC5
(148,159,197)
#848EB0
(132,142,176)
#747D9B
(116,125,155)
#646C86
(100,108,134)
#545B71
(84,91,113)
#444A5C
(68,74,92)
#343947
(52,57,71)
#242832
(36,40,50)
#14171D
(20,23,29)
#000000
(0,0,0)

Tints of #B4C1EF

#B4C1EF
(180,193,239)
#BAC6F0
(186,198,240)
#C0CBF1
(192,203,241)
#C6D0F2
(198,208,242)
#CCD5F3
(204,213,243)
#D2DAF4
(210,218,244)
#D8DFF5
(216,223,245)
#DEE4F6
(222,228,246)
#E4E9F7
(228,233,247)
#EAEEF8
(234,238,248)
#F0F3F9
(240,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4C1EF color. Also use rgb(180,193,239) instead hex code.

Text Font Color

.myTextColor { color: #B4C1EF; }

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

This text font color is #B4C1EF.


Background Color

.myBgColor { background-color: #B4C1EF; }

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

This div background color is #B4C1EF.


Border color

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

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

This div border color is #B4C1EF.


Opacity

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

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

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

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

This text has shadow with #B4C1EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4C1EF on black background.


Color preview on white background

This text has color #B4C1EF on white background.



Black color preview on #B4C1EF background

This text has black color on #B4C1EF background.


White color preview on #B4C1EF background

This text has white color on #B4C1EF background.