COLOR #B5E0B5

HEX: #B5E0B5
RGB: (181,224,181)

Color info

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

RGB color model

#B5E0B5 color RGB value is (181,224,181).

  • red value is 181;
  • green value is 224;
  • blue value is 181.
RGB:
(181,224,181)
(71%,88%,71%)

RGB channels and saturation

R 181 of 255 = 71%
G 224 of 255 = 88%
B 181 of 255 = 71%

181
224
181

R + G + B ~ 77%. #B5E0B5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 224 + 181 = 586 (100%)
R 181 of 586 ~ 30.89%
G 224 of 586 ~ 38.23%
B 181 of 586 ~ 30.89%

%30.89
%38.23
%30.89

CMYK color model

#B5E0B5 color CMYK value is (19,0,19,12).

  • cyan value is 19.20%
  • magenta value is 0.00%
  • yellow value is 19.20%
  • key color value is 12.16%
CMYK:
(19,0,19,12)
C19M0Y19K12 
(19%,0%,19%,12%)
(0.19/0.00/0.19/0.12)	

CMYK percentages

%19.2
%0
%19.2
%12.16

Codes

Color #B5E0B5 in popluar color models

B5E0B5
RGB181224181
HSL120°40.95%79.41%
HSB/HSV120°19.20%87.84%
CMYK19.20%0.00%19.20%
12.16%

Color #B5E0B5 in popluar number systems.

HEXB5E0B5
Decimal181224181
Binary101101011110000010110101
Octal265340265

Shades and tints

Shades of #B5E0B5

#B5E0B5
(181,224,181)
#A5CCA5
(165,204,165)
#95B895
(149,184,149)
#85A485
(133,164,133)
#759075
(117,144,117)
#657C65
(101,124,101)
#556855
(85,104,85)
#455445
(69,84,69)
#354035
(53,64,53)
#252C25
(37,44,37)
#151815
(21,24,21)
#000000
(0,0,0)

Tints of #B5E0B5

#B5E0B5
(181,224,181)
#BBE2BB
(187,226,187)
#C1E4C1
(193,228,193)
#C7E6C7
(199,230,199)
#CDE8CD
(205,232,205)
#D3EAD3
(211,234,211)
#D9ECD9
(217,236,217)
#DFEEDF
(223,238,223)
#E5F0E5
(229,240,229)
#EBF2EB
(235,242,235)
#F1F4F1
(241,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5E0B5; }

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

This text font color is #B5E0B5.


Background Color

.myBgColor { background-color: #B5E0B5; }

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

This div background color is #B5E0B5.


Border color

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

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

This div border color is #B5E0B5.


Opacity

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

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

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

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

This text has shadow with #B5E0B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5E0B5 on black background.


Color preview on white background

This text has color #B5E0B5 on white background.



Black color preview on #B5E0B5 background

This text has black color on #B5E0B5 background.


White color preview on #B5E0B5 background

This text has white color on #B5E0B5 background.