COLOR #B5C8F5

HEX: #B5C8F5
RGB: (181,200,245)

Color info

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

RGB color model

#B5C8F5 color RGB value is (181,200,245).

  • red value is 181;
  • green value is 200;
  • blue value is 245.
RGB:
(181,200,245)
(71%,78%,96%)

RGB channels and saturation

R 181 of 255 = 71%
G 200 of 255 = 78%
B 245 of 255 = 96%

181
200
245

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

Portions of RGB colors in percentages

R + G + B =
181 + 200 + 245 = 626 (100%)
R 181 of 626 ~ 28.91%
G 200 of 626 ~ 31.95%
B 245 of 626 ~ 39.14%

%28.91
%31.95
%39.14

CMYK color model

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

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

CMYK percentages

%26.12
%18.37
%0
%3.92

Codes

Color #B5C8F5 in popluar color models

B5C8F5
RGB181200245
HSL222°76.19%83.53%
HSB/HSV222°26.12%96.08%
CMYK26.12%18.37%0.00%
3.92%

Color #B5C8F5 in popluar number systems.

HEXB5C8F5
Decimal181200245
Binary101101011100100011110101
Octal265310365

Shades and tints

Shades of #B5C8F5

#B5C8F5
(181,200,245)
#A5B6DF
(165,182,223)
#95A4C9
(149,164,201)
#8592B3
(133,146,179)
#75809D
(117,128,157)
#656E87
(101,110,135)
#555C71
(85,92,113)
#454A5B
(69,74,91)
#353845
(53,56,69)
#25262F
(37,38,47)
#151419
(21,20,25)
#000000
(0,0,0)

Tints of #B5C8F5

#B5C8F5
(181,200,245)
#BBCDF5
(187,205,245)
#C1D2F5
(193,210,245)
#C7D7F5
(199,215,245)
#CDDCF5
(205,220,245)
#D3E1F5
(211,225,245)
#D9E6F5
(217,230,245)
#DFEBF5
(223,235,245)
#E5F0F5
(229,240,245)
#EBF5F5
(235,245,245)
#F1FAF5
(241,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5C8F5 color. Also use rgb(181,200,245) instead hex code.

Text Font Color

.myTextColor { color: #B5C8F5; }

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

This text font color is #B5C8F5.


Background Color

.myBgColor { background-color: #B5C8F5; }

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

This div background color is #B5C8F5.


Border color

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

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

This div border color is #B5C8F5.


Opacity

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

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

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

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

This text has shadow with #B5C8F5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5C8F5 on black background.


Color preview on white background

This text has color #B5C8F5 on white background.



Black color preview on #B5C8F5 background

This text has black color on #B5C8F5 background.


White color preview on #B5C8F5 background

This text has white color on #B5C8F5 background.