COLOR #7AB99C

HEX: #7AB99C
RGB: (122,185,156)

Color info

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

RGB color model

#7AB99C color RGB value is (122,185,156).

  • red value is 122;
  • green value is 185;
  • blue value is 156.
RGB:
(122,185,156)
(48%,73%,61%)

RGB channels and saturation

R 122 of 255 = 48%
G 185 of 255 = 73%
B 156 of 255 = 61%

122
185
156

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

Portions of RGB colors in percentages

R + G + B =
122 + 185 + 156 = 463 (100%)
R 122 of 463 ~ 26.35%
G 185 of 463 ~ 39.96%
B 156 of 463 ~ 33.69%

%26.35
%39.96
%33.69

CMYK color model

#7AB99C color CMYK value is (34,0,16,27).

  • cyan value is 34.05%
  • magenta value is 0.00%
  • yellow value is 15.68%
  • key color value is 27.45%
CMYK:
(34,0,16,27)
C34M0Y16K27 
(34%,0%,16%,27%)
(0.34/0.00/0.16/0.27)	

CMYK percentages

%34.05
%0
%15.68
%27.45

Codes

Color #7AB99C in popluar color models

7AB99C
RGB122185156
HSL152°31.03%60.20%
HSB/HSV152°34.05%72.55%
CMYK34.05%0.00%15.68%
27.45%

Color #7AB99C in popluar number systems.

HEX7AB99C
Decimal122185156
Binary11110101011100110011100
Octal172271234

Shades and tints

Shades of #7AB99C

#7AB99C
(122,185,156)
#6FA98E
(111,169,142)
#649980
(100,153,128)
#598972
(89,137,114)
#4E7964
(78,121,100)
#436956
(67,105,86)
#385948
(56,89,72)
#2D493A
(45,73,58)
#22392C
(34,57,44)
#17291E
(23,41,30)
#0C1910
(12,25,16)
#000000
(0,0,0)

Tints of #7AB99C

#7AB99C
(122,185,156)
#86BFA5
(134,191,165)
#92C5AE
(146,197,174)
#9ECBB7
(158,203,183)
#AAD1C0
(170,209,192)
#B6D7C9
(182,215,201)
#C2DDD2
(194,221,210)
#CEE3DB
(206,227,219)
#DAE9E4
(218,233,228)
#E6EFED
(230,239,237)
#F2F5F6
(242,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7AB99C color. Also use rgb(122,185,156) instead hex code.

Text Font Color

.myTextColor { color: #7AB99C; }

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

This text font color is #7AB99C.


Background Color

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

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

This div background color is #7AB99C.


Border color

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

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

This div border color is #7AB99C.


Opacity

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

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

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

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

This text has shadow with #7AB99C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7AB99C on black background.


Color preview on white background

This text has color #7AB99C on white background.



Black color preview on #7AB99C background

This text has black color on #7AB99C background.


White color preview on #7AB99C background

This text has white color on #7AB99C background.