COLOR #B5E7BE

HEX: #B5E7BE
RGB: (181,231,190)

Color info

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

RGB color model

#B5E7BE color RGB value is (181,231,190).

  • red value is 181;
  • green value is 231;
  • blue value is 190.
RGB:
(181,231,190)
(71%,91%,75%)

RGB channels and saturation

R 181 of 255 = 71%
G 231 of 255 = 91%
B 190 of 255 = 75%

181
231
190

R + G + B ~ 79%. #B5E7BE is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 231 + 190 = 602 (100%)
R 181 of 602 ~ 30.07%
G 231 of 602 ~ 38.37%
B 190 of 602 ~ 31.56%

%30.07
%38.37
%31.56

CMYK color model

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

  • cyan value is 21.65%
  • magenta value is 0.00%
  • yellow value is 17.75%
  • key color value is 9.41%
CMYK:
(22,0,18,9)
C22M0Y18K9 
(22%,0%,18%,9%)
(0.22/0.00/0.18/0.09)	

CMYK percentages

%21.65
%0
%17.75
%9.41

Codes

Color #B5E7BE in popluar color models

B5E7BE
RGB181231190
HSL131°51.02%80.78%
HSB/HSV131°21.65%90.59%
CMYK21.65%0.00%17.75%
9.41%

Color #B5E7BE in popluar number systems.

HEXB5E7BE
Decimal181231190
Binary101101011110011110111110
Octal265347276

Shades and tints

Shades of #B5E7BE

#B5E7BE
(181,231,190)
#A5D2AD
(165,210,173)
#95BD9C
(149,189,156)
#85A88B
(133,168,139)
#75937A
(117,147,122)
#657E69
(101,126,105)
#556958
(85,105,88)
#455447
(69,84,71)
#353F36
(53,63,54)
#252A25
(37,42,37)
#151514
(21,21,20)
#000000
(0,0,0)

Tints of #B5E7BE

#B5E7BE
(181,231,190)
#BBE9C3
(187,233,195)
#C1EBC8
(193,235,200)
#C7EDCD
(199,237,205)
#CDEFD2
(205,239,210)
#D3F1D7
(211,241,215)
#D9F3DC
(217,243,220)
#DFF5E1
(223,245,225)
#E5F7E6
(229,247,230)
#EBF9EB
(235,249,235)
#F1FBF0
(241,251,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5E7BE; }

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

This text font color is #B5E7BE.


Background Color

.myBgColor { background-color: #B5E7BE; }

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

This div background color is #B5E7BE.


Border color

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

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

This div border color is #B5E7BE.


Opacity

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

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

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

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

This text has shadow with #B5E7BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5E7BE on black background.


Color preview on white background

This text has color #B5E7BE on white background.



Black color preview on #B5E7BE background

This text has black color on #B5E7BE background.


White color preview on #B5E7BE background

This text has white color on #B5E7BE background.