COLOR #B5E8D4

HEX: #B5E8D4
RGB: (181,232,212)

Color info

#B5E8D4 contains red, green and blue colors in about the same proportion. Web safe color of #B5E8D4 is #CCFFCC (or #CFC).

RGB color model

#B5E8D4 color RGB value is (181,232,212).

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

RGB channels and saturation

R 181 of 255 = 71%
G 232 of 255 = 91%
B 212 of 255 = 83%

181
232
212

R + G + B ~ 82%. #B5E8D4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 232 + 212 = 625 (100%)
R 181 of 625 ~ 28.96%
G 232 of 625 ~ 37.12%
B 212 of 625 ~ 33.92%

%28.96
%37.12
%33.92

CMYK color model

#B5E8D4 color CMYK value is (22,0,9,9).

  • cyan value is 21.98%
  • magenta value is 0.00%
  • yellow value is 8.62%
  • key color value is 9.02%
CMYK:
(22,0,9,9)
C22M0Y9K9 
(22%,0%,9%,9%)
(0.22/0.00/0.09/0.09)	

CMYK percentages

%21.98
%0
%8.62
%9.02

Codes

Color #B5E8D4 in popluar color models

B5E8D4
RGB181232212
HSL156°52.58%80.98%
HSB/HSV156°21.98%90.98%
CMYK21.98%0.00%8.62%
9.02%

Color #B5E8D4 in popluar number systems.

HEXB5E8D4
Decimal181232212
Binary101101011110100011010100
Octal265350324

Shades and tints

Shades of #B5E8D4

#B5E8D4
(181,232,212)
#A5D3C1
(165,211,193)
#95BEAE
(149,190,174)
#85A99B
(133,169,155)
#759488
(117,148,136)
#657F75
(101,127,117)
#556A62
(85,106,98)
#45554F
(69,85,79)
#35403C
(53,64,60)
#252B29
(37,43,41)
#151616
(21,22,22)
#000000
(0,0,0)

Tints of #B5E8D4

#B5E8D4
(181,232,212)
#BBEAD7
(187,234,215)
#C1ECDA
(193,236,218)
#C7EEDD
(199,238,221)
#CDF0E0
(205,240,224)
#D3F2E3
(211,242,227)
#D9F4E6
(217,244,230)
#DFF6E9
(223,246,233)
#E5F8EC
(229,248,236)
#EBFAEF
(235,250,239)
#F1FCF2
(241,252,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5E8D4; }

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

This text font color is #B5E8D4.


Background Color

.myBgColor { background-color: #B5E8D4; }

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

This div background color is #B5E8D4.


Border color

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

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

This div border color is #B5E8D4.


Opacity

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

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

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

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

This text has shadow with #B5E8D4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5E8D4 on black background.


Color preview on white background

This text has color #B5E8D4 on white background.



Black color preview on #B5E8D4 background

This text has black color on #B5E8D4 background.


White color preview on #B5E8D4 background

This text has white color on #B5E8D4 background.