COLOR #B4C1CD

HEX: #B4C1CD
RGB: (180,193,205)

Color info

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

RGB color model

#B4C1CD color RGB value is (180,193,205).

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

RGB channels and saturation

R 180 of 255 = 71%
G 193 of 255 = 76%
B 205 of 255 = 80%

180
193
205

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

Portions of RGB colors in percentages

R + G + B =
180 + 193 + 205 = 578 (100%)
R 180 of 578 ~ 31.14%
G 193 of 578 ~ 33.39%
B 205 of 578 ~ 35.47%

%31.14
%33.39
%35.47

CMYK color model

#B4C1CD color CMYK value is (12,6,0,20).

  • cyan value is 12.20%
  • magenta value is 5.85%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(12,6,0,20)
C12M6Y0K20 
(12%,6%,0%,20%)
(0.12/0.06/0.00/0.20)	

CMYK percentages

%12.2
%5.85
%0
%19.61

Codes

Color #B4C1CD in popluar color models

B4C1CD
RGB180193205
HSL209°20.00%75.49%
HSB/HSV209°12.20%80.39%
CMYK12.20%5.85%0.00%
19.61%

Color #B4C1CD in popluar number systems.

HEXB4C1CD
Decimal180193205
Binary101101001100000111001101
Octal264301315

Shades and tints

Shades of #B4C1CD

#B4C1CD
(180,193,205)
#A4B0BB
(164,176,187)
#949FA9
(148,159,169)
#848E97
(132,142,151)
#747D85
(116,125,133)
#646C73
(100,108,115)
#545B61
(84,91,97)
#444A4F
(68,74,79)
#34393D
(52,57,61)
#24282B
(36,40,43)
#141719
(20,23,25)
#000000
(0,0,0)

Tints of #B4C1CD

#B4C1CD
(180,193,205)
#BAC6D1
(186,198,209)
#C0CBD5
(192,203,213)
#C6D0D9
(198,208,217)
#CCD5DD
(204,213,221)
#D2DAE1
(210,218,225)
#D8DFE5
(216,223,229)
#DEE4E9
(222,228,233)
#E4E9ED
(228,233,237)
#EAEEF1
(234,238,241)
#F0F3F5
(240,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4C1CD; }

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

This text font color is #B4C1CD.


Background Color

.myBgColor { background-color: #B4C1CD; }

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

This div background color is #B4C1CD.


Border color

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

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

This div border color is #B4C1CD.


Opacity

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

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

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

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

This text has shadow with #B4C1CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4C1CD on black background.


Color preview on white background

This text has color #B4C1CD on white background.



Black color preview on #B4C1CD background

This text has black color on #B4C1CD background.


White color preview on #B4C1CD background

This text has white color on #B4C1CD background.