COLOR #B4C9D1

HEX: #B4C9D1 RGB: (180,201,209)

Color info

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

RGB color model

#B4C9D1 color RGB value is (180,201,209).

RGB: (180,201,209) (71%, 79%, 82%)

RGB channels and saturation

R 180 of 255 = 71%
G 201 of 255 = 79%
B 209 of 255 = 82%

180
201
209

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

Portions of RGB colors in percentages

R + G + B = 180 + 201 + 209 = 590 (100%)
R 180 of 590 ~ 30.51%
G 201 of 590 ~ 34.07%
B 209 of 590 ~ 35.42'%

%30.51
%34.07
%35.42

CMYK color model

#B4C9D1 color CMYK value is (14,4,0,18).

  • cyan value is 13.88%
  • magenta value is 3.83%
  • yellow value is 0.00%
  • key color value is 18.04%

CMYK: (14,4,0,18)
C14M4Y0K18 (14%, 4%, 0%, 18%)
(0.14 / 0.04 / 0.00 / 0.18)

CMYK percentages

%13.88
%3.83
%0
%18.04

Codes

Color #B4C9D1 in popluar color models

B4 C9 D1
RGB 180 201 209
HSL 197° 23.97% 76.27%
HSB/HSV 197° 13.88% 81.96%
CMYK 13.88% 3.83% 0.00%
18.04%

Color #B4C9D1 in popluar number systems.

HEX B4 C9 D1
Decimal 180 201 209
Binary 10110100 11001001 11010001
Octal 264 311 321

Shades and tints

Shades of #B4C9D1

#B4C9D1
(180,201,209)
#A4B7BE
(164,183,190)
#94A5AB
(148,165,171)
#849398
(132,147,152)
#748185
(116,129,133)
#646F72
(100,111,114)
#545D5F
(84,93,95)
#444B4C
(68,75,76)
#343939
(52,57,57)
#242726
(36,39,38)
#141513
(20,21,19)
#000000
(0,0,0)

Tints of #B4C9D1

#B4C9D1
(180,201,209)
#BACDD5
(186,205,213)
#C0D1D9
(192,209,217)
#C6D5DD
(198,213,221)
#CCD9E1
(204,217,225)
#D2DDE5
(210,221,229)
#D8E1E9
(216,225,233)
#DEE5ED
(222,229,237)
#E4E9F1
(228,233,241)
#EAEDF5
(234,237,245)
#F0F1F9
(240,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4C9D1; }

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

This text font color is #B4C9D1.

Background Color

.myBgColor { background-color: #B4C9D1; }

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

This div background color is #B4C9D1.

Border color

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

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

This div border color is #B4C9D1.

Opacity

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

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

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

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

This text has shadow with #B4C9D1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4C9D1.

Preview

Color preview on black background

This text has color #B4C9D1 on black background.


Color preview on white background

This text has color #B4C9D1 on white background.


Black color preview on #B4C9D1 background

This text has black color on #B4C9D1 background.


White color preview on #B4C9D1 background

This text has white color on #B4C9D1 background.


Related colors

Complementary color

Complementary color for #hex is #4B362E.


I love getcolorcode.com

Triadic colors

1 #D1B4C9 and #C9D1B4 with #B4C9D1 are triadic colors.

2 #D1C9B4 and #C9B4D1 with #B4C9D1 are triadic colors.