COLOR #B9C4F8

HEX: #B9C4F8
RGB: (185,196,248)

Color info

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

RGB color model

#B9C4F8 color RGB value is (185,196,248).

  • red value is 185;
  • green value is 196;
  • blue value is 248.
RGB:
(185,196,248)
(73%,77%,97%)

RGB channels and saturation

R 185 of 255 = 73%
G 196 of 255 = 77%
B 248 of 255 = 97%

185
196
248

R + G + B ~ 82%. #B9C4F8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 196 + 248 = 629 (100%)
R 185 of 629 ~ 29.41%
G 196 of 629 ~ 31.16%
B 248 of 629 ~ 39.43%

%29.41
%31.16
%39.43

CMYK color model

#B9C4F8 color CMYK value is (25,21,0,3).

  • cyan value is 25.40%
  • magenta value is 20.97%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK:
(25,21,0,3)
C25M21Y0K3 
(25%,21%,0%,3%)
(0.25/0.21/0.00/0.03)	

CMYK percentages

%25.4
%20.97
%0
%2.75

Codes

Color #B9C4F8 in popluar color models

B9C4F8
RGB185196248
HSL230°81.82%84.90%
HSB/HSV230°25.40%97.25%
CMYK25.40%20.97%0.00%
2.75%

Color #B9C4F8 in popluar number systems.

HEXB9C4F8
Decimal185196248
Binary101110011100010011111000
Octal271304370

Shades and tints

Shades of #B9C4F8

#B9C4F8
(185,196,248)
#A9B3E2
(169,179,226)
#99A2CC
(153,162,204)
#8991B6
(137,145,182)
#7980A0
(121,128,160)
#696F8A
(105,111,138)
#595E74
(89,94,116)
#494D5E
(73,77,94)
#393C48
(57,60,72)
#292B32
(41,43,50)
#191A1C
(25,26,28)
#000000
(0,0,0)

Tints of #B9C4F8

#B9C4F8
(185,196,248)
#BFC9F8
(191,201,248)
#C5CEF8
(197,206,248)
#CBD3F8
(203,211,248)
#D1D8F8
(209,216,248)
#D7DDF8
(215,221,248)
#DDE2F8
(221,226,248)
#E3E7F8
(227,231,248)
#E9ECF8
(233,236,248)
#EFF1F8
(239,241,248)
#F5F6F8
(245,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9C4F8 color. Also use rgb(185,196,248) instead hex code.

Text Font Color

.myTextColor { color: #B9C4F8; }

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

This text font color is #B9C4F8.


Background Color

.myBgColor { background-color: #B9C4F8; }

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

This div background color is #B9C4F8.


Border color

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

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

This div border color is #B9C4F8.


Opacity

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

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

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

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

This text has shadow with #B9C4F8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9C4F8 on black background.


Color preview on white background

This text has color #B9C4F8 on white background.



Black color preview on #B9C4F8 background

This text has black color on #B9C4F8 background.


White color preview on #B9C4F8 background

This text has white color on #B9C4F8 background.