COLOR #B9C3EA

HEX: #B9C3EA
RGB: (185,195,234)

Color info

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

RGB color model

#B9C3EA color RGB value is (185,195,234).

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

RGB channels and saturation

R 185 of 255 = 73%
G 195 of 255 = 76%
B 234 of 255 = 92%

185
195
234

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

Portions of RGB colors in percentages

R + G + B =
185 + 195 + 234 = 614 (100%)
R 185 of 614 ~ 30.13%
G 195 of 614 ~ 31.76%
B 234 of 614 ~ 38.11%

%30.13
%31.76
%38.11

CMYK color model

#B9C3EA color CMYK value is (21,17,0,8).

  • cyan value is 20.94%
  • magenta value is 16.67%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(21,17,0,8)
C21M17Y0K8 
(21%,17%,0%,8%)
(0.21/0.17/0.00/0.08)	

CMYK percentages

%20.94
%16.67
%0
%8.24

Codes

Color #B9C3EA in popluar color models

B9C3EA
RGB185195234
HSL228°53.85%82.16%
HSB/HSV228°20.94%91.76%
CMYK20.94%16.67%0.00%
8.24%

Color #B9C3EA in popluar number systems.

HEXB9C3EA
Decimal185195234
Binary101110011100001111101010
Octal271303352

Shades and tints

Shades of #B9C3EA

#B9C3EA
(185,195,234)
#A9B2D5
(169,178,213)
#99A1C0
(153,161,192)
#8990AB
(137,144,171)
#797F96
(121,127,150)
#696E81
(105,110,129)
#595D6C
(89,93,108)
#494C57
(73,76,87)
#393B42
(57,59,66)
#292A2D
(41,42,45)
#191918
(25,25,24)
#000000
(0,0,0)

Tints of #B9C3EA

#B9C3EA
(185,195,234)
#BFC8EB
(191,200,235)
#C5CDEC
(197,205,236)
#CBD2ED
(203,210,237)
#D1D7EE
(209,215,238)
#D7DCEF
(215,220,239)
#DDE1F0
(221,225,240)
#E3E6F1
(227,230,241)
#E9EBF2
(233,235,242)
#EFF0F3
(239,240,243)
#F5F5F4
(245,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9C3EA color. Also use rgb(185,195,234) instead hex code.

Text Font Color

.myTextColor { color: #B9C3EA; }

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

This text font color is #B9C3EA.


Background Color

.myBgColor { background-color: #B9C3EA; }

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

This div background color is #B9C3EA.


Border color

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

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

This div border color is #B9C3EA.


Opacity

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

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

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

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

This text has shadow with #B9C3EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9C3EA on black background.


Color preview on white background

This text has color #B9C3EA on white background.



Black color preview on #B9C3EA background

This text has black color on #B9C3EA background.


White color preview on #B9C3EA background

This text has white color on #B9C3EA background.