COLOR #7BE088

HEX: #7BE088
RGB: (123,224,136)

Color info

#7BE088 contains mainly green color. Web safe color of #7BE088 is #66CC99 (or #6C9).

RGB color model

#7BE088 color RGB value is (123,224,136).

  • red value is 123;
  • green value is 224;
  • blue value is 136.
RGB:
(123,224,136)
(48%,88%,53%)

RGB channels and saturation

R 123 of 255 = 48%
G 224 of 255 = 88%
B 136 of 255 = 53%

123
224
136

R + G + B ~ 63%. #7BE088 is quite light color.

Portions of RGB colors in percentages

R + G + B =
123 + 224 + 136 = 483 (100%)
R 123 of 483 ~ 25.47%
G 224 of 483 ~ 46.38%
B 136 of 483 ~ 28.16%

%25.47
%46.38
%28.16

CMYK color model

#7BE088 color CMYK value is (45,0,39,12).

  • cyan value is 45.09%
  • magenta value is 0.00%
  • yellow value is 39.29%
  • key color value is 12.16%
CMYK:
(45,0,39,12)
C45M0Y39K12 
(45%,0%,39%,12%)
(0.45/0.00/0.39/0.12)	

CMYK percentages

%45.09
%0
%39.29
%12.16

Codes

Color #7BE088 in popluar color models

7BE088
RGB123224136
HSL128°61.96%68.04%
HSB/HSV128°45.09%87.84%
CMYK45.09%0.00%39.29%
12.16%

Color #7BE088 in popluar number systems.

HEX7BE088
Decimal123224136
Binary11110111110000010001000
Octal173340210

Shades and tints

Shades of #7BE088

#7BE088
(123,224,136)
#70CC7C
(112,204,124)
#65B870
(101,184,112)
#5AA464
(90,164,100)
#4F9058
(79,144,88)
#447C4C
(68,124,76)
#396840
(57,104,64)
#2E5434
(46,84,52)
#234028
(35,64,40)
#182C1C
(24,44,28)
#0D1810
(13,24,16)
#000000
(0,0,0)

Tints of #7BE088

#7BE088
(123,224,136)
#87E292
(135,226,146)
#93E49C
(147,228,156)
#9FE6A6
(159,230,166)
#ABE8B0
(171,232,176)
#B7EABA
(183,234,186)
#C3ECC4
(195,236,196)
#CFEECE
(207,238,206)
#DBF0D8
(219,240,216)
#E7F2E2
(231,242,226)
#F3F4EC
(243,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7BE088 color. Also use rgb(123,224,136) instead hex code.

Text Font Color

.myTextColor { color: #7BE088; }

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

This text font color is #7BE088.


Background Color

.myBgColor { background-color: #7BE088; }

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

This div background color is #7BE088.


Border color

.myBorderColor { border: 1px solid #7BE088; }

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

This div border color is #7BE088.


Opacity

.myOpacity80 { color: #7BE088; opacity: 0.8; }

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

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

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

This text has shadow with #7BE088 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7BE088 on black background.


Color preview on white background

This text has color #7BE088 on white background.



Black color preview on #7BE088 background

This text has black color on #7BE088 background.


White color preview on #7BE088 background

This text has white color on #7BE088 background.