COLOR #B5E2D1

HEX: #B5E2D1
RGB: (181,226,209)

Color info

#B5E2D1 contains red, green and blue colors in about the same proportion. Web safe color of #B5E2D1 is #CCCCCC (or #CCC).

RGB color model

#B5E2D1 color RGB value is (181,226,209).

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

RGB channels and saturation

R 181 of 255 = 71%
G 226 of 255 = 89%
B 209 of 255 = 82%

181
226
209

R + G + B ~ 81%. #B5E2D1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 226 + 209 = 616 (100%)
R 181 of 616 ~ 29.38%
G 226 of 616 ~ 36.69%
B 209 of 616 ~ 33.93%

%29.38
%36.69
%33.93

CMYK color model

#B5E2D1 color CMYK value is (20,0,8,11).

  • cyan value is 19.91%
  • magenta value is 0.00%
  • yellow value is 7.52%
  • key color value is 11.37%
CMYK:
(20,0,8,11)
C20M0Y8K11 
(20%,0%,8%,11%)
(0.20/0.00/0.08/0.11)	

CMYK percentages

%19.91
%0
%7.52
%11.37

Codes

Color #B5E2D1 in popluar color models

B5E2D1
RGB181226209
HSL157°43.69%79.80%
HSB/HSV157°19.91%88.63%
CMYK19.91%0.00%7.52%
11.37%

Color #B5E2D1 in popluar number systems.

HEXB5E2D1
Decimal181226209
Binary101101011110001011010001
Octal265342321

Shades and tints

Shades of #B5E2D1

#B5E2D1
(181,226,209)
#A5CEBE
(165,206,190)
#95BAAB
(149,186,171)
#85A698
(133,166,152)
#759285
(117,146,133)
#657E72
(101,126,114)
#556A5F
(85,106,95)
#45564C
(69,86,76)
#354239
(53,66,57)
#252E26
(37,46,38)
#151A13
(21,26,19)
#000000
(0,0,0)

Tints of #B5E2D1

#B5E2D1
(181,226,209)
#BBE4D5
(187,228,213)
#C1E6D9
(193,230,217)
#C7E8DD
(199,232,221)
#CDEAE1
(205,234,225)
#D3ECE5
(211,236,229)
#D9EEE9
(217,238,233)
#DFF0ED
(223,240,237)
#E5F2F1
(229,242,241)
#EBF4F5
(235,244,245)
#F1F6F9
(241,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5E2D1; }

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

This text font color is #B5E2D1.


Background Color

.myBgColor { background-color: #B5E2D1; }

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

This div background color is #B5E2D1.


Border color

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

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

This div border color is #B5E2D1.


Opacity

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

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

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

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

This text has shadow with #B5E2D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5E2D1 on black background.


Color preview on white background

This text has color #B5E2D1 on white background.



Black color preview on #B5E2D1 background

This text has black color on #B5E2D1 background.


White color preview on #B5E2D1 background

This text has white color on #B5E2D1 background.