COLOR #B4C6D1

HEX: #B4C6D1
RGB: (180,198,209)

Color info

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

RGB color model

#B4C6D1 color RGB value is (180,198,209).

  • red value is 180;
  • green value is 198;
  • blue value is 209.
RGB:
(180,198,209)
(71%,78%,82%)

RGB channels and saturation

R 180 of 255 = 71%
G 198 of 255 = 78%
B 209 of 255 = 82%

180
198
209

R + G + B ~ 77%. #B4C6D1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 198 + 209 = 587 (100%)
R 180 of 587 ~ 30.66%
G 198 of 587 ~ 33.73%
B 209 of 587 ~ 35.6%

%30.66
%33.73
%35.6

CMYK color model

#B4C6D1 color CMYK value is (14,5,0,18).

  • cyan value is 13.88%
  • magenta value is 5.26%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(14,5,0,18)
C14M5Y0K18 
(14%,5%,0%,18%)
(0.14/0.05/0.00/0.18)	

CMYK percentages

%13.88
%5.26
%0
%18.04

Codes

Color #B4C6D1 in popluar color models

B4C6D1
RGB180198209
HSL203°23.97%76.27%
HSB/HSV203°13.88%81.96%
CMYK13.88%5.26%0.00%
18.04%

Color #B4C6D1 in popluar number systems.

HEXB4C6D1
Decimal180198209
Binary101101001100011011010001
Octal264306321

Shades and tints

Shades of #B4C6D1

#B4C6D1
(180,198,209)
#A4B4BE
(164,180,190)
#94A2AB
(148,162,171)
#849098
(132,144,152)
#747E85
(116,126,133)
#646C72
(100,108,114)
#545A5F
(84,90,95)
#44484C
(68,72,76)
#343639
(52,54,57)
#242426
(36,36,38)
#141213
(20,18,19)
#000000
(0,0,0)

Tints of #B4C6D1

#B4C6D1
(180,198,209)
#BACBD5
(186,203,213)
#C0D0D9
(192,208,217)
#C6D5DD
(198,213,221)
#CCDAE1
(204,218,225)
#D2DFE5
(210,223,229)
#D8E4E9
(216,228,233)
#DEE9ED
(222,233,237)
#E4EEF1
(228,238,241)
#EAF3F5
(234,243,245)
#F0F8F9
(240,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4C6D1 color. Also use rgb(180,198,209) instead hex code.

Text Font Color

.myTextColor { color: #B4C6D1; }

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

This text font color is #B4C6D1.


Background Color

.myBgColor { background-color: #B4C6D1; }

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

This div background color is #B4C6D1.


Border color

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

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

This div border color is #B4C6D1.


Opacity

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

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

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

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

This text has shadow with #B4C6D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4C6D1 on black background.


Color preview on white background

This text has color #B4C6D1 on white background.



Black color preview on #B4C6D1 background

This text has black color on #B4C6D1 background.


White color preview on #B4C6D1 background

This text has white color on #B4C6D1 background.