COLOR #7ABB8E

HEX: #7ABB8E RGB: (122,187,142)

Color info

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

RGB color model

#7ABB8E color RGB value is (122,187,142).

RGB: (122,187,142) (48%, 73%, 56%)

RGB channels and saturation

R 122 of 255 = 48%
G 187 of 255 = 73%
B 142 of 255 = 56%

122
187
142

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

Portions of RGB colors in percentages

R + G + B = 122 + 187 + 142 = 451 (100%)
R 122 of 451 ~ 27.05%
G 187 of 451 ~ 41.46%
B 142 of 451 ~ 31.49'%

%27.05
%41.46
%31.49

CMYK color model

#7ABB8E color CMYK value is (35,0,24,27).

  • cyan value is 34.76%
  • magenta value is 0.00%
  • yellow value is 24.06%
  • key color value is 26.67%

CMYK: (35,0,24,27)
C35M0Y24K27 (35%, 0%, 24%, 27%)
(0.35 / 0.00 / 0.24 / 0.27)

CMYK percentages

%34.76
%0
%24.06
%26.67

Codes

Color #7ABB8E in popluar color models

7A BB 8E
RGB 122 187 142
HSL 138° 32.34% 60.59%
HSB/HSV 138° 34.76% 73.33%
CMYK 34.76% 0.00% 24.06%
26.67%

Color #7ABB8E in popluar number systems.

HEX 7A BB 8E
Decimal 122 187 142
Binary 1111010 10111011 10001110
Octal 172 273 216

Shades and tints

Shades of #7ABB8E

#7ABB8E
(122,187,142)
#6FAA82
(111,170,130)
#649976
(100,153,118)
#59886A
(89,136,106)
#4E775E
(78,119,94)
#436652
(67,102,82)
#385546
(56,85,70)
#2D443A
(45,68,58)
#22332E
(34,51,46)
#172222
(23,34,34)
#0C1116
(12,17,22)
#000000
(0,0,0)

Tints of #7ABB8E

#7ABB8E
(122,187,142)
#86C198
(134,193,152)
#92C7A2
(146,199,162)
#9ECDAC
(158,205,172)
#AAD3B6
(170,211,182)
#B6D9C0
(182,217,192)
#C2DFCA
(194,223,202)
#CEE5D4
(206,229,212)
#DAEBDE
(218,235,222)
#E6F1E8
(230,241,232)
#F2F7F2
(242,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7ABB8E color. Also use rgb(122,187,142) instead hex code.

Text Font Color

.myTextColor { color: #7ABB8E; }

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

This text font color is #7ABB8E.

Background Color

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

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

This div background color is #7ABB8E.

Border color

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

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

This div border color is #7ABB8E.

Opacity

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

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

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

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

This text has shadow with #7ABB8E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7ABB8E.

Preview

Color preview on black background

This text has color #7ABB8E on black background.


Color preview on white background

This text has color #7ABB8E on white background.


Black color preview on #7ABB8E background

This text has black color on #7ABB8E background.


White color preview on #7ABB8E background

This text has white color on #7ABB8E background.


Related colors

Complementary color

Complementary color for #hex is #854471.


I love getcolorcode.com

Triadic colors

1 #8E7ABB and #BB8E7A with #7ABB8E are triadic colors.

2 #8EBB7A and #BB7A8E with #7ABB8E are triadic colors.