COLOR #B9CADF

HEX: #B9CADF RGB: (185,202,223)

Color info

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

RGB color model

#B9CADF color RGB value is (185,202,223).

RGB: (185,202,223) (73%, 79%, 87%)

RGB channels and saturation

R 185 of 255 = 73%
G 202 of 255 = 79%
B 223 of 255 = 87%

185
202
223

R + G + B ~ 80%. #B9CADF is quite light color.

Portions of RGB colors in percentages

R + G + B = 185 + 202 + 223 = 610 (100%)
R 185 of 610 ~ 30.33%
G 202 of 610 ~ 33.11%
B 223 of 610 ~ 36.56'%

%30.33
%33.11
%36.56

CMYK color model

#B9CADF color CMYK value is (17,9,0,13).

  • cyan value is 17.04%
  • magenta value is 9.42%
  • yellow value is 0.00%
  • key color value is 12.55%

CMYK: (17,9,0,13)
C17M9Y0K13 (17%, 9%, 0%, 13%)
(0.17 / 0.09 / 0.00 / 0.13)

CMYK percentages

%17.04
%9.42
%0
%12.55

Codes

Color #B9CADF in popluar color models

B9 CA DF
RGB 185 202 223
HSL 213° 37.25% 80.00%
HSB/HSV 213° 17.04% 87.45%
CMYK 17.04% 9.42% 0.00%
12.55%

Color #B9CADF in popluar number systems.

HEX B9 CA DF
Decimal 185 202 223
Binary 10111001 11001010 11011111
Octal 271 312 337

Shades and tints

Shades of #B9CADF

#B9CADF
(185,202,223)
#A9B8CB
(169,184,203)
#99A6B7
(153,166,183)
#8994A3
(137,148,163)
#79828F
(121,130,143)
#69707B
(105,112,123)
#595E67
(89,94,103)
#494C53
(73,76,83)
#393A3F
(57,58,63)
#29282B
(41,40,43)
#191617
(25,22,23)
#000000
(0,0,0)

Tints of #B9CADF

#B9CADF
(185,202,223)
#BFCEE1
(191,206,225)
#C5D2E3
(197,210,227)
#CBD6E5
(203,214,229)
#D1DAE7
(209,218,231)
#D7DEE9
(215,222,233)
#DDE2EB
(221,226,235)
#E3E6ED
(227,230,237)
#E9EAEF
(233,234,239)
#EFEEF1
(239,238,241)
#F5F2F3
(245,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9CADF; }

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

This text font color is #B9CADF.

Background Color

.myBgColor { background-color: #B9CADF; }

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

This div background color is #B9CADF.

Border color

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

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

This div border color is #B9CADF.

Opacity

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

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

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

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

This text has shadow with #B9CADF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9CADF.

Preview

Color preview on black background

This text has color #B9CADF on black background.


Color preview on white background

This text has color #B9CADF on white background.


Black color preview on #B9CADF background

This text has black color on #B9CADF background.


White color preview on #B9CADF background

This text has white color on #B9CADF background.


Related colors

Complementary color

Complementary color for #hex is #463520.


I love getcolorcode.com

Triadic colors

1 #DFB9CA and #CADFB9 with #B9CADF are triadic colors.

2 #DFCAB9 and #CAB9DF with #B9CADF are triadic colors.