COLOR #B5C3F9

HEX: #B5C3F9
RGB: (181,195,249)

Color info

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

RGB color model

#B5C3F9 color RGB value is (181,195,249).

  • red value is 181;
  • green value is 195;
  • blue value is 249.
RGB:
(181,195,249)
(71%,76%,98%)

RGB channels and saturation

R 181 of 255 = 71%
G 195 of 255 = 76%
B 249 of 255 = 98%

181
195
249

R + G + B ~ 82%. #B5C3F9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 195 + 249 = 625 (100%)
R 181 of 625 ~ 28.96%
G 195 of 625 ~ 31.2%
B 249 of 625 ~ 39.84%

%28.96
%31.2
%39.84

CMYK color model

#B5C3F9 color CMYK value is (27,22,0,2).

  • cyan value is 27.31%
  • magenta value is 21.69%
  • yellow value is 0.00%
  • key color value is 2.35%
CMYK:
(27,22,0,2)
C27M22Y0K2 
(27%,22%,0%,2%)
(0.27/0.22/0.00/0.02)	

CMYK percentages

%27.31
%21.69
%0
%2.35

Codes

Color #B5C3F9 in popluar color models

B5C3F9
RGB181195249
HSL228°85.00%84.31%
HSB/HSV228°27.31%97.65%
CMYK27.31%21.69%0.00%
2.35%

Color #B5C3F9 in popluar number systems.

HEXB5C3F9
Decimal181195249
Binary101101011100001111111001
Octal265303371

Shades and tints

Shades of #B5C3F9

#B5C3F9
(181,195,249)
#A5B2E3
(165,178,227)
#95A1CD
(149,161,205)
#8590B7
(133,144,183)
#757FA1
(117,127,161)
#656E8B
(101,110,139)
#555D75
(85,93,117)
#454C5F
(69,76,95)
#353B49
(53,59,73)
#252A33
(37,42,51)
#15191D
(21,25,29)
#000000
(0,0,0)

Tints of #B5C3F9

#B5C3F9
(181,195,249)
#BBC8F9
(187,200,249)
#C1CDF9
(193,205,249)
#C7D2F9
(199,210,249)
#CDD7F9
(205,215,249)
#D3DCF9
(211,220,249)
#D9E1F9
(217,225,249)
#DFE6F9
(223,230,249)
#E5EBF9
(229,235,249)
#EBF0F9
(235,240,249)
#F1F5F9
(241,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5C3F9 color. Also use rgb(181,195,249) instead hex code.

Text Font Color

.myTextColor { color: #B5C3F9; }

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

This text font color is #B5C3F9.


Background Color

.myBgColor { background-color: #B5C3F9; }

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

This div background color is #B5C3F9.


Border color

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

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

This div border color is #B5C3F9.


Opacity

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

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

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

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

This text has shadow with #B5C3F9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5C3F9 on black background.


Color preview on white background

This text has color #B5C3F9 on white background.



Black color preview on #B5C3F9 background

This text has black color on #B5C3F9 background.


White color preview on #B5C3F9 background

This text has white color on #B5C3F9 background.