COLOR #B5E9D9

HEX: #B5E9D9
RGB: (181,233,217)

Color info

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

RGB color model

#B5E9D9 color RGB value is (181,233,217).

  • red value is 181;
  • green value is 233;
  • blue value is 217.
RGB:
(181,233,217)
(71%,91%,85%)

RGB channels and saturation

R 181 of 255 = 71%
G 233 of 255 = 91%
B 217 of 255 = 85%

181
233
217

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

Portions of RGB colors in percentages

R + G + B =
181 + 233 + 217 = 631 (100%)
R 181 of 631 ~ 28.68%
G 233 of 631 ~ 36.93%
B 217 of 631 ~ 34.39%

%28.68
%36.93
%34.39

CMYK color model

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

  • cyan value is 22.32%
  • magenta value is 0.00%
  • yellow value is 6.87%
  • key color value is 8.63%
CMYK:
(22,0,7,9)
C22M0Y7K9 
(22%,0%,7%,9%)
(0.22/0.00/0.07/0.09)	

CMYK percentages

%22.32
%0
%6.87
%8.63

Codes

Color #B5E9D9 in popluar color models

B5E9D9
RGB181233217
HSL162°54.17%81.18%
HSB/HSV162°22.32%91.37%
CMYK22.32%0.00%6.87%
8.63%

Color #B5E9D9 in popluar number systems.

HEXB5E9D9
Decimal181233217
Binary101101011110100111011001
Octal265351331

Shades and tints

Shades of #B5E9D9

#B5E9D9
(181,233,217)
#A5D4C6
(165,212,198)
#95BFB3
(149,191,179)
#85AAA0
(133,170,160)
#75958D
(117,149,141)
#65807A
(101,128,122)
#556B67
(85,107,103)
#455654
(69,86,84)
#354141
(53,65,65)
#252C2E
(37,44,46)
#15171B
(21,23,27)
#000000
(0,0,0)

Tints of #B5E9D9

#B5E9D9
(181,233,217)
#BBEBDC
(187,235,220)
#C1EDDF
(193,237,223)
#C7EFE2
(199,239,226)
#CDF1E5
(205,241,229)
#D3F3E8
(211,243,232)
#D9F5EB
(217,245,235)
#DFF7EE
(223,247,238)
#E5F9F1
(229,249,241)
#EBFBF4
(235,251,244)
#F1FDF7
(241,253,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5E9D9 color. Also use rgb(181,233,217) instead hex code.

Text Font Color

.myTextColor { color: #B5E9D9; }

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

This text font color is #B5E9D9.


Background Color

.myBgColor { background-color: #B5E9D9; }

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

This div background color is #B5E9D9.


Border color

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

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

This div border color is #B5E9D9.


Opacity

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

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

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

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

This text has shadow with #B5E9D9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5E9D9 on black background.


Color preview on white background

This text has color #B5E9D9 on white background.



Black color preview on #B5E9D9 background

This text has black color on #B5E9D9 background.


White color preview on #B5E9D9 background

This text has white color on #B5E9D9 background.