COLOR #B5E0FE

HEX: #B5E0FE
RGB: (181,224,254)

Color info

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

RGB color model

#B5E0FE color RGB value is (181,224,254).

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

RGB channels and saturation

R 181 of 255 = 71%
G 224 of 255 = 88%
B 254 of 255 = 100%

181
224
254

R + G + B ~ 86%. #B5E0FE is light color.

Portions of RGB colors in percentages

R + G + B =
181 + 224 + 254 = 659 (100%)
R 181 of 659 ~ 27.47%
G 224 of 659 ~ 33.99%
B 254 of 659 ~ 38.54%

%27.47
%33.99
%38.54

CMYK color model

#B5E0FE color CMYK value is (29,12,0,0).

  • cyan value is 28.74%
  • magenta value is 11.81%
  • yellow value is 0.00%
  • key color value is 0.39%
CMYK:
(29,12,0,0)
C29M12Y0K0 
(29%,12%,0%,0%)
(0.29/0.12/0.00/0.00)	

CMYK percentages

%28.74
%11.81
%0
%0.39

Codes

Color #B5E0FE in popluar color models

B5E0FE
RGB181224254
HSL205°97.33%85.29%
HSB/HSV205°28.74%99.61%
CMYK28.74%11.81%0.00%
0.39%

Color #B5E0FE in popluar number systems.

HEXB5E0FE
Decimal181224254
Binary101101011110000011111110
Octal265340376

Shades and tints

Shades of #B5E0FE

#B5E0FE
(181,224,254)
#A5CCE7
(165,204,231)
#95B8D0
(149,184,208)
#85A4B9
(133,164,185)
#7590A2
(117,144,162)
#657C8B
(101,124,139)
#556874
(85,104,116)
#45545D
(69,84,93)
#354046
(53,64,70)
#252C2F
(37,44,47)
#151818
(21,24,24)
#000000
(0,0,0)

Tints of #B5E0FE

#B5E0FE
(181,224,254)
#BBE2FE
(187,226,254)
#C1E4FE
(193,228,254)
#C7E6FE
(199,230,254)
#CDE8FE
(205,232,254)
#D3EAFE
(211,234,254)
#D9ECFE
(217,236,254)
#DFEEFE
(223,238,254)
#E5F0FE
(229,240,254)
#EBF2FE
(235,242,254)
#F1F4FE
(241,244,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5E0FE; }

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

This text font color is #B5E0FE.


Background Color

.myBgColor { background-color: #B5E0FE; }

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

This div background color is #B5E0FE.


Border color

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

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

This div border color is #B5E0FE.


Opacity

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

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

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

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

This text has shadow with #B5E0FE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5E0FE on black background.


Color preview on white background

This text has color #B5E0FE on white background.



Black color preview on #B5E0FE background

This text has black color on #B5E0FE background.


White color preview on #B5E0FE background

This text has white color on #B5E0FE background.