COLOR #B9CDFC

HEX: #B9CDFC
RGB: (185,205,252)

Color info

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

RGB color model

#B9CDFC color RGB value is (185,205,252).

  • red value is 185;
  • green value is 205;
  • blue value is 252.
RGB:
(185,205,252)
(73%,80%,99%)

RGB channels and saturation

R 185 of 255 = 73%
G 205 of 255 = 80%
B 252 of 255 = 99%

185
205
252

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

Portions of RGB colors in percentages

R + G + B =
185 + 205 + 252 = 642 (100%)
R 185 of 642 ~ 28.82%
G 205 of 642 ~ 31.93%
B 252 of 642 ~ 39.25%

%28.82
%31.93
%39.25

CMYK color model

#B9CDFC color CMYK value is (27,19,0,1).

  • cyan value is 26.59%
  • magenta value is 18.65%
  • yellow value is 0.00%
  • key color value is 1.18%
CMYK:
(27,19,0,1)
C27M19Y0K1 
(27%,19%,0%,1%)
(0.27/0.19/0.00/0.01)	

CMYK percentages

%26.59
%18.65
%0
%1.18

Codes

Color #B9CDFC in popluar color models

B9CDFC
RGB185205252
HSL222°91.78%85.69%
HSB/HSV222°26.59%98.82%
CMYK26.59%18.65%0.00%
1.18%

Color #B9CDFC in popluar number systems.

HEXB9CDFC
Decimal185205252
Binary101110011100110111111100
Octal271315374

Shades and tints

Shades of #B9CDFC

#B9CDFC
(185,205,252)
#A9BBE6
(169,187,230)
#99A9D0
(153,169,208)
#8997BA
(137,151,186)
#7985A4
(121,133,164)
#69738E
(105,115,142)
#596178
(89,97,120)
#494F62
(73,79,98)
#393D4C
(57,61,76)
#292B36
(41,43,54)
#191920
(25,25,32)
#000000
(0,0,0)

Tints of #B9CDFC

#B9CDFC
(185,205,252)
#BFD1FC
(191,209,252)
#C5D5FC
(197,213,252)
#CBD9FC
(203,217,252)
#D1DDFC
(209,221,252)
#D7E1FC
(215,225,252)
#DDE5FC
(221,229,252)
#E3E9FC
(227,233,252)
#E9EDFC
(233,237,252)
#EFF1FC
(239,241,252)
#F5F5FC
(245,245,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9CDFC; }

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

This text font color is #B9CDFC.


Background Color

.myBgColor { background-color: #B9CDFC; }

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

This div background color is #B9CDFC.


Border color

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

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

This div border color is #B9CDFC.


Opacity

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

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

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

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

This text has shadow with #B9CDFC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9CDFC on black background.


Color preview on white background

This text has color #B9CDFC on white background.



Black color preview on #B9CDFC background

This text has black color on #B9CDFC background.


White color preview on #B9CDFC background

This text has white color on #B9CDFC background.