COLOR #7BC4A0

HEX: #7BC4A0
RGB: (123,196,160)

Color info

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

RGB color model

#7BC4A0 color RGB value is (123,196,160).

  • red value is 123;
  • green value is 196;
  • blue value is 160.
RGB:
(123,196,160)
(48%,77%,63%)

RGB channels and saturation

R 123 of 255 = 48%
G 196 of 255 = 77%
B 160 of 255 = 63%

123
196
160

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

Portions of RGB colors in percentages

R + G + B =
123 + 196 + 160 = 479 (100%)
R 123 of 479 ~ 25.68%
G 196 of 479 ~ 40.92%
B 160 of 479 ~ 33.4%

%25.68
%40.92
%33.4

CMYK color model

#7BC4A0 color CMYK value is (37,0,18,23).

  • cyan value is 37.24%
  • magenta value is 0.00%
  • yellow value is 18.37%
  • key color value is 23.14%
CMYK:
(37,0,18,23)
C37M0Y18K23 
(37%,0%,18%,23%)
(0.37/0.00/0.18/0.23)	

CMYK percentages

%37.24
%0
%18.37
%23.14

Codes

Color #7BC4A0 in popluar color models

7BC4A0
RGB123196160
HSL150°38.22%62.55%
HSB/HSV150°37.24%76.86%
CMYK37.24%0.00%18.37%
23.14%

Color #7BC4A0 in popluar number systems.

HEX7BC4A0
Decimal123196160
Binary11110111100010010100000
Octal173304240

Shades and tints

Shades of #7BC4A0

#7BC4A0
(123,196,160)
#70B392
(112,179,146)
#65A284
(101,162,132)
#5A9176
(90,145,118)
#4F8068
(79,128,104)
#446F5A
(68,111,90)
#395E4C
(57,94,76)
#2E4D3E
(46,77,62)
#233C30
(35,60,48)
#182B22
(24,43,34)
#0D1A14
(13,26,20)
#000000
(0,0,0)

Tints of #7BC4A0

#7BC4A0
(123,196,160)
#87C9A8
(135,201,168)
#93CEB0
(147,206,176)
#9FD3B8
(159,211,184)
#ABD8C0
(171,216,192)
#B7DDC8
(183,221,200)
#C3E2D0
(195,226,208)
#CFE7D8
(207,231,216)
#DBECE0
(219,236,224)
#E7F1E8
(231,241,232)
#F3F6F0
(243,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7BC4A0 color. Also use rgb(123,196,160) instead hex code.

Text Font Color

.myTextColor { color: #7BC4A0; }

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

This text font color is #7BC4A0.


Background Color

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

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

This div background color is #7BC4A0.


Border color

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

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

This div border color is #7BC4A0.


Opacity

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

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

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

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

This text has shadow with #7BC4A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7BC4A0 on black background.


Color preview on white background

This text has color #7BC4A0 on white background.



Black color preview on #7BC4A0 background

This text has black color on #7BC4A0 background.


White color preview on #7BC4A0 background

This text has white color on #7BC4A0 background.