COLOR #B9C5ED

HEX: #B9C5ED
RGB: (185,197,237)

Color info

#B9C5ED contains red, green and blue colors in about the same proportion. Web safe color of #B9C5ED is #CCCCFF (or #CCF).

RGB color model

#B9C5ED color RGB value is (185,197,237).

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

RGB channels and saturation

R 185 of 255 = 73%
G 197 of 255 = 77%
B 237 of 255 = 93%

185
197
237

R + G + B ~ 81%. #B9C5ED is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 197 + 237 = 619 (100%)
R 185 of 619 ~ 29.89%
G 197 of 619 ~ 31.83%
B 237 of 619 ~ 38.29%

%29.89
%31.83
%38.29

CMYK color model

#B9C5ED color CMYK value is (22,17,0,7).

  • cyan value is 21.94%
  • magenta value is 16.88%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(22,17,0,7)
C22M17Y0K7 
(22%,17%,0%,7%)
(0.22/0.17/0.00/0.07)	

CMYK percentages

%21.94
%16.88
%0
%7.06

Codes

Color #B9C5ED in popluar color models

B9C5ED
RGB185197237
HSL226°59.09%82.75%
HSB/HSV226°21.94%92.94%
CMYK21.94%16.88%0.00%
7.06%

Color #B9C5ED in popluar number systems.

HEXB9C5ED
Decimal185197237
Binary101110011100010111101101
Octal271305355

Shades and tints

Shades of #B9C5ED

#B9C5ED
(185,197,237)
#A9B4D8
(169,180,216)
#99A3C3
(153,163,195)
#8992AE
(137,146,174)
#798199
(121,129,153)
#697084
(105,112,132)
#595F6F
(89,95,111)
#494E5A
(73,78,90)
#393D45
(57,61,69)
#292C30
(41,44,48)
#191B1B
(25,27,27)
#000000
(0,0,0)

Tints of #B9C5ED

#B9C5ED
(185,197,237)
#BFCAEE
(191,202,238)
#C5CFEF
(197,207,239)
#CBD4F0
(203,212,240)
#D1D9F1
(209,217,241)
#D7DEF2
(215,222,242)
#DDE3F3
(221,227,243)
#E3E8F4
(227,232,244)
#E9EDF5
(233,237,245)
#EFF2F6
(239,242,246)
#F5F7F7
(245,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9C5ED; }

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

This text font color is #B9C5ED.


Background Color

.myBgColor { background-color: #B9C5ED; }

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

This div background color is #B9C5ED.


Border color

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

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

This div border color is #B9C5ED.


Opacity

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

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

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

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

This text has shadow with #B9C5ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9C5ED on black background.


Color preview on white background

This text has color #B9C5ED on white background.



Black color preview on #B9C5ED background

This text has black color on #B9C5ED background.


White color preview on #B9C5ED background

This text has white color on #B9C5ED background.