COLOR #7ABB98

HEX: #7ABB98 RGB: (122,187,152)

Color info

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

RGB color model

#7ABB98 color RGB value is (122,187,152).

RGB: (122,187,152) (48%, 73%, 60%)

RGB channels and saturation

R 122 of 255 = 48%
G 187 of 255 = 73%
B 152 of 255 = 60%

122
187
152

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

Portions of RGB colors in percentages

R + G + B = 122 + 187 + 152 = 461 (100%)
R 122 of 461 ~ 26.46%
G 187 of 461 ~ 40.56%
B 152 of 461 ~ 32.97'%

%26.46
%40.56
%32.97

CMYK color model

#7ABB98 color CMYK value is (35,0,19,27).

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

CMYK: (35,0,19,27)
C35M0Y19K27 (35%, 0%, 19%, 27%)
(0.35 / 0.00 / 0.19 / 0.27)

CMYK percentages

%34.76
%0
%18.72
%26.67

Codes

Color #7ABB98 in popluar color models

7A BB 98
RGB 122 187 152
HSL 148° 32.34% 60.59%
HSB/HSV 148° 34.76% 73.33%
CMYK 34.76% 0.00% 18.72%
26.67%

Color #7ABB98 in popluar number systems.

HEX 7A BB 98
Decimal 122 187 152
Binary 1111010 10111011 10011000
Octal 172 273 230

Shades and tints

Shades of #7ABB98

#7ABB98
(122,187,152)
#6FAA8B
(111,170,139)
#64997E
(100,153,126)
#598871
(89,136,113)
#4E7764
(78,119,100)
#436657
(67,102,87)
#38554A
(56,85,74)
#2D443D
(45,68,61)
#223330
(34,51,48)
#172223
(23,34,35)
#0C1116
(12,17,22)
#000000
(0,0,0)

Tints of #7ABB98

#7ABB98
(122,187,152)
#86C1A1
(134,193,161)
#92C7AA
(146,199,170)
#9ECDB3
(158,205,179)
#AAD3BC
(170,211,188)
#B6D9C5
(182,217,197)
#C2DFCE
(194,223,206)
#CEE5D7
(206,229,215)
#DAEBE0
(218,235,224)
#E6F1E9
(230,241,233)
#F2F7F2
(242,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7ABB98; }

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

This text font color is #7ABB98.

Background Color

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

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

This div background color is #7ABB98.

Border color

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

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

This div border color is #7ABB98.

Opacity

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

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

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

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

This text has shadow with #7ABB98 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7ABB98.

Preview

Color preview on black background

This text has color #7ABB98 on black background.


Color preview on white background

This text has color #7ABB98 on white background.


Black color preview on #7ABB98 background

This text has black color on #7ABB98 background.


White color preview on #7ABB98 background

This text has white color on #7ABB98 background.


Related colors

Complementary color

Complementary color for #hex is #854467.


I love getcolorcode.com

Triadic colors

1 #987ABB and #BB987A with #7ABB98 are triadic colors.

2 #98BB7A and #BB7A98 with #7ABB98 are triadic colors.