COLOR #7BCC87

HEX: #7BCC87 RGB: (123,204,135)

Color info

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

RGB color model

#7BCC87 color RGB value is (123,204,135).

RGB: (123,204,135) (48%, 80%, 53%)

RGB channels and saturation

R 123 of 255 = 48%
G 204 of 255 = 80%
B 135 of 255 = 53%

123
204
135

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

Portions of RGB colors in percentages

R + G + B = 123 + 204 + 135 = 462 (100%)
R 123 of 462 ~ 26.62%
G 204 of 462 ~ 44.16%
B 135 of 462 ~ 29.22'%

%26.62
%44.16
%29.22

CMYK color model

#7BCC87 color CMYK value is (40,0,34,20).

  • cyan value is 39.71%
  • magenta value is 0.00%
  • yellow value is 33.82%
  • key color value is 20.00%

CMYK: (40,0,34,20)
C40M0Y34K20 (40%, 0%, 34%, 20%)
(0.40 / 0.00 / 0.34 / 0.20)

CMYK percentages

%39.71
%0
%33.82
%20

Codes

Color #7BCC87 in popluar color models

7B CC 87
RGB 123 204 135
HSL 129° 44.26% 64.12%
HSB/HSV 129° 39.71% 80.00%
CMYK 39.71% 0.00% 33.82%
20.00%

Color #7BCC87 in popluar number systems.

HEX 7B CC 87
Decimal 123 204 135
Binary 1111011 11001100 10000111
Octal 173 314 207

Shades and tints

Shades of #7BCC87

#7BCC87
(123,204,135)
#70BA7B
(112,186,123)
#65A86F
(101,168,111)
#5A9663
(90,150,99)
#4F8457
(79,132,87)
#44724B
(68,114,75)
#39603F
(57,96,63)
#2E4E33
(46,78,51)
#233C27
(35,60,39)
#182A1B
(24,42,27)
#0D180F
(13,24,15)
#000000
(0,0,0)

Tints of #7BCC87

#7BCC87
(123,204,135)
#87D091
(135,208,145)
#93D49B
(147,212,155)
#9FD8A5
(159,216,165)
#ABDCAF
(171,220,175)
#B7E0B9
(183,224,185)
#C3E4C3
(195,228,195)
#CFE8CD
(207,232,205)
#DBECD7
(219,236,215)
#E7F0E1
(231,240,225)
#F3F4EB
(243,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7BCC87 color. Also use rgb(123,204,135) instead hex code.

Text Font Color

.myTextColor { color: #7BCC87; }

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

This text font color is #7BCC87.

Background Color

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

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

This div background color is #7BCC87.

Border color

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

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

This div border color is #7BCC87.

Opacity

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

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

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

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

This text has shadow with #7BCC87 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7BCC87.

Preview

Color preview on black background

This text has color #7BCC87 on black background.


Color preview on white background

This text has color #7BCC87 on white background.


Black color preview on #7BCC87 background

This text has black color on #7BCC87 background.


White color preview on #7BCC87 background

This text has white color on #7BCC87 background.


Related colors

Complementary color

Complementary color for #hex is #843378.


I love getcolorcode.com

Triadic colors

1 #877BCC and #CC877B with #7BCC87 are triadic colors.

2 #87CC7B and #CC7B87 with #7BCC87 are triadic colors.