COLOR #B9CAFD

HEX: #B9CAFD
RGB: (185,202,253)

Color info

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

RGB color model

#B9CAFD color RGB value is (185,202,253).

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

RGB channels and saturation

R 185 of 255 = 73%
G 202 of 255 = 79%
B 253 of 255 = 99%

185
202
253

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

Portions of RGB colors in percentages

R + G + B =
185 + 202 + 253 = 640 (100%)
R 185 of 640 ~ 28.91%
G 202 of 640 ~ 31.56%
B 253 of 640 ~ 39.53%

%28.91
%31.56
%39.53

CMYK color model

#B9CAFD color CMYK value is (27,20,0,1).

  • cyan value is 26.88%
  • magenta value is 20.16%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK:
(27,20,0,1)
C27M20Y0K1 
(27%,20%,0%,1%)
(0.27/0.20/0.00/0.01)	

CMYK percentages

%26.88
%20.16
%0
%0.78

Codes

Color #B9CAFD in popluar color models

B9CAFD
RGB185202253
HSL225°94.44%85.88%
HSB/HSV225°26.88%99.22%
CMYK26.88%20.16%0.00%
0.78%

Color #B9CAFD in popluar number systems.

HEXB9CAFD
Decimal185202253
Binary101110011100101011111101
Octal271312375

Shades and tints

Shades of #B9CAFD

#B9CAFD
(185,202,253)
#A9B8E6
(169,184,230)
#99A6CF
(153,166,207)
#8994B8
(137,148,184)
#7982A1
(121,130,161)
#69708A
(105,112,138)
#595E73
(89,94,115)
#494C5C
(73,76,92)
#393A45
(57,58,69)
#29282E
(41,40,46)
#191617
(25,22,23)
#000000
(0,0,0)

Tints of #B9CAFD

#B9CAFD
(185,202,253)
#BFCEFD
(191,206,253)
#C5D2FD
(197,210,253)
#CBD6FD
(203,214,253)
#D1DAFD
(209,218,253)
#D7DEFD
(215,222,253)
#DDE2FD
(221,226,253)
#E3E6FD
(227,230,253)
#E9EAFD
(233,234,253)
#EFEEFD
(239,238,253)
#F5F2FD
(245,242,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9CAFD; }

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

This text font color is #B9CAFD.


Background Color

.myBgColor { background-color: #B9CAFD; }

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

This div background color is #B9CAFD.


Border color

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

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

This div border color is #B9CAFD.


Opacity

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

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

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

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

This text has shadow with #B9CAFD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9CAFD on black background.


Color preview on white background

This text has color #B9CAFD on white background.



Black color preview on #B9CAFD background

This text has black color on #B9CAFD background.


White color preview on #B9CAFD background

This text has white color on #B9CAFD background.