COLOR #7AA196

HEX: #7AA196
RGB: (122,161,150)

Color info

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

RGB color model

#7AA196 color RGB value is (122,161,150).

  • red value is 122;
  • green value is 161;
  • blue value is 150.
RGB:
(122,161,150)
(48%,63%,59%)

RGB channels and saturation

R 122 of 255 = 48%
G 161 of 255 = 63%
B 150 of 255 = 59%

122
161
150

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

Portions of RGB colors in percentages

R + G + B =
122 + 161 + 150 = 433 (100%)
R 122 of 433 ~ 28.18%
G 161 of 433 ~ 37.18%
B 150 of 433 ~ 34.64%

%28.18
%37.18
%34.64

CMYK color model

#7AA196 color CMYK value is (24,0,7,37).

  • cyan value is 24.22%
  • magenta value is 0.00%
  • yellow value is 6.83%
  • key color value is 36.86%
CMYK:
(24,0,7,37)
C24M0Y7K37 
(24%,0%,7%,37%)
(0.24/0.00/0.07/0.37)	

CMYK percentages

%24.22
%0
%6.83
%36.86

Codes

Color #7AA196 in popluar color models

7AA196
RGB122161150
HSL163°17.18%55.49%
HSB/HSV163°24.22%63.14%
CMYK24.22%0.00%6.83%
36.86%

Color #7AA196 in popluar number systems.

HEX7AA196
Decimal122161150
Binary11110101010000110010110
Octal172241226

Shades and tints

Shades of #7AA196

#7AA196
(122,161,150)
#6F9389
(111,147,137)
#64857C
(100,133,124)
#59776F
(89,119,111)
#4E6962
(78,105,98)
#435B55
(67,91,85)
#384D48
(56,77,72)
#2D3F3B
(45,63,59)
#22312E
(34,49,46)
#172321
(23,35,33)
#0C1514
(12,21,20)
#000000
(0,0,0)

Tints of #7AA196

#7AA196
(122,161,150)
#86A99F
(134,169,159)
#92B1A8
(146,177,168)
#9EB9B1
(158,185,177)
#AAC1BA
(170,193,186)
#B6C9C3
(182,201,195)
#C2D1CC
(194,209,204)
#CED9D5
(206,217,213)
#DAE1DE
(218,225,222)
#E6E9E7
(230,233,231)
#F2F1F0
(242,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7AA196 color. Also use rgb(122,161,150) instead hex code.

Text Font Color

.myTextColor { color: #7AA196; }

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

This text font color is #7AA196.


Background Color

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

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

This div background color is #7AA196.


Border color

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

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

This div border color is #7AA196.


Opacity

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

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

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

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

This text has shadow with #7AA196 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7AA196 on black background.


Color preview on white background

This text has color #7AA196 on white background.



Black color preview on #7AA196 background

This text has black color on #7AA196 background.


White color preview on #7AA196 background

This text has white color on #7AA196 background.