COLOR #7BAD80

HEX: #7BAD80
RGB: (123,173,128)

Color info

#7BAD80 contains red, green and blue colors in about the same proportion. Web safe color of #7BAD80 is #669966 (or #696).

RGB color model

#7BAD80 color RGB value is (123,173,128).

  • red value is 123;
  • green value is 173;
  • blue value is 128.
RGB:
(123,173,128)
(48%,68%,50%)

RGB channels and saturation

R 123 of 255 = 48%
G 173 of 255 = 68%
B 128 of 255 = 50%

123
173
128

R + G + B ~ 55%. #7BAD80 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
123 + 173 + 128 = 424 (100%)
R 123 of 424 ~ 29.01%
G 173 of 424 ~ 40.8%
B 128 of 424 ~ 30.19%

%29.01
%40.8
%30.19

CMYK color model

#7BAD80 color CMYK value is (29,0,26,32).

  • cyan value is 28.90%
  • magenta value is 0.00%
  • yellow value is 26.01%
  • key color value is 32.16%
CMYK:
(29,0,26,32)
C29M0Y26K32 
(29%,0%,26%,32%)
(0.29/0.00/0.26/0.32)	

CMYK percentages

%28.9
%0
%26.01
%32.16

Codes

Color #7BAD80 in popluar color models

7BAD80
RGB123173128
HSL126°23.36%58.04%
HSB/HSV126°28.90%67.84%
CMYK28.90%0.00%26.01%
32.16%

Color #7BAD80 in popluar number systems.

HEX7BAD80
Decimal123173128
Binary11110111010110110000000
Octal173255200

Shades and tints

Shades of #7BAD80

#7BAD80
(123,173,128)
#709E75
(112,158,117)
#658F6A
(101,143,106)
#5A805F
(90,128,95)
#4F7154
(79,113,84)
#446249
(68,98,73)
#39533E
(57,83,62)
#2E4433
(46,68,51)
#233528
(35,53,40)
#18261D
(24,38,29)
#0D1712
(13,23,18)
#000000
(0,0,0)

Tints of #7BAD80

#7BAD80
(123,173,128)
#87B48B
(135,180,139)
#93BB96
(147,187,150)
#9FC2A1
(159,194,161)
#ABC9AC
(171,201,172)
#B7D0B7
(183,208,183)
#C3D7C2
(195,215,194)
#CFDECD
(207,222,205)
#DBE5D8
(219,229,216)
#E7ECE3
(231,236,227)
#F3F3EE
(243,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7BAD80 color. Also use rgb(123,173,128) instead hex code.

Text Font Color

.myTextColor { color: #7BAD80; }

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

This text font color is #7BAD80.


Background Color

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

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

This div background color is #7BAD80.


Border color

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

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

This div border color is #7BAD80.


Opacity

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

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

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

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

This text has shadow with #7BAD80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7BAD80 on black background.


Color preview on white background

This text has color #7BAD80 on white background.



Black color preview on #7BAD80 background

This text has black color on #7BAD80 background.


White color preview on #7BAD80 background

This text has white color on #7BAD80 background.