COLOR #B5EBF4

HEX: #B5EBF4
RGB: (181,235,244)

Color info

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

RGB color model

#B5EBF4 color RGB value is (181,235,244).

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

RGB channels and saturation

R 181 of 255 = 71%
G 235 of 255 = 92%
B 244 of 255 = 96%

181
235
244

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

Portions of RGB colors in percentages

R + G + B =
181 + 235 + 244 = 660 (100%)
R 181 of 660 ~ 27.42%
G 235 of 660 ~ 35.61%
B 244 of 660 ~ 36.97%

%27.42
%35.61
%36.97

CMYK color model

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

  • cyan value is 25.82%
  • magenta value is 3.69%
  • yellow value is 0.00%
  • key color value is 4.31%
CMYK:
(26,4,0,4)
C26M4Y0K4 
(26%,4%,0%,4%)
(0.26/0.04/0.00/0.04)	

CMYK percentages

%25.82
%3.69
%0
%4.31

Codes

Color #B5EBF4 in popluar color models

B5EBF4
RGB181235244
HSL189°74.12%83.33%
HSB/HSV189°25.82%95.69%
CMYK25.82%3.69%0.00%
4.31%

Color #B5EBF4 in popluar number systems.

HEXB5EBF4
Decimal181235244
Binary101101011110101111110100
Octal265353364

Shades and tints

Shades of #B5EBF4

#B5EBF4
(181,235,244)
#A5D6DE
(165,214,222)
#95C1C8
(149,193,200)
#85ACB2
(133,172,178)
#75979C
(117,151,156)
#658286
(101,130,134)
#556D70
(85,109,112)
#45585A
(69,88,90)
#354344
(53,67,68)
#252E2E
(37,46,46)
#151918
(21,25,24)
#000000
(0,0,0)

Tints of #B5EBF4

#B5EBF4
(181,235,244)
#BBECF5
(187,236,245)
#C1EDF6
(193,237,246)
#C7EEF7
(199,238,247)
#CDEFF8
(205,239,248)
#D3F0F9
(211,240,249)
#D9F1FA
(217,241,250)
#DFF2FB
(223,242,251)
#E5F3FC
(229,243,252)
#EBF4FD
(235,244,253)
#F1F5FE
(241,245,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5EBF4; }

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

This text font color is #B5EBF4.


Background Color

.myBgColor { background-color: #B5EBF4; }

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

This div background color is #B5EBF4.


Border color

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

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

This div border color is #B5EBF4.


Opacity

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

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

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

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

This text has shadow with #B5EBF4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5EBF4 on black background.


Color preview on white background

This text has color #B5EBF4 on white background.



Black color preview on #B5EBF4 background

This text has black color on #B5EBF4 background.


White color preview on #B5EBF4 background

This text has white color on #B5EBF4 background.