COLOR #B5EFB8

HEX: #B5EFB8
RGB: (181,239,184)

Color info

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

RGB color model

#B5EFB8 color RGB value is (181,239,184).

  • red value is 181;
  • green value is 239;
  • blue value is 184.
RGB:
(181,239,184)
(71%,94%,72%)

RGB channels and saturation

R 181 of 255 = 71%
G 239 of 255 = 94%
B 184 of 255 = 72%

181
239
184

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

Portions of RGB colors in percentages

R + G + B =
181 + 239 + 184 = 604 (100%)
R 181 of 604 ~ 29.97%
G 239 of 604 ~ 39.57%
B 184 of 604 ~ 30.46%

%29.97
%39.57
%30.46

CMYK color model

#B5EFB8 color CMYK value is (24,0,23,6).

  • cyan value is 24.27%
  • magenta value is 0.00%
  • yellow value is 23.01%
  • key color value is 6.27%
CMYK:
(24,0,23,6)
C24M0Y23K6 
(24%,0%,23%,6%)
(0.24/0.00/0.23/0.06)	

CMYK percentages

%24.27
%0
%23.01
%6.27

Codes

Color #B5EFB8 in popluar color models

B5EFB8
RGB181239184
HSL123°64.44%82.35%
HSB/HSV123°24.27%93.73%
CMYK24.27%0.00%23.01%
6.27%

Color #B5EFB8 in popluar number systems.

HEXB5EFB8
Decimal181239184
Binary101101011110111110111000
Octal265357270

Shades and tints

Shades of #B5EFB8

#B5EFB8
(181,239,184)
#A5DAA8
(165,218,168)
#95C598
(149,197,152)
#85B088
(133,176,136)
#759B78
(117,155,120)
#658668
(101,134,104)
#557158
(85,113,88)
#455C48
(69,92,72)
#354738
(53,71,56)
#253228
(37,50,40)
#151D18
(21,29,24)
#000000
(0,0,0)

Tints of #B5EFB8

#B5EFB8
(181,239,184)
#BBF0BE
(187,240,190)
#C1F1C4
(193,241,196)
#C7F2CA
(199,242,202)
#CDF3D0
(205,243,208)
#D3F4D6
(211,244,214)
#D9F5DC
(217,245,220)
#DFF6E2
(223,246,226)
#E5F7E8
(229,247,232)
#EBF8EE
(235,248,238)
#F1F9F4
(241,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5EFB8; }

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

This text font color is #B5EFB8.


Background Color

.myBgColor { background-color: #B5EFB8; }

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

This div background color is #B5EFB8.


Border color

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

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

This div border color is #B5EFB8.


Opacity

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

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

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

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

This text has shadow with #B5EFB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5EFB8 on black background.


Color preview on white background

This text has color #B5EFB8 on white background.



Black color preview on #B5EFB8 background

This text has black color on #B5EFB8 background.


White color preview on #B5EFB8 background

This text has white color on #B5EFB8 background.