COLOR #B4C9D9

HEX: #B4C9D9
RGB: (180,201,217)

Color info

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

RGB color model

#B4C9D9 color RGB value is (180,201,217).

  • red value is 180;
  • green value is 201;
  • blue value is 217.
RGB:
(180,201,217)
(71%,79%,85%)

RGB channels and saturation

R 180 of 255 = 71%
G 201 of 255 = 79%
B 217 of 255 = 85%

180
201
217

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

Portions of RGB colors in percentages

R + G + B =
180 + 201 + 217 = 598 (100%)
R 180 of 598 ~ 30.1%
G 201 of 598 ~ 33.61%
B 217 of 598 ~ 36.29%

%30.1
%33.61
%36.29

CMYK color model

#B4C9D9 color CMYK value is (17,7,0,15).

  • cyan value is 17.05%
  • magenta value is 7.37%
  • yellow value is 0.00%
  • key color value is 14.90%
CMYK:
(17,7,0,15)
C17M7Y0K15 
(17%,7%,0%,15%)
(0.17/0.07/0.00/0.15)	

CMYK percentages

%17.05
%7.37
%0
%14.9

Codes

Color #B4C9D9 in popluar color models

B4C9D9
RGB180201217
HSL206°32.74%77.84%
HSB/HSV206°17.05%85.10%
CMYK17.05%7.37%0.00%
14.90%

Color #B4C9D9 in popluar number systems.

HEXB4C9D9
Decimal180201217
Binary101101001100100111011001
Octal264311331

Shades and tints

Shades of #B4C9D9

#B4C9D9
(180,201,217)
#A4B7C6
(164,183,198)
#94A5B3
(148,165,179)
#8493A0
(132,147,160)
#74818D
(116,129,141)
#646F7A
(100,111,122)
#545D67
(84,93,103)
#444B54
(68,75,84)
#343941
(52,57,65)
#24272E
(36,39,46)
#14151B
(20,21,27)
#000000
(0,0,0)

Tints of #B4C9D9

#B4C9D9
(180,201,217)
#BACDDC
(186,205,220)
#C0D1DF
(192,209,223)
#C6D5E2
(198,213,226)
#CCD9E5
(204,217,229)
#D2DDE8
(210,221,232)
#D8E1EB
(216,225,235)
#DEE5EE
(222,229,238)
#E4E9F1
(228,233,241)
#EAEDF4
(234,237,244)
#F0F1F7
(240,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4C9D9 color. Also use rgb(180,201,217) instead hex code.

Text Font Color

.myTextColor { color: #B4C9D9; }

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

This text font color is #B4C9D9.


Background Color

.myBgColor { background-color: #B4C9D9; }

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

This div background color is #B4C9D9.


Border color

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

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

This div border color is #B4C9D9.


Opacity

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

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

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

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

This text has shadow with #B4C9D9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4C9D9 on black background.


Color preview on white background

This text has color #B4C9D9 on white background.



Black color preview on #B4C9D9 background

This text has black color on #B4C9D9 background.


White color preview on #B4C9D9 background

This text has white color on #B4C9D9 background.