COLOR #B9CAD8

HEX: #B9CAD8
RGB: (185,202,216)

Color info

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

RGB color model

#B9CAD8 color RGB value is (185,202,216).

  • red value is 185;
  • green value is 202;
  • blue value is 216.
RGB:
(185,202,216)
(73%,79%,85%)

RGB channels and saturation

R 185 of 255 = 73%
G 202 of 255 = 79%
B 216 of 255 = 85%

185
202
216

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

Portions of RGB colors in percentages

R + G + B =
185 + 202 + 216 = 603 (100%)
R 185 of 603 ~ 30.68%
G 202 of 603 ~ 33.5%
B 216 of 603 ~ 35.82%

%30.68
%33.5
%35.82

CMYK color model

#B9CAD8 color CMYK value is (14,6,0,15).

  • cyan value is 14.35%
  • magenta value is 6.48%
  • yellow value is 0.00%
  • key color value is 15.29%
CMYK:
(14,6,0,15)
C14M6Y0K15 
(14%,6%,0%,15%)
(0.14/0.06/0.00/0.15)	

CMYK percentages

%14.35
%6.48
%0
%15.29

Codes

Color #B9CAD8 in popluar color models

B9CAD8
RGB185202216
HSL207°28.44%78.63%
HSB/HSV207°14.35%84.71%
CMYK14.35%6.48%0.00%
15.29%

Color #B9CAD8 in popluar number systems.

HEXB9CAD8
Decimal185202216
Binary101110011100101011011000
Octal271312330

Shades and tints

Shades of #B9CAD8

#B9CAD8
(185,202,216)
#A9B8C5
(169,184,197)
#99A6B2
(153,166,178)
#89949F
(137,148,159)
#79828C
(121,130,140)
#697079
(105,112,121)
#595E66
(89,94,102)
#494C53
(73,76,83)
#393A40
(57,58,64)
#29282D
(41,40,45)
#19161A
(25,22,26)
#000000
(0,0,0)

Tints of #B9CAD8

#B9CAD8
(185,202,216)
#BFCEDB
(191,206,219)
#C5D2DE
(197,210,222)
#CBD6E1
(203,214,225)
#D1DAE4
(209,218,228)
#D7DEE7
(215,222,231)
#DDE2EA
(221,226,234)
#E3E6ED
(227,230,237)
#E9EAF0
(233,234,240)
#EFEEF3
(239,238,243)
#F5F2F6
(245,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9CAD8; }

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

This text font color is #B9CAD8.


Background Color

.myBgColor { background-color: #B9CAD8; }

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

This div background color is #B9CAD8.


Border color

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

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

This div border color is #B9CAD8.


Opacity

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

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

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

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

This text has shadow with #B9CAD8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9CAD8 on black background.


Color preview on white background

This text has color #B9CAD8 on white background.



Black color preview on #B9CAD8 background

This text has black color on #B9CAD8 background.


White color preview on #B9CAD8 background

This text has white color on #B9CAD8 background.