COLOR #7ABD9D

HEX: #7ABD9D RGB: (122,189,157)

Color info

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

RGB color model

#7ABD9D color RGB value is (122,189,157).

RGB: (122,189,157) (48%, 74%, 62%)

RGB channels and saturation

R 122 of 255 = 48%
G 189 of 255 = 74%
B 157 of 255 = 62%

122
189
157

R + G + B ~ 61%. #7ABD9D is quite light color.

Portions of RGB colors in percentages

R + G + B = 122 + 189 + 157 = 468 (100%)
R 122 of 468 ~ 26.07%
G 189 of 468 ~ 40.38%
B 157 of 468 ~ 33.55'%

%26.07
%40.38
%33.55

CMYK color model

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

  • cyan value is 35.45%
  • magenta value is 0.00%
  • yellow value is 16.93%
  • key color value is 25.88%

CMYK: (35,0,17,26)
C35M0Y17K26 (35%, 0%, 17%, 26%)
(0.35 / 0.00 / 0.17 / 0.26)

CMYK percentages

%35.45
%0
%16.93
%25.88

Codes

Color #7ABD9D in popluar color models

7A BD 9D
RGB 122 189 157
HSL 151° 33.67% 60.98%
HSB/HSV 151° 35.45% 74.12%
CMYK 35.45% 0.00% 16.93%
25.88%

Color #7ABD9D in popluar number systems.

HEX 7A BD 9D
Decimal 122 189 157
Binary 1111010 10111101 10011101
Octal 172 275 235

Shades and tints

Shades of #7ABD9D

#7ABD9D
(122,189,157)
#6FAC8F
(111,172,143)
#649B81
(100,155,129)
#598A73
(89,138,115)
#4E7965
(78,121,101)
#436857
(67,104,87)
#385749
(56,87,73)
#2D463B
(45,70,59)
#22352D
(34,53,45)
#17241F
(23,36,31)
#0C1311
(12,19,17)
#000000
(0,0,0)

Tints of #7ABD9D

#7ABD9D
(122,189,157)
#86C3A5
(134,195,165)
#92C9AD
(146,201,173)
#9ECFB5
(158,207,181)
#AAD5BD
(170,213,189)
#B6DBC5
(182,219,197)
#C2E1CD
(194,225,205)
#CEE7D5
(206,231,213)
#DAEDDD
(218,237,221)
#E6F3E5
(230,243,229)
#F2F9ED
(242,249,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7ABD9D color. Also use rgb(122,189,157) instead hex code.

Text Font Color

.myTextColor { color: #7ABD9D; }

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

This text font color is #7ABD9D.

Background Color

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

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

This div background color is #7ABD9D.

Border color

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

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

This div border color is #7ABD9D.

Opacity

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

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

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

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

This text has shadow with #7ABD9D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7ABD9D.

Preview

Color preview on black background

This text has color #7ABD9D on black background.


Color preview on white background

This text has color #7ABD9D on white background.


Black color preview on #7ABD9D background

This text has black color on #7ABD9D background.


White color preview on #7ABD9D background

This text has white color on #7ABD9D background.


Related colors

Complementary color

Complementary color for #hex is #854262.


I love getcolorcode.com

Triadic colors

1 #9D7ABD and #BD9D7A with #7ABD9D are triadic colors.

2 #9DBD7A and #BD7A9D with #7ABD9D are triadic colors.