COLOR #B5F5E8

HEX: #B5F5E8
RGB: (181,245,232)

Color info

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

RGB color model

#B5F5E8 color RGB value is (181,245,232).

  • red value is 181;
  • green value is 245;
  • blue value is 232.
RGB:
(181,245,232)
(71%,96%,91%)

RGB channels and saturation

R 181 of 255 = 71%
G 245 of 255 = 96%
B 232 of 255 = 91%

181
245
232

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

Portions of RGB colors in percentages

R + G + B =
181 + 245 + 232 = 658 (100%)
R 181 of 658 ~ 27.51%
G 245 of 658 ~ 37.23%
B 232 of 658 ~ 35.26%

%27.51
%37.23
%35.26

CMYK color model

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

  • cyan value is 26.12%
  • magenta value is 0.00%
  • yellow value is 5.31%
  • key color value is 3.92%
CMYK:
(26,0,5,4)
C26M0Y5K4 
(26%,0%,5%,4%)
(0.26/0.00/0.05/0.04)	

CMYK percentages

%26.12
%0
%5.31
%3.92

Codes

Color #B5F5E8 in popluar color models

B5F5E8
RGB181245232
HSL168°76.19%83.53%
HSB/HSV168°26.12%96.08%
CMYK26.12%0.00%5.31%
3.92%

Color #B5F5E8 in popluar number systems.

HEXB5F5E8
Decimal181245232
Binary101101011111010111101000
Octal265365350

Shades and tints

Shades of #B5F5E8

#B5F5E8
(181,245,232)
#A5DFD3
(165,223,211)
#95C9BE
(149,201,190)
#85B3A9
(133,179,169)
#759D94
(117,157,148)
#65877F
(101,135,127)
#55716A
(85,113,106)
#455B55
(69,91,85)
#354540
(53,69,64)
#252F2B
(37,47,43)
#151916
(21,25,22)
#000000
(0,0,0)

Tints of #B5F5E8

#B5F5E8
(181,245,232)
#BBF5EA
(187,245,234)
#C1F5EC
(193,245,236)
#C7F5EE
(199,245,238)
#CDF5F0
(205,245,240)
#D3F5F2
(211,245,242)
#D9F5F4
(217,245,244)
#DFF5F6
(223,245,246)
#E5F5F8
(229,245,248)
#EBF5FA
(235,245,250)
#F1F5FC
(241,245,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5F5E8 color. Also use rgb(181,245,232) instead hex code.

Text Font Color

.myTextColor { color: #B5F5E8; }

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

This text font color is #B5F5E8.


Background Color

.myBgColor { background-color: #B5F5E8; }

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

This div background color is #B5F5E8.


Border color

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

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

This div border color is #B5F5E8.


Opacity

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

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

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

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

This text has shadow with #B5F5E8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5F5E8 on black background.


Color preview on white background

This text has color #B5F5E8 on white background.



Black color preview on #B5F5E8 background

This text has black color on #B5F5E8 background.


White color preview on #B5F5E8 background

This text has white color on #B5F5E8 background.