COLOR #B7E07A

HEX: #B7E07A
RGB: (183,224,122)

Color info

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

RGB color model

#B7E07A color RGB value is (183,224,122).

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

RGB channels and saturation

R 183 of 255 = 72%
G 224 of 255 = 88%
B 122 of 255 = 48%

183
224
122

R + G + B ~ 69%. #B7E07A is quite light color.

Portions of RGB colors in percentages

R + G + B =
183 + 224 + 122 = 529 (100%)
R 183 of 529 ~ 34.59%
G 224 of 529 ~ 42.34%
B 122 of 529 ~ 23.06%

%34.59
%42.34
%23.06

CMYK color model

#B7E07A color CMYK value is (18,0,46,12).

  • cyan value is 18.30%
  • magenta value is 0.00%
  • yellow value is 45.54%
  • key color value is 12.16%
CMYK:
(18,0,46,12)
C18M0Y46K12 
(18%,0%,46%,12%)
(0.18/0.00/0.46/0.12)	

CMYK percentages

%18.3
%0
%45.54
%12.16

Codes

Color #B7E07A in popluar color models

B7E07A
RGB183224122
HSL84°62.20%67.84%
HSB/HSV84°45.54%87.84%
CMYK18.30%0.00%45.54%
12.16%

Color #B7E07A in popluar number systems.

HEXB7E07A
Decimal183224122
Binary10110111111000001111010
Octal267340172

Shades and tints

Shades of #B7E07A

#B7E07A
(183,224,122)
#A7CC6F
(167,204,111)
#97B864
(151,184,100)
#87A459
(135,164,89)
#77904E
(119,144,78)
#677C43
(103,124,67)
#576838
(87,104,56)
#47542D
(71,84,45)
#374022
(55,64,34)
#272C17
(39,44,23)
#17180C
(23,24,12)
#000000
(0,0,0)

Tints of #B7E07A

#B7E07A
(183,224,122)
#BDE286
(189,226,134)
#C3E492
(195,228,146)
#C9E69E
(201,230,158)
#CFE8AA
(207,232,170)
#D5EAB6
(213,234,182)
#DBECC2
(219,236,194)
#E1EECE
(225,238,206)
#E7F0DA
(231,240,218)
#EDF2E6
(237,242,230)
#F3F4F2
(243,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7E07A; }

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

This text font color is #B7E07A.


Background Color

.myBgColor { background-color: #B7E07A; }

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

This div background color is #B7E07A.


Border color

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

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

This div border color is #B7E07A.


Opacity

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

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

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

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

This text has shadow with #B7E07A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7E07A on black background.


Color preview on white background

This text has color #B7E07A on white background.



Black color preview on #B7E07A background

This text has black color on #B7E07A background.


White color preview on #B7E07A background

This text has white color on #B7E07A background.