COLOR #B9CDF9

HEX: #B9CDF9 RGB: (185,205,249)

Color info

#B9CDF9 contains mainly green and blue colors. Web safe color of #B9CDF9 is #CCCCFF (or #CCF).

RGB color model

#B9CDF9 color RGB value is (185,205,249).

RGB: (185,205,249) (73%, 80%, 98%)

RGB channels and saturation

R 185 of 255 = 73%
G 205 of 255 = 80%
B 249 of 255 = 98%

185
205
249

R + G + B ~ 84%. #B9CDF9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 185 + 205 + 249 = 639 (100%)
R 185 of 639 ~ 28.95%
G 205 of 639 ~ 32.08%
B 249 of 639 ~ 38.97'%

%28.95
%32.08
%38.97

CMYK color model

#B9CDF9 color CMYK value is (26,18,0,2).

  • cyan value is 25.70%
  • magenta value is 17.67%
  • yellow value is 0.00%
  • key color value is 2.35%

CMYK: (26,18,0,2)
C26M18Y0K2 (26%, 18%, 0%, 2%)
(0.26 / 0.18 / 0.00 / 0.02)

CMYK percentages

%25.7
%17.67
%0
%2.35

Codes

Color #B9CDF9 in popluar color models

B9 CD F9
RGB 185 205 249
HSL 221° 84.21% 85.10%
HSB/HSV 221° 25.70% 97.65%
CMYK 25.70% 17.67% 0.00%
2.35%

Color #B9CDF9 in popluar number systems.

HEX B9 CD F9
Decimal 185 205 249
Binary 10111001 11001101 11111001
Octal 271 315 371

Shades and tints

Shades of #B9CDF9

#B9CDF9
(185,205,249)
#A9BBE3
(169,187,227)
#99A9CD
(153,169,205)
#8997B7
(137,151,183)
#7985A1
(121,133,161)
#69738B
(105,115,139)
#596175
(89,97,117)
#494F5F
(73,79,95)
#393D49
(57,61,73)
#292B33
(41,43,51)
#19191D
(25,25,29)
#000000
(0,0,0)

Tints of #B9CDF9

#B9CDF9
(185,205,249)
#BFD1F9
(191,209,249)
#C5D5F9
(197,213,249)
#CBD9F9
(203,217,249)
#D1DDF9
(209,221,249)
#D7E1F9
(215,225,249)
#DDE5F9
(221,229,249)
#E3E9F9
(227,233,249)
#E9EDF9
(233,237,249)
#EFF1F9
(239,241,249)
#F5F5F9
(245,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9CDF9 color. Also use rgb(185,205,249) instead hex code.

Text Font Color

.myTextColor { color: #B9CDF9; }

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

This text font color is #B9CDF9.

Background Color

.myBgColor { background-color: #B9CDF9; }

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

This div background color is #B9CDF9.

Border color

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

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

This div border color is #B9CDF9.

Opacity

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

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

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

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

This text has shadow with #B9CDF9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9CDF9.

Preview

Color preview on black background

This text has color #B9CDF9 on black background.


Color preview on white background

This text has color #B9CDF9 on white background.


Black color preview on #B9CDF9 background

This text has black color on #B9CDF9 background.


White color preview on #B9CDF9 background

This text has white color on #B9CDF9 background.


Related colors

Complementary color

Complementary color for #hex is #463206.


I love getcolorcode.com

Triadic colors

1 #F9B9CD and #CDF9B9 with #B9CDF9 are triadic colors.

2 #F9CDB9 and #CDB9F9 with #B9CDF9 are triadic colors.