COLOR #B7E073

HEX: #B7E073
RGB: (183,224,115)

Color info

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

RGB color model

#B7E073 color RGB value is (183,224,115).

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

RGB channels and saturation

R 183 of 255 = 72%
G 224 of 255 = 88%
B 115 of 255 = 45%

183
224
115

R + G + B ~ 68%. #B7E073 is quite light color.

Portions of RGB colors in percentages

R + G + B =
183 + 224 + 115 = 522 (100%)
R 183 of 522 ~ 35.06%
G 224 of 522 ~ 42.91%
B 115 of 522 ~ 22.03%

%35.06
%42.91
%22.03

CMYK color model

#B7E073 color CMYK value is (18,0,49,12).

  • cyan value is 18.30%
  • magenta value is 0.00%
  • yellow value is 48.66%
  • key color value is 12.16%
CMYK:
(18,0,49,12)
C18M0Y49K12 
(18%,0%,49%,12%)
(0.18/0.00/0.49/0.12)	

CMYK percentages

%18.3
%0
%48.66
%12.16

Codes

Color #B7E073 in popluar color models

B7E073
RGB183224115
HSL83°63.74%66.47%
HSB/HSV83°48.66%87.84%
CMYK18.30%0.00%48.66%
12.16%

Color #B7E073 in popluar number systems.

HEXB7E073
Decimal183224115
Binary10110111111000001110011
Octal267340163

Shades and tints

Shades of #B7E073

#B7E073
(183,224,115)
#A7CC69
(167,204,105)
#97B85F
(151,184,95)
#87A455
(135,164,85)
#77904B
(119,144,75)
#677C41
(103,124,65)
#576837
(87,104,55)
#47542D
(71,84,45)
#374023
(55,64,35)
#272C19
(39,44,25)
#17180F
(23,24,15)
#000000
(0,0,0)

Tints of #B7E073

#B7E073
(183,224,115)
#BDE27F
(189,226,127)
#C3E48B
(195,228,139)
#C9E697
(201,230,151)
#CFE8A3
(207,232,163)
#D5EAAF
(213,234,175)
#DBECBB
(219,236,187)
#E1EEC7
(225,238,199)
#E7F0D3
(231,240,211)
#EDF2DF
(237,242,223)
#F3F4EB
(243,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7E073; }

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

This text font color is #B7E073.


Background Color

.myBgColor { background-color: #B7E073; }

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

This div background color is #B7E073.


Border color

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

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

This div border color is #B7E073.


Opacity

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

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

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

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

This text has shadow with #B7E073 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7E073 on black background.


Color preview on white background

This text has color #B7E073 on white background.



Black color preview on #B7E073 background

This text has black color on #B7E073 background.


White color preview on #B7E073 background

This text has white color on #B7E073 background.