COLOR #B9C8FE

HEX: #B9C8FE
RGB: (185,200,254)

Color info

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

RGB color model

#B9C8FE color RGB value is (185,200,254).

  • red value is 185;
  • green value is 200;
  • blue value is 254.
RGB:
(185,200,254)
(73%,78%,100%)

RGB channels and saturation

R 185 of 255 = 73%
G 200 of 255 = 78%
B 254 of 255 = 100%

185
200
254

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

Portions of RGB colors in percentages

R + G + B =
185 + 200 + 254 = 639 (100%)
R 185 of 639 ~ 28.95%
G 200 of 639 ~ 31.3%
B 254 of 639 ~ 39.75%

%28.95
%31.3
%39.75

CMYK color model

#B9C8FE color CMYK value is (27,21,0,0).

  • cyan value is 27.17%
  • magenta value is 21.26%
  • yellow value is 0.00%
  • key color value is 0.39%
CMYK:
(27,21,0,0)
C27M21Y0K0 
(27%,21%,0%,0%)
(0.27/0.21/0.00/0.00)	

CMYK percentages

%27.17
%21.26
%0
%0.39

Codes

Color #B9C8FE in popluar color models

B9C8FE
RGB185200254
HSL227°97.18%86.08%
HSB/HSV227°27.17%99.61%
CMYK27.17%21.26%0.00%
0.39%

Color #B9C8FE in popluar number systems.

HEXB9C8FE
Decimal185200254
Binary101110011100100011111110
Octal271310376

Shades and tints

Shades of #B9C8FE

#B9C8FE
(185,200,254)
#A9B6E7
(169,182,231)
#99A4D0
(153,164,208)
#8992B9
(137,146,185)
#7980A2
(121,128,162)
#696E8B
(105,110,139)
#595C74
(89,92,116)
#494A5D
(73,74,93)
#393846
(57,56,70)
#29262F
(41,38,47)
#191418
(25,20,24)
#000000
(0,0,0)

Tints of #B9C8FE

#B9C8FE
(185,200,254)
#BFCDFE
(191,205,254)
#C5D2FE
(197,210,254)
#CBD7FE
(203,215,254)
#D1DCFE
(209,220,254)
#D7E1FE
(215,225,254)
#DDE6FE
(221,230,254)
#E3EBFE
(227,235,254)
#E9F0FE
(233,240,254)
#EFF5FE
(239,245,254)
#F5FAFE
(245,250,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9C8FE color. Also use rgb(185,200,254) instead hex code.

Text Font Color

.myTextColor { color: #B9C8FE; }

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

This text font color is #B9C8FE.


Background Color

.myBgColor { background-color: #B9C8FE; }

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

This div background color is #B9C8FE.


Border color

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

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

This div border color is #B9C8FE.


Opacity

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

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

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

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

This text has shadow with #B9C8FE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9C8FE on black background.


Color preview on white background

This text has color #B9C8FE on white background.



Black color preview on #B9C8FE background

This text has black color on #B9C8FE background.


White color preview on #B9C8FE background

This text has white color on #B9C8FE background.