COLOR #B5EB8E

HEX: #B5EB8E RGB: (181,235,142)

Color info

#B5EB8E contains mainly red and green colors. Web safe color of #B5EB8E is #CCFF99 (or #CF9).

RGB color model

#B5EB8E color RGB value is (181,235,142).

RGB: (181,235,142) (71%, 92%, 56%)

RGB channels and saturation

R 181 of 255 = 71%
G 235 of 255 = 92%
B 142 of 255 = 56%

181
235
142

R + G + B ~ 73%. #B5EB8E is quite light color.

Portions of RGB colors in percentages

R + G + B = 181 + 235 + 142 = 558 (100%)
R 181 of 558 ~ 32.44%
G 235 of 558 ~ 42.11%
B 142 of 558 ~ 25.45'%

%32.44
%42.11
%25.45

CMYK color model

#B5EB8E color CMYK value is (23,0,40,8).

  • cyan value is 22.98%
  • magenta value is 0.00%
  • yellow value is 39.57%
  • key color value is 7.84%

CMYK: (23,0,40,8)
C23M0Y40K8 (23%, 0%, 40%, 8%)
(0.23 / 0.00 / 0.40 / 0.08)

CMYK percentages

%22.98
%0
%39.57
%7.84

Codes

Color #B5EB8E in popluar color models

B5 EB 8E
RGB 181 235 142
HSL 95° 69.92% 73.92%
HSB/HSV 95° 39.57% 92.16%
CMYK 22.98% 0.00% 39.57%
7.84%

Color #B5EB8E in popluar number systems.

HEX B5 EB 8E
Decimal 181 235 142
Binary 10110101 11101011 10001110
Octal 265 353 216

Shades and tints

Shades of #B5EB8E

#B5EB8E
(181,235,142)
#A5D682
(165,214,130)
#95C176
(149,193,118)
#85AC6A
(133,172,106)
#75975E
(117,151,94)
#658252
(101,130,82)
#556D46
(85,109,70)
#45583A
(69,88,58)
#35432E
(53,67,46)
#252E22
(37,46,34)
#151916
(21,25,22)
#000000
(0,0,0)

Tints of #B5EB8E

#B5EB8E
(181,235,142)
#BBEC98
(187,236,152)
#C1EDA2
(193,237,162)
#C7EEAC
(199,238,172)
#CDEFB6
(205,239,182)
#D3F0C0
(211,240,192)
#D9F1CA
(217,241,202)
#DFF2D4
(223,242,212)
#E5F3DE
(229,243,222)
#EBF4E8
(235,244,232)
#F1F5F2
(241,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5EB8E; }

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

This text font color is #B5EB8E.

Background Color

.myBgColor { background-color: #B5EB8E; }

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

This div background color is #B5EB8E.

Border color

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

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

This div border color is #B5EB8E.

Opacity

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

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

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

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

This text has shadow with #B5EB8E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B5EB8E.

Preview

Color preview on black background

This text has color #B5EB8E on black background.


Color preview on white background

This text has color #B5EB8E on white background.


Black color preview on #B5EB8E background

This text has black color on #B5EB8E background.


White color preview on #B5EB8E background

This text has white color on #B5EB8E background.


Related colors

Complementary color

Complementary color for #hex is #4A1471.


I love getcolorcode.com

Triadic colors

1 #8EB5EB and #EB8EB5 with #B5EB8E are triadic colors.

2 #8EEBB5 and #EBB58E with #B5EB8E are triadic colors.