COLOR #B5E4FF

HEX: #B5E4FF
RGB: (181,228,255)

Color info

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

RGB color model

#B5E4FF color RGB value is (181,228,255).

  • red value is 181;
  • green value is 228;
  • blue value is 255.
RGB:
(181,228,255)
(71%,89%,100%)

RGB channels and saturation

R 181 of 255 = 71%
G 228 of 255 = 89%
B 255 of 255 = 100%

181
228
255

R + G + B ~ 87%. #B5E4FF is light color.

Portions of RGB colors in percentages

R + G + B =
181 + 228 + 255 = 664 (100%)
R 181 of 664 ~ 27.26%
G 228 of 664 ~ 34.34%
B 255 of 664 ~ 38.4%

%27.26
%34.34
%38.4

CMYK color model

#B5E4FF color CMYK value is (29,11,0,0).

  • cyan value is 29.02%
  • magenta value is 10.59%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(29,11,0,0)
C29M11Y0K0 
(29%,11%,0%,0%)
(0.29/0.11/0.00/0.00)	

CMYK percentages

%29.02
%10.59
%0
%0

Codes

Color #B5E4FF in popluar color models

B5E4FF
RGB181228255
HSL202°100.00%85.49%
HSB/HSV202°29.02%100.00%
CMYK29.02%10.59%0.00%
0.00%

Color #B5E4FF in popluar number systems.

HEXB5E4FF
Decimal181228255
Binary101101011110010011111111
Octal265344377

Shades and tints

Shades of #B5E4FF

#B5E4FF
(181,228,255)
#A5D0E8
(165,208,232)
#95BCD1
(149,188,209)
#85A8BA
(133,168,186)
#7594A3
(117,148,163)
#65808C
(101,128,140)
#556C75
(85,108,117)
#45585E
(69,88,94)
#354447
(53,68,71)
#253030
(37,48,48)
#151C19
(21,28,25)
#000000
(0,0,0)

Tints of #B5E4FF

#B5E4FF
(181,228,255)
#BBE6FF
(187,230,255)
#C1E8FF
(193,232,255)
#C7EAFF
(199,234,255)
#CDECFF
(205,236,255)
#D3EEFF
(211,238,255)
#D9F0FF
(217,240,255)
#DFF2FF
(223,242,255)
#E5F4FF
(229,244,255)
#EBF6FF
(235,246,255)
#F1F8FF
(241,248,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5E4FF color. Also use rgb(181,228,255) instead hex code.

Text Font Color

.myTextColor { color: #B5E4FF; }

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

This text font color is #B5E4FF.


Background Color

.myBgColor { background-color: #B5E4FF; }

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

This div background color is #B5E4FF.


Border color

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

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

This div border color is #B5E4FF.


Opacity

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

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

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

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

This text has shadow with #B5E4FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5E4FF on black background.


Color preview on white background

This text has color #B5E4FF on white background.



Black color preview on #B5E4FF background

This text has black color on #B5E4FF background.


White color preview on #B5E4FF background

This text has white color on #B5E4FF background.