COLOR #B5EBFF

HEX: #B5EBFF
RGB: (181,235,255)

Color info

#B5EBFF contains mainly green and blue colors. Web safe color of #B5EBFF is #CCFFFF (or #CFF).

RGB color model

#B5EBFF color RGB value is (181,235,255).

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

RGB channels and saturation

R 181 of 255 = 71%
G 235 of 255 = 92%
B 255 of 255 = 100%

181
235
255

R + G + B ~ 88%. #B5EBFF is light color.

Portions of RGB colors in percentages

R + G + B =
181 + 235 + 255 = 671 (100%)
R 181 of 671 ~ 26.97%
G 235 of 671 ~ 35.02%
B 255 of 671 ~ 38%

%26.97
%35.02
%38

CMYK color model

#B5EBFF color CMYK value is (29,8,0,0).

  • cyan value is 29.02%
  • magenta value is 7.84%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(29,8,0,0)
C29M8Y0K0 
(29%,8%,0%,0%)
(0.29/0.08/0.00/0.00)	

CMYK percentages

%29.02
%7.84
%0
%0

Codes

Color #B5EBFF in popluar color models

B5EBFF
RGB181235255
HSL196°100.00%85.49%
HSB/HSV196°29.02%100.00%
CMYK29.02%7.84%0.00%
0.00%

Color #B5EBFF in popluar number systems.

HEXB5EBFF
Decimal181235255
Binary101101011110101111111111
Octal265353377

Shades and tints

Shades of #B5EBFF

#B5EBFF
(181,235,255)
#A5D6E8
(165,214,232)
#95C1D1
(149,193,209)
#85ACBA
(133,172,186)
#7597A3
(117,151,163)
#65828C
(101,130,140)
#556D75
(85,109,117)
#45585E
(69,88,94)
#354347
(53,67,71)
#252E30
(37,46,48)
#151919
(21,25,25)
#000000
(0,0,0)

Tints of #B5EBFF

#B5EBFF
(181,235,255)
#BBECFF
(187,236,255)
#C1EDFF
(193,237,255)
#C7EEFF
(199,238,255)
#CDEFFF
(205,239,255)
#D3F0FF
(211,240,255)
#D9F1FF
(217,241,255)
#DFF2FF
(223,242,255)
#E5F3FF
(229,243,255)
#EBF4FF
(235,244,255)
#F1F5FF
(241,245,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5EBFF; }

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

This text font color is #B5EBFF.


Background Color

.myBgColor { background-color: #B5EBFF; }

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

This div background color is #B5EBFF.


Border color

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

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

This div border color is #B5EBFF.


Opacity

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

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

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

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

This text has shadow with #B5EBFF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5EBFF on black background.


Color preview on white background

This text has color #B5EBFF on white background.



Black color preview on #B5EBFF background

This text has black color on #B5EBFF background.


White color preview on #B5EBFF background

This text has white color on #B5EBFF background.