COLOR #B9C1EB

HEX: #B9C1EB
RGB: (185,193,235)

Color info

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

RGB color model

#B9C1EB color RGB value is (185,193,235).

  • red value is 185;
  • green value is 193;
  • blue value is 235.
RGB:
(185,193,235)
(73%,76%,92%)

RGB channels and saturation

R 185 of 255 = 73%
G 193 of 255 = 76%
B 235 of 255 = 92%

185
193
235

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

Portions of RGB colors in percentages

R + G + B =
185 + 193 + 235 = 613 (100%)
R 185 of 613 ~ 30.18%
G 193 of 613 ~ 31.48%
B 235 of 613 ~ 38.34%

%30.18
%31.48
%38.34

CMYK color model

#B9C1EB color CMYK value is (21,18,0,8).

  • cyan value is 21.28%
  • magenta value is 17.87%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(21,18,0,8)
C21M18Y0K8 
(21%,18%,0%,8%)
(0.21/0.18/0.00/0.08)	

CMYK percentages

%21.28
%17.87
%0
%7.84

Codes

Color #B9C1EB in popluar color models

B9C1EB
RGB185193235
HSL230°55.56%82.35%
HSB/HSV230°21.28%92.16%
CMYK21.28%17.87%0.00%
7.84%

Color #B9C1EB in popluar number systems.

HEXB9C1EB
Decimal185193235
Binary101110011100000111101011
Octal271301353

Shades and tints

Shades of #B9C1EB

#B9C1EB
(185,193,235)
#A9B0D6
(169,176,214)
#999FC1
(153,159,193)
#898EAC
(137,142,172)
#797D97
(121,125,151)
#696C82
(105,108,130)
#595B6D
(89,91,109)
#494A58
(73,74,88)
#393943
(57,57,67)
#29282E
(41,40,46)
#191719
(25,23,25)
#000000
(0,0,0)

Tints of #B9C1EB

#B9C1EB
(185,193,235)
#BFC6EC
(191,198,236)
#C5CBED
(197,203,237)
#CBD0EE
(203,208,238)
#D1D5EF
(209,213,239)
#D7DAF0
(215,218,240)
#DDDFF1
(221,223,241)
#E3E4F2
(227,228,242)
#E9E9F3
(233,233,243)
#EFEEF4
(239,238,244)
#F5F3F5
(245,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9C1EB color. Also use rgb(185,193,235) instead hex code.

Text Font Color

.myTextColor { color: #B9C1EB; }

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

This text font color is #B9C1EB.


Background Color

.myBgColor { background-color: #B9C1EB; }

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

This div background color is #B9C1EB.


Border color

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

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

This div border color is #B9C1EB.


Opacity

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

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

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

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

This text has shadow with #B9C1EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9C1EB on black background.


Color preview on white background

This text has color #B9C1EB on white background.



Black color preview on #B9C1EB background

This text has black color on #B9C1EB background.


White color preview on #B9C1EB background

This text has white color on #B9C1EB background.