COLOR #B9CADA

HEX: #B9CADA RGB: (185,202,218)

Color info

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

RGB color model

#B9CADA color RGB value is (185,202,218).

RGB: (185,202,218) (73%, 79%, 85%)

RGB channels and saturation

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

185
202
218

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

Portions of RGB colors in percentages

R + G + B = 185 + 202 + 218 = 605 (100%)
R 185 of 605 ~ 30.58%
G 202 of 605 ~ 33.39%
B 218 of 605 ~ 36.03'%

%30.58
%33.39
%36.03

CMYK color model

#B9CADA color CMYK value is (15,7,0,15).

  • cyan value is 15.14%
  • magenta value is 7.34%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK: (15,7,0,15) C15M7Y0K15 (15%,7%,0%,15%) (0.15/0.07/0.00/0.15) 

CMYK percentages

%15.14
%7.34
%0
%14.51

Codes

Color #B9CADA in popluar color models

B9 CA DA
RGB 185 202 218
HSL 209° 30.84% 79.02%
HSB/HSV 209° 15.14% 85.49%
CMYK 15.14% 7.34% 0.00%
14.51%

Color #B9CADA in popluar number systems.

HEX B9 CA DA
Decimal 185 202 218
Binary 10111001 11001010 11011010
Octal 271 312 332

Shades and tints

Shades of #B9CADA

#B9CADA
(185,202,218)
#A9B8C7
(169,184,199)
#99A6B4
(153,166,180)
#8994A1
(137,148,161)
#79828E
(121,130,142)
#69707B
(105,112,123)
#595E68
(89,94,104)
#494C55
(73,76,85)
#393A42
(57,58,66)
#29282F
(41,40,47)
#19161C
(25,22,28)
#000000
(0,0,0)

Tints of #B9CADA

#B9CADA
(185,202,218)
#BFCEDD
(191,206,221)
#C5D2E0
(197,210,224)
#CBD6E3
(203,214,227)
#D1DAE6
(209,218,230)
#D7DEE9
(215,222,233)
#DDE2EC
(221,226,236)
#E3E6EF
(227,230,239)
#E9EAF2
(233,234,242)
#EFEEF5
(239,238,245)
#F5F2F8
(245,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9CADA; }

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

This text font color is #B9CADA.

Background Color

.myBgColor { background-color: #B9CADA; }

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

This div background color is #B9CADA.

Border color

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

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

This div border color is #B9CADA.

Opacity

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

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

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

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

This text has shadow with #B9CADA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9CADA.

Preview

Color preview on black background

This text has color #B9CADA on black background.


Color preview on white background

This text has color #B9CADA on white background.


Black color preview on #B9CADA background

This text has black color on #B9CADA background.


White color preview on #B9CADA background

This text has white color on #B9CADA background.


Related colors

Complementary color

Complementary color for #hex is #463525.


I love getcolorcode.com

Triadic colors

1 #DAB9CA and #CADAB9 with #B9CADA are triadic colors.

2 #DACAB9 and #CAB9DA with #B9CADA are triadic colors.