COLOR #7BC99C

HEX: #7BC99C RGB: (123,201,156)

Color info

#7BC99C contains mainly green and blue colors. Web safe color of #7BC99C is #66CC99 (or #6C9).

RGB color model

#7BC99C color RGB value is (123,201,156).

RGB: (123,201,156) (48%, 79%, 61%)

RGB channels and saturation

R 123 of 255 = 48%
G 201 of 255 = 79%
B 156 of 255 = 61%

123
201
156

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

Portions of RGB colors in percentages

R + G + B = 123 + 201 + 156 = 480 (100%)
R 123 of 480 ~ 25.63%
G 201 of 480 ~ 41.88%
B 156 of 480 ~ 32.5'%

%25.63
%41.88
%32.5

CMYK color model

#7BC99C color CMYK value is (39,0,22,21).

  • cyan value is 38.81%
  • magenta value is 0.00%
  • yellow value is 22.39%
  • key color value is 21.18%

CMYK: (39,0,22,21)
C39M0Y22K21 (39%, 0%, 22%, 21%)
(0.39 / 0.00 / 0.22 / 0.21)

CMYK percentages

%38.81
%0
%22.39
%21.18

Codes

Color #7BC99C in popluar color models

7B C9 9C
RGB 123 201 156
HSL 145° 41.94% 63.53%
HSB/HSV 145° 38.81% 78.82%
CMYK 38.81% 0.00% 22.39%
21.18%

Color #7BC99C in popluar number systems.

HEX 7B C9 9C
Decimal 123 201 156
Binary 1111011 11001001 10011100
Octal 173 311 234

Shades and tints

Shades of #7BC99C

#7BC99C
(123,201,156)
#70B78E
(112,183,142)
#65A580
(101,165,128)
#5A9372
(90,147,114)
#4F8164
(79,129,100)
#446F56
(68,111,86)
#395D48
(57,93,72)
#2E4B3A
(46,75,58)
#23392C
(35,57,44)
#18271E
(24,39,30)
#0D1510
(13,21,16)
#000000
(0,0,0)

Tints of #7BC99C

#7BC99C
(123,201,156)
#87CDA5
(135,205,165)
#93D1AE
(147,209,174)
#9FD5B7
(159,213,183)
#ABD9C0
(171,217,192)
#B7DDC9
(183,221,201)
#C3E1D2
(195,225,210)
#CFE5DB
(207,229,219)
#DBE9E4
(219,233,228)
#E7EDED
(231,237,237)
#F3F1F6
(243,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7BC99C color. Also use rgb(123,201,156) instead hex code.

Text Font Color

.myTextColor { color: #7BC99C; }

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

This text font color is #7BC99C.

Background Color

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

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

This div background color is #7BC99C.

Border color

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

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

This div border color is #7BC99C.

Opacity

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

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

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

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

This text has shadow with #7BC99C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7BC99C.

Preview

Color preview on black background

This text has color #7BC99C on black background.


Color preview on white background

This text has color #7BC99C on white background.


Black color preview on #7BC99C background

This text has black color on #7BC99C background.


White color preview on #7BC99C background

This text has white color on #7BC99C background.


Related colors

Complementary color

Complementary color for #hex is #843663.


I love getcolorcode.com

Triadic colors

1 #9C7BC9 and #C99C7B with #7BC99C are triadic colors.

2 #9CC97B and #C97B9C with #7BC99C are triadic colors.