COLOR #B9CAD1

HEX: #B9CAD1 RGB: (185,202,209)

Color info

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

RGB color model

#B9CAD1 color RGB value is (185,202,209).

RGB: (185,202,209) (73%, 79%, 82%)

RGB channels and saturation

R 185 of 255 = 73%
G 202 of 255 = 79%
B 209 of 255 = 82%

185
202
209

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

Portions of RGB colors in percentages

R + G + B = 185 + 202 + 209 = 596 (100%)
R 185 of 596 ~ 31.04%
G 202 of 596 ~ 33.89%
B 209 of 596 ~ 35.07'%

%31.04
%33.89
%35.07

CMYK color model

#B9CAD1 color CMYK value is (11,3,0,18).

  • cyan value is 11.48%
  • magenta value is 3.35%
  • yellow value is 0.00%
  • key color value is 18.04%

CMYK: (11,3,0,18)
C11M3Y0K18 (11%, 3%, 0%, 18%)
(0.11 / 0.03 / 0.00 / 0.18)

CMYK percentages

%11.48
%3.35
%0
%18.04

Codes

Color #B9CAD1 in popluar color models

B9 CA D1
RGB 185 202 209
HSL 198° 20.69% 77.25%
HSB/HSV 198° 11.48% 81.96%
CMYK 11.48% 3.35% 0.00%
18.04%

Color #B9CAD1 in popluar number systems.

HEX B9 CA D1
Decimal 185 202 209
Binary 10111001 11001010 11010001
Octal 271 312 321

Shades and tints

Shades of #B9CAD1

#B9CAD1
(185,202,209)
#A9B8BE
(169,184,190)
#99A6AB
(153,166,171)
#899498
(137,148,152)
#798285
(121,130,133)
#697072
(105,112,114)
#595E5F
(89,94,95)
#494C4C
(73,76,76)
#393A39
(57,58,57)
#292826
(41,40,38)
#191613
(25,22,19)
#000000
(0,0,0)

Tints of #B9CAD1

#B9CAD1
(185,202,209)
#BFCED5
(191,206,213)
#C5D2D9
(197,210,217)
#CBD6DD
(203,214,221)
#D1DAE1
(209,218,225)
#D7DEE5
(215,222,229)
#DDE2E9
(221,226,233)
#E3E6ED
(227,230,237)
#E9EAF1
(233,234,241)
#EFEEF5
(239,238,245)
#F5F2F9
(245,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9CAD1; }

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

This text font color is #B9CAD1.

Background Color

.myBgColor { background-color: #B9CAD1; }

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

This div background color is #B9CAD1.

Border color

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

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

This div border color is #B9CAD1.

Opacity

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

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

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

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

This text has shadow with #B9CAD1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9CAD1.

Preview

Color preview on black background

This text has color #B9CAD1 on black background.


Color preview on white background

This text has color #B9CAD1 on white background.


Black color preview on #B9CAD1 background

This text has black color on #B9CAD1 background.


White color preview on #B9CAD1 background

This text has white color on #B9CAD1 background.


Related colors

Complementary color

Complementary color for #hex is #46352E.


I love getcolorcode.com

Triadic colors

1 #D1B9CA and #CAD1B9 with #B9CAD1 are triadic colors.

2 #D1CAB9 and #CAB9D1 with #B9CAD1 are triadic colors.