COLOR #B5E4BE

HEX: #B5E4BE
RGB: (181,228,190)

Color info

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

RGB color model

#B5E4BE color RGB value is (181,228,190).

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

RGB channels and saturation

R 181 of 255 = 71%
G 228 of 255 = 89%
B 190 of 255 = 75%

181
228
190

R + G + B ~ 78%. #B5E4BE is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 228 + 190 = 599 (100%)
R 181 of 599 ~ 30.22%
G 228 of 599 ~ 38.06%
B 190 of 599 ~ 31.72%

%30.22
%38.06
%31.72

CMYK color model

#B5E4BE color CMYK value is (21,0,17,11).

  • cyan value is 20.61%
  • magenta value is 0.00%
  • yellow value is 16.67%
  • key color value is 10.59%
CMYK:
(21,0,17,11)
C21M0Y17K11 
(21%,0%,17%,11%)
(0.21/0.00/0.17/0.11)	

CMYK percentages

%20.61
%0
%16.67
%10.59

Codes

Color #B5E4BE in popluar color models

B5E4BE
RGB181228190
HSL131°46.53%80.20%
HSB/HSV131°20.61%89.41%
CMYK20.61%0.00%16.67%
10.59%

Color #B5E4BE in popluar number systems.

HEXB5E4BE
Decimal181228190
Binary101101011110010010111110
Octal265344276

Shades and tints

Shades of #B5E4BE

#B5E4BE
(181,228,190)
#A5D0AD
(165,208,173)
#95BC9C
(149,188,156)
#85A88B
(133,168,139)
#75947A
(117,148,122)
#658069
(101,128,105)
#556C58
(85,108,88)
#455847
(69,88,71)
#354436
(53,68,54)
#253025
(37,48,37)
#151C14
(21,28,20)
#000000
(0,0,0)

Tints of #B5E4BE

#B5E4BE
(181,228,190)
#BBE6C3
(187,230,195)
#C1E8C8
(193,232,200)
#C7EACD
(199,234,205)
#CDECD2
(205,236,210)
#D3EED7
(211,238,215)
#D9F0DC
(217,240,220)
#DFF2E1
(223,242,225)
#E5F4E6
(229,244,230)
#EBF6EB
(235,246,235)
#F1F8F0
(241,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5E4BE; }

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

This text font color is #B5E4BE.


Background Color

.myBgColor { background-color: #B5E4BE; }

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

This div background color is #B5E4BE.


Border color

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

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

This div border color is #B5E4BE.


Opacity

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

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

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

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

This text has shadow with #B5E4BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5E4BE on black background.


Color preview on white background

This text has color #B5E4BE on white background.



Black color preview on #B5E4BE background

This text has black color on #B5E4BE background.


White color preview on #B5E4BE background

This text has white color on #B5E4BE background.