COLOR #7AA696

HEX: #7AA696
RGB: (122,166,150)

Color info

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

RGB color model

#7AA696 color RGB value is (122,166,150).

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

RGB channels and saturation

R 122 of 255 = 48%
G 166 of 255 = 65%
B 150 of 255 = 59%

122
166
150

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

Portions of RGB colors in percentages

R + G + B =
122 + 166 + 150 = 438 (100%)
R 122 of 438 ~ 27.85%
G 166 of 438 ~ 37.9%
B 150 of 438 ~ 34.25%

%27.85
%37.9
%34.25

CMYK color model

#7AA696 color CMYK value is (27,0,10,35).

  • cyan value is 26.51%
  • magenta value is 0.00%
  • yellow value is 9.64%
  • key color value is 34.90%
CMYK:
(27,0,10,35)
C27M0Y10K35 
(27%,0%,10%,35%)
(0.27/0.00/0.10/0.35)	

CMYK percentages

%26.51
%0
%9.64
%34.9

Codes

Color #7AA696 in popluar color models

7AA696
RGB122166150
HSL158°19.82%56.47%
HSB/HSV158°26.51%65.10%
CMYK26.51%0.00%9.64%
34.90%

Color #7AA696 in popluar number systems.

HEX7AA696
Decimal122166150
Binary11110101010011010010110
Octal172246226

Shades and tints

Shades of #7AA696

#7AA696
(122,166,150)
#6F9789
(111,151,137)
#64887C
(100,136,124)
#59796F
(89,121,111)
#4E6A62
(78,106,98)
#435B55
(67,91,85)
#384C48
(56,76,72)
#2D3D3B
(45,61,59)
#222E2E
(34,46,46)
#171F21
(23,31,33)
#0C1014
(12,16,20)
#000000
(0,0,0)

Tints of #7AA696

#7AA696
(122,166,150)
#86AE9F
(134,174,159)
#92B6A8
(146,182,168)
#9EBEB1
(158,190,177)
#AAC6BA
(170,198,186)
#B6CEC3
(182,206,195)
#C2D6CC
(194,214,204)
#CEDED5
(206,222,213)
#DAE6DE
(218,230,222)
#E6EEE7
(230,238,231)
#F2F6F0
(242,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7AA696; }

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

This text font color is #7AA696.


Background Color

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

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

This div background color is #7AA696.


Border color

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

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

This div border color is #7AA696.


Opacity

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

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

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

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

This text has shadow with #7AA696 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7AA696 on black background.


Color preview on white background

This text has color #7AA696 on white background.



Black color preview on #7AA696 background

This text has black color on #7AA696 background.


White color preview on #7AA696 background

This text has white color on #7AA696 background.