COLOR #B4C1DC

HEX: #B4C1DC RGB: (180,193,220)

Color info

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

RGB color model

#B4C1DC color RGB value is (180,193,220).

RGB: (180,193,220) (71%, 76%, 86%)

RGB channels and saturation

R 180 of 255 = 71%
G 193 of 255 = 76%
B 220 of 255 = 86%

180
193
220

R + G + B ~ 78%. #B4C1DC is quite light color.

Portions of RGB colors in percentages

R + G + B = 180 + 193 + 220 = 593 (100%)
R 180 of 593 ~ 30.35%
G 193 of 593 ~ 32.55%
B 220 of 593 ~ 37.1'%

%30.35
%32.55
%37.1

CMYK color model

#B4C1DC color CMYK value is (18,12,0,14).

  • cyan value is 18.18%
  • magenta value is 12.27%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK: (18,12,0,14) C18M12Y0K14 (18%,12%,0%,14%) (0.18/0.12/0.00/0.14) 

CMYK percentages

%18.18
%12.27
%0
%13.73

Codes

Color #B4C1DC in popluar color models

B4 C1 DC
RGB 180 193 220
HSL 221° 36.36% 78.43%
HSB/HSV 221° 18.18% 86.27%
CMYK 18.18% 12.27% 0.00%
13.73%

Color #B4C1DC in popluar number systems.

HEX B4 C1 DC
Decimal 180 193 220
Binary 10110100 11000001 11011100
Octal 264 301 334

Shades and tints

Shades of #B4C1DC

#B4C1DC
(180,193,220)
#A4B0C8
(164,176,200)
#949FB4
(148,159,180)
#848EA0
(132,142,160)
#747D8C
(116,125,140)
#646C78
(100,108,120)
#545B64
(84,91,100)
#444A50
(68,74,80)
#34393C
(52,57,60)
#242828
(36,40,40)
#141714
(20,23,20)
#000000
(0,0,0)

Tints of #B4C1DC

#B4C1DC
(180,193,220)
#BAC6DF
(186,198,223)
#C0CBE2
(192,203,226)
#C6D0E5
(198,208,229)
#CCD5E8
(204,213,232)
#D2DAEB
(210,218,235)
#D8DFEE
(216,223,238)
#DEE4F1
(222,228,241)
#E4E9F4
(228,233,244)
#EAEEF7
(234,238,247)
#F0F3FA
(240,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4C1DC; }

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

This text font color is #B4C1DC.

Background Color

.myBgColor { background-color: #B4C1DC; }

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

This div background color is #B4C1DC.

Border color

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

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

This div border color is #B4C1DC.

Opacity

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

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

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

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

This text has shadow with #B4C1DC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4C1DC.

Preview

Color preview on black background

This text has color #B4C1DC on black background.


Color preview on white background

This text has color #B4C1DC on white background.


Black color preview on #B4C1DC background

This text has black color on #B4C1DC background.


White color preview on #B4C1DC background

This text has white color on #B4C1DC background.


Related colors

Complementary color

Complementary color for #hex is #4B3E23.


I love getcolorcode.com

Triadic colors

1 #DCB4C1 and #C1DCB4 with #B4C1DC are triadic colors.

2 #DCC1B4 and #C1B4DC with #B4C1DC are triadic colors.