COLOR #7BCA88

HEX: #7BCA88 RGB: (123,202,136)

Color info

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

RGB color model

#7BCA88 color RGB value is (123,202,136).

RGB: (123,202,136) (48%, 79%, 53%)

RGB channels and saturation

R 123 of 255 = 48%
G 202 of 255 = 79%
B 136 of 255 = 53%

123
202
136

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

Portions of RGB colors in percentages

R + G + B = 123 + 202 + 136 = 461 (100%)
R 123 of 461 ~ 26.68%
G 202 of 461 ~ 43.82%
B 136 of 461 ~ 29.5'%

%26.68
%43.82
%29.5

CMYK color model

#7BCA88 color CMYK value is (39,0,33,21).

  • cyan value is 39.11%
  • magenta value is 0.00%
  • yellow value is 32.67%
  • key color value is 20.78%

CMYK: (39,0,33,21)
C39M0Y33K21 (39%, 0%, 33%, 21%)
(0.39 / 0.00 / 0.33 / 0.21)

CMYK percentages

%39.11
%0
%32.67
%20.78

Codes

Color #7BCA88 in popluar color models

7B CA 88
RGB 123 202 136
HSL 130° 42.70% 63.73%
HSB/HSV 130° 39.11% 79.22%
CMYK 39.11% 0.00% 32.67%
20.78%

Color #7BCA88 in popluar number systems.

HEX 7B CA 88
Decimal 123 202 136
Binary 1111011 11001010 10001000
Octal 173 312 210

Shades and tints

Shades of #7BCA88

#7BCA88
(123,202,136)
#70B87C
(112,184,124)
#65A670
(101,166,112)
#5A9464
(90,148,100)
#4F8258
(79,130,88)
#44704C
(68,112,76)
#395E40
(57,94,64)
#2E4C34
(46,76,52)
#233A28
(35,58,40)
#18281C
(24,40,28)
#0D1610
(13,22,16)
#000000
(0,0,0)

Tints of #7BCA88

#7BCA88
(123,202,136)
#87CE92
(135,206,146)
#93D29C
(147,210,156)
#9FD6A6
(159,214,166)
#ABDAB0
(171,218,176)
#B7DEBA
(183,222,186)
#C3E2C4
(195,226,196)
#CFE6CE
(207,230,206)
#DBEAD8
(219,234,216)
#E7EEE2
(231,238,226)
#F3F2EC
(243,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7BCA88; }

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

This text font color is #7BCA88.

Background Color

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

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

This div background color is #7BCA88.

Border color

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

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

This div border color is #7BCA88.

Opacity

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

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

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

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

This text has shadow with #7BCA88 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7BCA88.

Preview

Color preview on black background

This text has color #7BCA88 on black background.


Color preview on white background

This text has color #7BCA88 on white background.


Black color preview on #7BCA88 background

This text has black color on #7BCA88 background.


White color preview on #7BCA88 background

This text has white color on #7BCA88 background.


Related colors

Complementary color

Complementary color for #hex is #843577.


I love getcolorcode.com

Triadic colors

1 #887BCA and #CA887B with #7BCA88 are triadic colors.

2 #88CA7B and #CA7B88 with #7BCA88 are triadic colors.