COLOR #B9CADB

HEX: #B9CADB RGB: (185,202,219)

Color info

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

RGB color model

#B9CADB color RGB value is (185,202,219).

RGB: (185,202,219) (73%, 79%, 86%)

RGB channels and saturation

R 185 of 255 = 73%
G 202 of 255 = 79%
B 219 of 255 = 86%

185
202
219

R + G + B ~ 79%. #B9CADB is quite light color.

Portions of RGB colors in percentages

R + G + B = 185 + 202 + 219 = 606 (100%)
R 185 of 606 ~ 30.53%
G 202 of 606 ~ 33.33%
B 219 of 606 ~ 36.14'%

%30.53
%33.33
%36.14

CMYK color model

#B9CADB color CMYK value is (16,8,0,14).

  • cyan value is 15.53%
  • magenta value is 7.76%
  • yellow value is 0.00%
  • key color value is 14.12%

CMYK: (16,8,0,14)
C16M8Y0K14 (16%, 8%, 0%, 14%)
(0.16 / 0.08 / 0.00 / 0.14)

CMYK percentages

%15.53
%7.76
%0
%14.12

Codes

Color #B9CADB in popluar color models

B9 CA DB
RGB 185 202 219
HSL 210° 32.08% 79.22%
HSB/HSV 210° 15.53% 85.88%
CMYK 15.53% 7.76% 0.00%
14.12%

Color #B9CADB in popluar number systems.

HEX B9 CA DB
Decimal 185 202 219
Binary 10111001 11001010 11011011
Octal 271 312 333

Shades and tints

Shades of #B9CADB

#B9CADB
(185,202,219)
#A9B8C8
(169,184,200)
#99A6B5
(153,166,181)
#8994A2
(137,148,162)
#79828F
(121,130,143)
#69707C
(105,112,124)
#595E69
(89,94,105)
#494C56
(73,76,86)
#393A43
(57,58,67)
#292830
(41,40,48)
#19161D
(25,22,29)
#000000
(0,0,0)

Tints of #B9CADB

#B9CADB
(185,202,219)
#BFCEDE
(191,206,222)
#C5D2E1
(197,210,225)
#CBD6E4
(203,214,228)
#D1DAE7
(209,218,231)
#D7DEEA
(215,222,234)
#DDE2ED
(221,226,237)
#E3E6F0
(227,230,240)
#E9EAF3
(233,234,243)
#EFEEF6
(239,238,246)
#F5F2F9
(245,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9CADB color. Also use rgb(185,202,219) instead hex code.

Text Font Color

.myTextColor { color: #B9CADB; }

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

This text font color is #B9CADB.

Background Color

.myBgColor { background-color: #B9CADB; }

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

This div background color is #B9CADB.

Border color

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

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

This div border color is #B9CADB.

Opacity

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

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

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

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

This text has shadow with #B9CADB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9CADB.

Preview

Color preview on black background

This text has color #B9CADB on black background.


Color preview on white background

This text has color #B9CADB on white background.


Black color preview on #B9CADB background

This text has black color on #B9CADB background.


White color preview on #B9CADB background

This text has white color on #B9CADB background.


Related colors

Complementary color

Complementary color for #hex is #463524.


I love getcolorcode.com

Triadic colors

1 #DBB9CA and #CADBB9 with #B9CADB are triadic colors.

2 #DBCAB9 and #CAB9DB with #B9CADB are triadic colors.