COLOR #B7E095

HEX: #B7E095
RGB: (183,224,149)

Color info

#B7E095 contains mainly red and green colors. Web safe color of #B7E095 is #CCCC99 (or #CC9).

RGB color model

#B7E095 color RGB value is (183,224,149).

  • red value is 183;
  • green value is 224;
  • blue value is 149.
RGB:
(183,224,149)
(72%,88%,58%)

RGB channels and saturation

R 183 of 255 = 72%
G 224 of 255 = 88%
B 149 of 255 = 58%

183
224
149

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

Portions of RGB colors in percentages

R + G + B =
183 + 224 + 149 = 556 (100%)
R 183 of 556 ~ 32.91%
G 224 of 556 ~ 40.29%
B 149 of 556 ~ 26.8%

%32.91
%40.29
%26.8

CMYK color model

#B7E095 color CMYK value is (18,0,33,12).

  • cyan value is 18.30%
  • magenta value is 0.00%
  • yellow value is 33.48%
  • key color value is 12.16%
CMYK:
(18,0,33,12)
C18M0Y33K12 
(18%,0%,33%,12%)
(0.18/0.00/0.33/0.12)	

CMYK percentages

%18.3
%0
%33.48
%12.16

Codes

Color #B7E095 in popluar color models

B7E095
RGB183224149
HSL93°54.74%73.14%
HSB/HSV93°33.48%87.84%
CMYK18.30%0.00%33.48%
12.16%

Color #B7E095 in popluar number systems.

HEXB7E095
Decimal183224149
Binary101101111110000010010101
Octal267340225

Shades and tints

Shades of #B7E095

#B7E095
(183,224,149)
#A7CC88
(167,204,136)
#97B87B
(151,184,123)
#87A46E
(135,164,110)
#779061
(119,144,97)
#677C54
(103,124,84)
#576847
(87,104,71)
#47543A
(71,84,58)
#37402D
(55,64,45)
#272C20
(39,44,32)
#171813
(23,24,19)
#000000
(0,0,0)

Tints of #B7E095

#B7E095
(183,224,149)
#BDE29E
(189,226,158)
#C3E4A7
(195,228,167)
#C9E6B0
(201,230,176)
#CFE8B9
(207,232,185)
#D5EAC2
(213,234,194)
#DBECCB
(219,236,203)
#E1EED4
(225,238,212)
#E7F0DD
(231,240,221)
#EDF2E6
(237,242,230)
#F3F4EF
(243,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7E095; }

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

This text font color is #B7E095.


Background Color

.myBgColor { background-color: #B7E095; }

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

This div background color is #B7E095.


Border color

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

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

This div border color is #B7E095.


Opacity

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

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

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

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

This text has shadow with #B7E095 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7E095 on black background.


Color preview on white background

This text has color #B7E095 on white background.



Black color preview on #B7E095 background

This text has black color on #B7E095 background.


White color preview on #B7E095 background

This text has white color on #B7E095 background.