COLOR #7AB393

HEX: #7AB393
RGB: (122,179,147)

Color info

#7AB393 contains red, green and blue colors in about the same proportion. Web safe color of #7AB393 is #669999 (or #699).

RGB color model

#7AB393 color RGB value is (122,179,147).

  • red value is 122;
  • green value is 179;
  • blue value is 147.
RGB:
(122,179,147)
(48%,70%,58%)

RGB channels and saturation

R 122 of 255 = 48%
G 179 of 255 = 70%
B 147 of 255 = 58%

122
179
147

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

Portions of RGB colors in percentages

R + G + B =
122 + 179 + 147 = 448 (100%)
R 122 of 448 ~ 27.23%
G 179 of 448 ~ 39.96%
B 147 of 448 ~ 32.81%

%27.23
%39.96
%32.81

CMYK color model

#7AB393 color CMYK value is (32,0,18,30).

  • cyan value is 31.84%
  • magenta value is 0.00%
  • yellow value is 17.88%
  • key color value is 29.80%
CMYK:
(32,0,18,30)
C32M0Y18K30 
(32%,0%,18%,30%)
(0.32/0.00/0.18/0.30)	

CMYK percentages

%31.84
%0
%17.88
%29.8

Codes

Color #7AB393 in popluar color models

7AB393
RGB122179147
HSL146°27.27%59.02%
HSB/HSV146°31.84%70.20%
CMYK31.84%0.00%17.88%
29.80%

Color #7AB393 in popluar number systems.

HEX7AB393
Decimal122179147
Binary11110101011001110010011
Octal172263223

Shades and tints

Shades of #7AB393

#7AB393
(122,179,147)
#6FA386
(111,163,134)
#649379
(100,147,121)
#59836C
(89,131,108)
#4E735F
(78,115,95)
#436352
(67,99,82)
#385345
(56,83,69)
#2D4338
(45,67,56)
#22332B
(34,51,43)
#17231E
(23,35,30)
#0C1311
(12,19,17)
#000000
(0,0,0)

Tints of #7AB393

#7AB393
(122,179,147)
#86B99C
(134,185,156)
#92BFA5
(146,191,165)
#9EC5AE
(158,197,174)
#AACBB7
(170,203,183)
#B6D1C0
(182,209,192)
#C2D7C9
(194,215,201)
#CEDDD2
(206,221,210)
#DAE3DB
(218,227,219)
#E6E9E4
(230,233,228)
#F2EFED
(242,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7AB393 color. Also use rgb(122,179,147) instead hex code.

Text Font Color

.myTextColor { color: #7AB393; }

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

This text font color is #7AB393.


Background Color

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

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

This div background color is #7AB393.


Border color

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

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

This div border color is #7AB393.


Opacity

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

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

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

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

This text has shadow with #7AB393 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7AB393 on black background.


Color preview on white background

This text has color #7AB393 on white background.



Black color preview on #7AB393 background

This text has black color on #7AB393 background.


White color preview on #7AB393 background

This text has white color on #7AB393 background.