COLOR #B4C1E3

HEX: #B4C1E3
RGB: (180,193,227)

Color info

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

RGB color model

#B4C1E3 color RGB value is (180,193,227).

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

RGB channels and saturation

R 180 of 255 = 71%
G 193 of 255 = 76%
B 227 of 255 = 89%

180
193
227

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

Portions of RGB colors in percentages

R + G + B =
180 + 193 + 227 = 600 (100%)
R 180 of 600 ~ 30%
G 193 of 600 ~ 32.17%
B 227 of 600 ~ 37.83%

%30
%32.17
%37.83

CMYK color model

#B4C1E3 color CMYK value is (21,15,0,11).

  • cyan value is 20.70%
  • magenta value is 14.98%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(21,15,0,11)
C21M15Y0K11 
(21%,15%,0%,11%)
(0.21/0.15/0.00/0.11)	

CMYK percentages

%20.7
%14.98
%0
%10.98

Codes

Color #B4C1E3 in popluar color models

B4C1E3
RGB180193227
HSL223°45.63%79.80%
HSB/HSV223°20.70%89.02%
CMYK20.70%14.98%0.00%
10.98%

Color #B4C1E3 in popluar number systems.

HEXB4C1E3
Decimal180193227
Binary101101001100000111100011
Octal264301343

Shades and tints

Shades of #B4C1E3

#B4C1E3
(180,193,227)
#A4B0CF
(164,176,207)
#949FBB
(148,159,187)
#848EA7
(132,142,167)
#747D93
(116,125,147)
#646C7F
(100,108,127)
#545B6B
(84,91,107)
#444A57
(68,74,87)
#343943
(52,57,67)
#24282F
(36,40,47)
#14171B
(20,23,27)
#000000
(0,0,0)

Tints of #B4C1E3

#B4C1E3
(180,193,227)
#BAC6E5
(186,198,229)
#C0CBE7
(192,203,231)
#C6D0E9
(198,208,233)
#CCD5EB
(204,213,235)
#D2DAED
(210,218,237)
#D8DFEF
(216,223,239)
#DEE4F1
(222,228,241)
#E4E9F3
(228,233,243)
#EAEEF5
(234,238,245)
#F0F3F7
(240,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4C1E3; }

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

This text font color is #B4C1E3.


Background Color

.myBgColor { background-color: #B4C1E3; }

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

This div background color is #B4C1E3.


Border color

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

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

This div border color is #B4C1E3.


Opacity

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

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

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

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

This text has shadow with #B4C1E3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4C1E3 on black background.


Color preview on white background

This text has color #B4C1E3 on white background.



Black color preview on #B4C1E3 background

This text has black color on #B4C1E3 background.


White color preview on #B4C1E3 background

This text has white color on #B4C1E3 background.