COLOR #B5E2F4

HEX: #B5E2F4
RGB: (181,226,244)

Color info

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

RGB color model

#B5E2F4 color RGB value is (181,226,244).

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

RGB channels and saturation

R 181 of 255 = 71%
G 226 of 255 = 89%
B 244 of 255 = 96%

181
226
244

R + G + B ~ 85%. #B5E2F4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 226 + 244 = 651 (100%)
R 181 of 651 ~ 27.8%
G 226 of 651 ~ 34.72%
B 244 of 651 ~ 37.48%

%27.8
%34.72
%37.48

CMYK color model

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

  • cyan value is 25.82%
  • magenta value is 7.38%
  • yellow value is 0.00%
  • key color value is 4.31%
CMYK:
(26,7,0,4)
C26M7Y0K4 
(26%,7%,0%,4%)
(0.26/0.07/0.00/0.04)	

CMYK percentages

%25.82
%7.38
%0
%4.31

Codes

Color #B5E2F4 in popluar color models

B5E2F4
RGB181226244
HSL197°74.12%83.33%
HSB/HSV197°25.82%95.69%
CMYK25.82%7.38%0.00%
4.31%

Color #B5E2F4 in popluar number systems.

HEXB5E2F4
Decimal181226244
Binary101101011110001011110100
Octal265342364

Shades and tints

Shades of #B5E2F4

#B5E2F4
(181,226,244)
#A5CEDE
(165,206,222)
#95BAC8
(149,186,200)
#85A6B2
(133,166,178)
#75929C
(117,146,156)
#657E86
(101,126,134)
#556A70
(85,106,112)
#45565A
(69,86,90)
#354244
(53,66,68)
#252E2E
(37,46,46)
#151A18
(21,26,24)
#000000
(0,0,0)

Tints of #B5E2F4

#B5E2F4
(181,226,244)
#BBE4F5
(187,228,245)
#C1E6F6
(193,230,246)
#C7E8F7
(199,232,247)
#CDEAF8
(205,234,248)
#D3ECF9
(211,236,249)
#D9EEFA
(217,238,250)
#DFF0FB
(223,240,251)
#E5F2FC
(229,242,252)
#EBF4FD
(235,244,253)
#F1F6FE
(241,246,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5E2F4; }

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

This text font color is #B5E2F4.


Background Color

.myBgColor { background-color: #B5E2F4; }

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

This div background color is #B5E2F4.


Border color

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

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

This div border color is #B5E2F4.


Opacity

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

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

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

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

This text has shadow with #B5E2F4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5E2F4 on black background.


Color preview on white background

This text has color #B5E2F4 on white background.



Black color preview on #B5E2F4 background

This text has black color on #B5E2F4 background.


White color preview on #B5E2F4 background

This text has white color on #B5E2F4 background.