COLOR #B5C8FE

HEX: #B5C8FE
RGB: (181,200,254)

Color info

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

RGB color model

#B5C8FE color RGB value is (181,200,254).

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

RGB channels and saturation

R 181 of 255 = 71%
G 200 of 255 = 78%
B 254 of 255 = 100%

181
200
254

R + G + B ~ 83%. #B5C8FE is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 200 + 254 = 635 (100%)
R 181 of 635 ~ 28.5%
G 200 of 635 ~ 31.5%
B 254 of 635 ~ 40%

%28.5
%31.5
%40

CMYK color model

#B5C8FE color CMYK value is (29,21,0,0).

  • cyan value is 28.74%
  • magenta value is 21.26%
  • yellow value is 0.00%
  • key color value is 0.39%
CMYK:
(29,21,0,0)
C29M21Y0K0 
(29%,21%,0%,0%)
(0.29/0.21/0.00/0.00)	

CMYK percentages

%28.74
%21.26
%0
%0.39

Codes

Color #B5C8FE in popluar color models

B5C8FE
RGB181200254
HSL224°97.33%85.29%
HSB/HSV224°28.74%99.61%
CMYK28.74%21.26%0.00%
0.39%

Color #B5C8FE in popluar number systems.

HEXB5C8FE
Decimal181200254
Binary101101011100100011111110
Octal265310376

Shades and tints

Shades of #B5C8FE

#B5C8FE
(181,200,254)
#A5B6E7
(165,182,231)
#95A4D0
(149,164,208)
#8592B9
(133,146,185)
#7580A2
(117,128,162)
#656E8B
(101,110,139)
#555C74
(85,92,116)
#454A5D
(69,74,93)
#353846
(53,56,70)
#25262F
(37,38,47)
#151418
(21,20,24)
#000000
(0,0,0)

Tints of #B5C8FE

#B5C8FE
(181,200,254)
#BBCDFE
(187,205,254)
#C1D2FE
(193,210,254)
#C7D7FE
(199,215,254)
#CDDCFE
(205,220,254)
#D3E1FE
(211,225,254)
#D9E6FE
(217,230,254)
#DFEBFE
(223,235,254)
#E5F0FE
(229,240,254)
#EBF5FE
(235,245,254)
#F1FAFE
(241,250,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5C8FE; }

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

This text font color is #B5C8FE.


Background Color

.myBgColor { background-color: #B5C8FE; }

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

This div background color is #B5C8FE.


Border color

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

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

This div border color is #B5C8FE.


Opacity

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

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

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

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

This text has shadow with #B5C8FE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5C8FE on black background.


Color preview on white background

This text has color #B5C8FE on white background.



Black color preview on #B5C8FE background

This text has black color on #B5C8FE background.


White color preview on #B5C8FE background

This text has white color on #B5C8FE background.