COLOR #B4C0CE

HEX: #B4C0CE
RGB: (180,192,206)

Color info

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

RGB color model

#B4C0CE color RGB value is (180,192,206).

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

RGB channels and saturation

R 180 of 255 = 71%
G 192 of 255 = 75%
B 206 of 255 = 81%

180
192
206

R + G + B ~ 76%. #B4C0CE is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 192 + 206 = 578 (100%)
R 180 of 578 ~ 31.14%
G 192 of 578 ~ 33.22%
B 206 of 578 ~ 35.64%

%31.14
%33.22
%35.64

CMYK color model

#B4C0CE color CMYK value is (13,7,0,19).

  • cyan value is 12.62%
  • magenta value is 6.80%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK:
(13,7,0,19)
C13M7Y0K19 
(13%,7%,0%,19%)
(0.13/0.07/0.00/0.19)	

CMYK percentages

%12.62
%6.8
%0
%19.22

Codes

Color #B4C0CE in popluar color models

B4C0CE
RGB180192206
HSL212°20.97%75.69%
HSB/HSV212°12.62%80.78%
CMYK12.62%6.80%0.00%
19.22%

Color #B4C0CE in popluar number systems.

HEXB4C0CE
Decimal180192206
Binary101101001100000011001110
Octal264300316

Shades and tints

Shades of #B4C0CE

#B4C0CE
(180,192,206)
#A4AFBC
(164,175,188)
#949EAA
(148,158,170)
#848D98
(132,141,152)
#747C86
(116,124,134)
#646B74
(100,107,116)
#545A62
(84,90,98)
#444950
(68,73,80)
#34383E
(52,56,62)
#24272C
(36,39,44)
#14161A
(20,22,26)
#000000
(0,0,0)

Tints of #B4C0CE

#B4C0CE
(180,192,206)
#BAC5D2
(186,197,210)
#C0CAD6
(192,202,214)
#C6CFDA
(198,207,218)
#CCD4DE
(204,212,222)
#D2D9E2
(210,217,226)
#D8DEE6
(216,222,230)
#DEE3EA
(222,227,234)
#E4E8EE
(228,232,238)
#EAEDF2
(234,237,242)
#F0F2F6
(240,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4C0CE; }

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

This text font color is #B4C0CE.


Background Color

.myBgColor { background-color: #B4C0CE; }

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

This div background color is #B4C0CE.


Border color

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

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

This div border color is #B4C0CE.


Opacity

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

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

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

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

This text has shadow with #B4C0CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4C0CE on black background.


Color preview on white background

This text has color #B4C0CE on white background.



Black color preview on #B4C0CE background

This text has black color on #B4C0CE background.


White color preview on #B4C0CE background

This text has white color on #B4C0CE background.