COLOR #B9C5FD

HEX: #B9C5FD
RGB: (185,197,253)

Color info

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

RGB color model

#B9C5FD color RGB value is (185,197,253).

  • red value is 185;
  • green value is 197;
  • blue value is 253.
RGB:
(185,197,253)
(73%,77%,99%)

RGB channels and saturation

R 185 of 255 = 73%
G 197 of 255 = 77%
B 253 of 255 = 99%

185
197
253

R + G + B ~ 83%. #B9C5FD is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 197 + 253 = 635 (100%)
R 185 of 635 ~ 29.13%
G 197 of 635 ~ 31.02%
B 253 of 635 ~ 39.84%

%29.13
%31.02
%39.84

CMYK color model

#B9C5FD color CMYK value is (27,22,0,1).

  • cyan value is 26.88%
  • magenta value is 22.13%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK:
(27,22,0,1)
C27M22Y0K1 
(27%,22%,0%,1%)
(0.27/0.22/0.00/0.01)	

CMYK percentages

%26.88
%22.13
%0
%0.78

Codes

Color #B9C5FD in popluar color models

B9C5FD
RGB185197253
HSL229°94.44%85.88%
HSB/HSV229°26.88%99.22%
CMYK26.88%22.13%0.00%
0.78%

Color #B9C5FD in popluar number systems.

HEXB9C5FD
Decimal185197253
Binary101110011100010111111101
Octal271305375

Shades and tints

Shades of #B9C5FD

#B9C5FD
(185,197,253)
#A9B4E6
(169,180,230)
#99A3CF
(153,163,207)
#8992B8
(137,146,184)
#7981A1
(121,129,161)
#69708A
(105,112,138)
#595F73
(89,95,115)
#494E5C
(73,78,92)
#393D45
(57,61,69)
#292C2E
(41,44,46)
#191B17
(25,27,23)
#000000
(0,0,0)

Tints of #B9C5FD

#B9C5FD
(185,197,253)
#BFCAFD
(191,202,253)
#C5CFFD
(197,207,253)
#CBD4FD
(203,212,253)
#D1D9FD
(209,217,253)
#D7DEFD
(215,222,253)
#DDE3FD
(221,227,253)
#E3E8FD
(227,232,253)
#E9EDFD
(233,237,253)
#EFF2FD
(239,242,253)
#F5F7FD
(245,247,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9C5FD color. Also use rgb(185,197,253) instead hex code.

Text Font Color

.myTextColor { color: #B9C5FD; }

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

This text font color is #B9C5FD.


Background Color

.myBgColor { background-color: #B9C5FD; }

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

This div background color is #B9C5FD.


Border color

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

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

This div border color is #B9C5FD.


Opacity

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

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

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

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

This text has shadow with #B9C5FD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9C5FD on black background.


Color preview on white background

This text has color #B9C5FD on white background.



Black color preview on #B9C5FD background

This text has black color on #B9C5FD background.


White color preview on #B9C5FD background

This text has white color on #B9C5FD background.