COLOR #B9C9E3

HEX: #B9C9E3
RGB: (185,201,227)

Color info

#B9C9E3 contains red, green and blue colors in about the same proportion. Web safe color of #B9C9E3 is #CCCCCC (or #CCC).

RGB color model

#B9C9E3 color RGB value is (185,201,227).

  • red value is 185;
  • green value is 201;
  • blue value is 227.
RGB:
(185,201,227)
(73%,79%,89%)

RGB channels and saturation

R 185 of 255 = 73%
G 201 of 255 = 79%
B 227 of 255 = 89%

185
201
227

R + G + B ~ 80%. #B9C9E3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 201 + 227 = 613 (100%)
R 185 of 613 ~ 30.18%
G 201 of 613 ~ 32.79%
B 227 of 613 ~ 37.03%

%30.18
%32.79
%37.03

CMYK color model

#B9C9E3 color CMYK value is (19,11,0,11).

  • cyan value is 18.50%
  • magenta value is 11.45%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(19,11,0,11)
C19M11Y0K11 
(19%,11%,0%,11%)
(0.19/0.11/0.00/0.11)	

CMYK percentages

%18.5
%11.45
%0
%10.98

Codes

Color #B9C9E3 in popluar color models

B9C9E3
RGB185201227
HSL217°42.86%80.78%
HSB/HSV217°18.50%89.02%
CMYK18.50%11.45%0.00%
10.98%

Color #B9C9E3 in popluar number systems.

HEXB9C9E3
Decimal185201227
Binary101110011100100111100011
Octal271311343

Shades and tints

Shades of #B9C9E3

#B9C9E3
(185,201,227)
#A9B7CF
(169,183,207)
#99A5BB
(153,165,187)
#8993A7
(137,147,167)
#798193
(121,129,147)
#696F7F
(105,111,127)
#595D6B
(89,93,107)
#494B57
(73,75,87)
#393943
(57,57,67)
#29272F
(41,39,47)
#19151B
(25,21,27)
#000000
(0,0,0)

Tints of #B9C9E3

#B9C9E3
(185,201,227)
#BFCDE5
(191,205,229)
#C5D1E7
(197,209,231)
#CBD5E9
(203,213,233)
#D1D9EB
(209,217,235)
#D7DDED
(215,221,237)
#DDE1EF
(221,225,239)
#E3E5F1
(227,229,241)
#E9E9F3
(233,233,243)
#EFEDF5
(239,237,245)
#F5F1F7
(245,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9C9E3 color. Also use rgb(185,201,227) instead hex code.

Text Font Color

.myTextColor { color: #B9C9E3; }

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

This text font color is #B9C9E3.


Background Color

.myBgColor { background-color: #B9C9E3; }

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

This div background color is #B9C9E3.


Border color

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

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

This div border color is #B9C9E3.


Opacity

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

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

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

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

This text has shadow with #B9C9E3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9C9E3 on black background.


Color preview on white background

This text has color #B9C9E3 on white background.



Black color preview on #B9C9E3 background

This text has black color on #B9C9E3 background.


White color preview on #B9C9E3 background

This text has white color on #B9C9E3 background.