COLOR #7ABC8C

HEX: #7ABC8C
RGB: (122,188,140)

Color info

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

RGB color model

#7ABC8C color RGB value is (122,188,140).

  • red value is 122;
  • green value is 188;
  • blue value is 140.
RGB:
(122,188,140)
(48%,74%,55%)

RGB channels and saturation

R 122 of 255 = 48%
G 188 of 255 = 74%
B 140 of 255 = 55%

122
188
140

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

Portions of RGB colors in percentages

R + G + B =
122 + 188 + 140 = 450 (100%)
R 122 of 450 ~ 27.11%
G 188 of 450 ~ 41.78%
B 140 of 450 ~ 31.11%

%27.11
%41.78
%31.11

CMYK color model

#7ABC8C color CMYK value is (35,0,26,26).

  • cyan value is 35.11%
  • magenta value is 0.00%
  • yellow value is 25.53%
  • key color value is 26.27%
CMYK:
(35,0,26,26)
C35M0Y26K26 
(35%,0%,26%,26%)
(0.35/0.00/0.26/0.26)	

CMYK percentages

%35.11
%0
%25.53
%26.27

Codes

Color #7ABC8C in popluar color models

7ABC8C
RGB122188140
HSL136°33.00%60.78%
HSB/HSV136°35.11%73.73%
CMYK35.11%0.00%25.53%
26.27%

Color #7ABC8C in popluar number systems.

HEX7ABC8C
Decimal122188140
Binary11110101011110010001100
Octal172274214

Shades and tints

Shades of #7ABC8C

#7ABC8C
(122,188,140)
#6FAB80
(111,171,128)
#649A74
(100,154,116)
#598968
(89,137,104)
#4E785C
(78,120,92)
#436750
(67,103,80)
#385644
(56,86,68)
#2D4538
(45,69,56)
#22342C
(34,52,44)
#172320
(23,35,32)
#0C1214
(12,18,20)
#000000
(0,0,0)

Tints of #7ABC8C

#7ABC8C
(122,188,140)
#86C296
(134,194,150)
#92C8A0
(146,200,160)
#9ECEAA
(158,206,170)
#AAD4B4
(170,212,180)
#B6DABE
(182,218,190)
#C2E0C8
(194,224,200)
#CEE6D2
(206,230,210)
#DAECDC
(218,236,220)
#E6F2E6
(230,242,230)
#F2F8F0
(242,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7ABC8C color. Also use rgb(122,188,140) instead hex code.

Text Font Color

.myTextColor { color: #7ABC8C; }

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

This text font color is #7ABC8C.


Background Color

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

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

This div background color is #7ABC8C.


Border color

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

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

This div border color is #7ABC8C.


Opacity

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

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

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

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

This text has shadow with #7ABC8C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7ABC8C on black background.


Color preview on white background

This text has color #7ABC8C on white background.



Black color preview on #7ABC8C background

This text has black color on #7ABC8C background.


White color preview on #7ABC8C background

This text has white color on #7ABC8C background.