COLOR #7AC6AD

HEX: #7AC6AD
RGB: (122,198,173)

Color info

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

RGB color model

#7AC6AD color RGB value is (122,198,173).

  • red value is 122;
  • green value is 198;
  • blue value is 173.
RGB:
(122,198,173)
(48%,78%,68%)

RGB channels and saturation

R 122 of 255 = 48%
G 198 of 255 = 78%
B 173 of 255 = 68%

122
198
173

R + G + B ~ 65%. #7AC6AD is quite light color.

Portions of RGB colors in percentages

R + G + B =
122 + 198 + 173 = 493 (100%)
R 122 of 493 ~ 24.75%
G 198 of 493 ~ 40.16%
B 173 of 493 ~ 35.09%

%24.75
%40.16
%35.09

CMYK color model

#7AC6AD color CMYK value is (38,0,13,22).

  • cyan value is 38.38%
  • magenta value is 0.00%
  • yellow value is 12.63%
  • key color value is 22.35%
CMYK:
(38,0,13,22)
C38M0Y13K22 
(38%,0%,13%,22%)
(0.38/0.00/0.13/0.22)	

CMYK percentages

%38.38
%0
%12.63
%22.35

Codes

Color #7AC6AD in popluar color models

7AC6AD
RGB122198173
HSL160°40.00%62.75%
HSB/HSV160°38.38%77.65%
CMYK38.38%0.00%12.63%
22.35%

Color #7AC6AD in popluar number systems.

HEX7AC6AD
Decimal122198173
Binary11110101100011010101101
Octal172306255

Shades and tints

Shades of #7AC6AD

#7AC6AD
(122,198,173)
#6FB49E
(111,180,158)
#64A28F
(100,162,143)
#599080
(89,144,128)
#4E7E71
(78,126,113)
#436C62
(67,108,98)
#385A53
(56,90,83)
#2D4844
(45,72,68)
#223635
(34,54,53)
#172426
(23,36,38)
#0C1217
(12,18,23)
#000000
(0,0,0)

Tints of #7AC6AD

#7AC6AD
(122,198,173)
#86CBB4
(134,203,180)
#92D0BB
(146,208,187)
#9ED5C2
(158,213,194)
#AADAC9
(170,218,201)
#B6DFD0
(182,223,208)
#C2E4D7
(194,228,215)
#CEE9DE
(206,233,222)
#DAEEE5
(218,238,229)
#E6F3EC
(230,243,236)
#F2F8F3
(242,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7AC6AD color. Also use rgb(122,198,173) instead hex code.

Text Font Color

.myTextColor { color: #7AC6AD; }

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

This text font color is #7AC6AD.


Background Color

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

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

This div background color is #7AC6AD.


Border color

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

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

This div border color is #7AC6AD.


Opacity

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

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

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

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

This text has shadow with #7AC6AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7AC6AD on black background.


Color preview on white background

This text has color #7AC6AD on white background.



Black color preview on #7AC6AD background

This text has black color on #7AC6AD background.


White color preview on #7AC6AD background

This text has white color on #7AC6AD background.