COLOR #B4C0EE

HEX: #B4C0EE
RGB: (180,192,238)

Color info

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

RGB color model

#B4C0EE color RGB value is (180,192,238).

  • red value is 180;
  • green value is 192;
  • blue value is 238.
RGB:
(180,192,238)
(71%,75%,93%)

RGB channels and saturation

R 180 of 255 = 71%
G 192 of 255 = 75%
B 238 of 255 = 93%

180
192
238

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

Portions of RGB colors in percentages

R + G + B =
180 + 192 + 238 = 610 (100%)
R 180 of 610 ~ 29.51%
G 192 of 610 ~ 31.48%
B 238 of 610 ~ 39.02%

%29.51
%31.48
%39.02

CMYK color model

#B4C0EE color CMYK value is (24,19,0,7).

  • cyan value is 24.37%
  • magenta value is 19.33%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(24,19,0,7)
C24M19Y0K7 
(24%,19%,0%,7%)
(0.24/0.19/0.00/0.07)	

CMYK percentages

%24.37
%19.33
%0
%6.67

Codes

Color #B4C0EE in popluar color models

B4C0EE
RGB180192238
HSL228°63.04%81.96%
HSB/HSV228°24.37%93.33%
CMYK24.37%19.33%0.00%
6.67%

Color #B4C0EE in popluar number systems.

HEXB4C0EE
Decimal180192238
Binary101101001100000011101110
Octal264300356

Shades and tints

Shades of #B4C0EE

#B4C0EE
(180,192,238)
#A4AFD9
(164,175,217)
#949EC4
(148,158,196)
#848DAF
(132,141,175)
#747C9A
(116,124,154)
#646B85
(100,107,133)
#545A70
(84,90,112)
#44495B
(68,73,91)
#343846
(52,56,70)
#242731
(36,39,49)
#14161C
(20,22,28)
#000000
(0,0,0)

Tints of #B4C0EE

#B4C0EE
(180,192,238)
#BAC5EF
(186,197,239)
#C0CAF0
(192,202,240)
#C6CFF1
(198,207,241)
#CCD4F2
(204,212,242)
#D2D9F3
(210,217,243)
#D8DEF4
(216,222,244)
#DEE3F5
(222,227,245)
#E4E8F6
(228,232,246)
#EAEDF7
(234,237,247)
#F0F2F8
(240,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4C0EE color. Also use rgb(180,192,238) instead hex code.

Text Font Color

.myTextColor { color: #B4C0EE; }

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

This text font color is #B4C0EE.


Background Color

.myBgColor { background-color: #B4C0EE; }

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

This div background color is #B4C0EE.


Border color

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

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

This div border color is #B4C0EE.


Opacity

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

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

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

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

This text has shadow with #B4C0EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4C0EE on black background.


Color preview on white background

This text has color #B4C0EE on white background.



Black color preview on #B4C0EE background

This text has black color on #B4C0EE background.


White color preview on #B4C0EE background

This text has white color on #B4C0EE background.