COLOR #B5C9F6

HEX: #B5C9F6
RGB: (181,201,246)

Color info

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

RGB color model

#B5C9F6 color RGB value is (181,201,246).

  • red value is 181;
  • green value is 201;
  • blue value is 246.
RGB:
(181,201,246)
(71%,79%,96%)

RGB channels and saturation

R 181 of 255 = 71%
G 201 of 255 = 79%
B 246 of 255 = 96%

181
201
246

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

Portions of RGB colors in percentages

R + G + B =
181 + 201 + 246 = 628 (100%)
R 181 of 628 ~ 28.82%
G 201 of 628 ~ 32.01%
B 246 of 628 ~ 39.17%

%28.82
%32.01
%39.17

CMYK color model

#B5C9F6 color CMYK value is (26,18,0,4).

  • cyan value is 26.42%
  • magenta value is 18.29%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(26,18,0,4)
C26M18Y0K4 
(26%,18%,0%,4%)
(0.26/0.18/0.00/0.04)	

CMYK percentages

%26.42
%18.29
%0
%3.53

Codes

Color #B5C9F6 in popluar color models

B5C9F6
RGB181201246
HSL222°78.31%83.73%
HSB/HSV222°26.42%96.47%
CMYK26.42%18.29%0.00%
3.53%

Color #B5C9F6 in popluar number systems.

HEXB5C9F6
Decimal181201246
Binary101101011100100111110110
Octal265311366

Shades and tints

Shades of #B5C9F6

#B5C9F6
(181,201,246)
#A5B7E0
(165,183,224)
#95A5CA
(149,165,202)
#8593B4
(133,147,180)
#75819E
(117,129,158)
#656F88
(101,111,136)
#555D72
(85,93,114)
#454B5C
(69,75,92)
#353946
(53,57,70)
#252730
(37,39,48)
#15151A
(21,21,26)
#000000
(0,0,0)

Tints of #B5C9F6

#B5C9F6
(181,201,246)
#BBCDF6
(187,205,246)
#C1D1F6
(193,209,246)
#C7D5F6
(199,213,246)
#CDD9F6
(205,217,246)
#D3DDF6
(211,221,246)
#D9E1F6
(217,225,246)
#DFE5F6
(223,229,246)
#E5E9F6
(229,233,246)
#EBEDF6
(235,237,246)
#F1F1F6
(241,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5C9F6 color. Also use rgb(181,201,246) instead hex code.

Text Font Color

.myTextColor { color: #B5C9F6; }

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

This text font color is #B5C9F6.


Background Color

.myBgColor { background-color: #B5C9F6; }

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

This div background color is #B5C9F6.


Border color

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

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

This div border color is #B5C9F6.


Opacity

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

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

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

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

This text has shadow with #B5C9F6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5C9F6 on black background.


Color preview on white background

This text has color #B5C9F6 on white background.



Black color preview on #B5C9F6 background

This text has black color on #B5C9F6 background.


White color preview on #B5C9F6 background

This text has white color on #B5C9F6 background.