COLOR #B7E07D

HEX: #B7E07D
RGB: (183,224,125)

Color info

#B7E07D contains mainly red and green colors. Web safe color of #B7E07D is #CCCC66 (or #CC6).

RGB color model

#B7E07D color RGB value is (183,224,125).

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

RGB channels and saturation

R 183 of 255 = 72%
G 224 of 255 = 88%
B 125 of 255 = 49%

183
224
125

R + G + B ~ 70%. #B7E07D is quite light color.

Portions of RGB colors in percentages

R + G + B =
183 + 224 + 125 = 532 (100%)
R 183 of 532 ~ 34.4%
G 224 of 532 ~ 42.11%
B 125 of 532 ~ 23.5%

%34.4
%42.11
%23.5

CMYK color model

#B7E07D color CMYK value is (18,0,44,12).

  • cyan value is 18.30%
  • magenta value is 0.00%
  • yellow value is 44.20%
  • key color value is 12.16%
CMYK:
(18,0,44,12)
C18M0Y44K12 
(18%,0%,44%,12%)
(0.18/0.00/0.44/0.12)	

CMYK percentages

%18.3
%0
%44.2
%12.16

Codes

Color #B7E07D in popluar color models

B7E07D
RGB183224125
HSL85°61.49%68.43%
HSB/HSV85°44.20%87.84%
CMYK18.30%0.00%44.20%
12.16%

Color #B7E07D in popluar number systems.

HEXB7E07D
Decimal183224125
Binary10110111111000001111101
Octal267340175

Shades and tints

Shades of #B7E07D

#B7E07D
(183,224,125)
#A7CC72
(167,204,114)
#97B867
(151,184,103)
#87A45C
(135,164,92)
#779051
(119,144,81)
#677C46
(103,124,70)
#57683B
(87,104,59)
#475430
(71,84,48)
#374025
(55,64,37)
#272C1A
(39,44,26)
#17180F
(23,24,15)
#000000
(0,0,0)

Tints of #B7E07D

#B7E07D
(183,224,125)
#BDE288
(189,226,136)
#C3E493
(195,228,147)
#C9E69E
(201,230,158)
#CFE8A9
(207,232,169)
#D5EAB4
(213,234,180)
#DBECBF
(219,236,191)
#E1EECA
(225,238,202)
#E7F0D5
(231,240,213)
#EDF2E0
(237,242,224)
#F3F4EB
(243,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7E07D; }

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

This text font color is #B7E07D.


Background Color

.myBgColor { background-color: #B7E07D; }

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

This div background color is #B7E07D.


Border color

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

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

This div border color is #B7E07D.


Opacity

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

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

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

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

This text has shadow with #B7E07D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7E07D on black background.


Color preview on white background

This text has color #B7E07D on white background.



Black color preview on #B7E07D background

This text has black color on #B7E07D background.


White color preview on #B7E07D background

This text has white color on #B7E07D background.