COLOR #7BCD82

HEX: #7BCD82
RGB: (123,205,130)

Color info

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

RGB color model

#7BCD82 color RGB value is (123,205,130).

  • red value is 123;
  • green value is 205;
  • blue value is 130.
RGB:
(123,205,130)
(48%,80%,51%)

RGB channels and saturation

R 123 of 255 = 48%
G 205 of 255 = 80%
B 130 of 255 = 51%

123
205
130

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

Portions of RGB colors in percentages

R + G + B =
123 + 205 + 130 = 458 (100%)
R 123 of 458 ~ 26.86%
G 205 of 458 ~ 44.76%
B 130 of 458 ~ 28.38%

%26.86
%44.76
%28.38

CMYK color model

#7BCD82 color CMYK value is (40,0,37,20).

  • cyan value is 40.00%
  • magenta value is 0.00%
  • yellow value is 36.59%
  • key color value is 19.61%
CMYK:
(40,0,37,20)
C40M0Y37K20 
(40%,0%,37%,20%)
(0.40/0.00/0.37/0.20)	

CMYK percentages

%40
%0
%36.59
%19.61

Codes

Color #7BCD82 in popluar color models

7BCD82
RGB123205130
HSL125°45.05%64.31%
HSB/HSV125°40.00%80.39%
CMYK40.00%0.00%36.59%
19.61%

Color #7BCD82 in popluar number systems.

HEX7BCD82
Decimal123205130
Binary11110111100110110000010
Octal173315202

Shades and tints

Shades of #7BCD82

#7BCD82
(123,205,130)
#70BB77
(112,187,119)
#65A96C
(101,169,108)
#5A9761
(90,151,97)
#4F8556
(79,133,86)
#44734B
(68,115,75)
#396140
(57,97,64)
#2E4F35
(46,79,53)
#233D2A
(35,61,42)
#182B1F
(24,43,31)
#0D1914
(13,25,20)
#000000
(0,0,0)

Tints of #7BCD82

#7BCD82
(123,205,130)
#87D18D
(135,209,141)
#93D598
(147,213,152)
#9FD9A3
(159,217,163)
#ABDDAE
(171,221,174)
#B7E1B9
(183,225,185)
#C3E5C4
(195,229,196)
#CFE9CF
(207,233,207)
#DBEDDA
(219,237,218)
#E7F1E5
(231,241,229)
#F3F5F0
(243,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7BCD82 color. Also use rgb(123,205,130) instead hex code.

Text Font Color

.myTextColor { color: #7BCD82; }

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

This text font color is #7BCD82.


Background Color

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

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

This div background color is #7BCD82.


Border color

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

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

This div border color is #7BCD82.


Opacity

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

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

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

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

This text has shadow with #7BCD82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7BCD82 on black background.


Color preview on white background

This text has color #7BCD82 on white background.



Black color preview on #7BCD82 background

This text has black color on #7BCD82 background.


White color preview on #7BCD82 background

This text has white color on #7BCD82 background.