COLOR #7ABD99

HEX: #7ABD99 RGB: (122,189,153)

Color info

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

RGB color model

#7ABD99 color RGB value is (122,189,153).

RGB: (122,189,153) (48%, 74%, 60%)

RGB channels and saturation

R 122 of 255 = 48%
G 189 of 255 = 74%
B 153 of 255 = 60%

122
189
153

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

Portions of RGB colors in percentages

R + G + B = 122 + 189 + 153 = 464 (100%)
R 122 of 464 ~ 26.29%
G 189 of 464 ~ 40.73%
B 153 of 464 ~ 32.97'%

%26.29
%40.73
%32.97

CMYK color model

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

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

CMYK: (35,0,19,26)
C35M0Y19K26 (35%, 0%, 19%, 26%)
(0.35 / 0.00 / 0.19 / 0.26)

CMYK percentages

%35.45
%0
%19.05
%25.88

Codes

Color #7ABD99 in popluar color models

7A BD 99
RGB 122 189 153
HSL 148° 33.67% 60.98%
HSB/HSV 148° 35.45% 74.12%
CMYK 35.45% 0.00% 19.05%
25.88%

Color #7ABD99 in popluar number systems.

HEX 7A BD 99
Decimal 122 189 153
Binary 1111010 10111101 10011001
Octal 172 275 231

Shades and tints

Shades of #7ABD99

#7ABD99
(122,189,153)
#6FAC8C
(111,172,140)
#649B7F
(100,155,127)
#598A72
(89,138,114)
#4E7965
(78,121,101)
#436858
(67,104,88)
#38574B
(56,87,75)
#2D463E
(45,70,62)
#223531
(34,53,49)
#172424
(23,36,36)
#0C1317
(12,19,23)
#000000
(0,0,0)

Tints of #7ABD99

#7ABD99
(122,189,153)
#86C3A2
(134,195,162)
#92C9AB
(146,201,171)
#9ECFB4
(158,207,180)
#AAD5BD
(170,213,189)
#B6DBC6
(182,219,198)
#C2E1CF
(194,225,207)
#CEE7D8
(206,231,216)
#DAEDE1
(218,237,225)
#E6F3EA
(230,243,234)
#F2F9F3
(242,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7ABD99; }

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

This text font color is #7ABD99.

Background Color

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

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

This div background color is #7ABD99.

Border color

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

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

This div border color is #7ABD99.

Opacity

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

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

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

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

This text has shadow with #7ABD99 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7ABD99.

Preview

Color preview on black background

This text has color #7ABD99 on black background.


Color preview on white background

This text has color #7ABD99 on white background.


Black color preview on #7ABD99 background

This text has black color on #7ABD99 background.


White color preview on #7ABD99 background

This text has white color on #7ABD99 background.


Related colors

Complementary color

Complementary color for #hex is #854266.


I love getcolorcode.com

Triadic colors

1 #997ABD and #BD997A with #7ABD99 are triadic colors.

2 #99BD7A and #BD7A99 with #7ABD99 are triadic colors.