COLOR #7AC6A7

HEX: #7AC6A7
RGB: (122,198,167)

Color info

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

RGB color model

#7AC6A7 color RGB value is (122,198,167).

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

RGB channels and saturation

R 122 of 255 = 48%
G 198 of 255 = 78%
B 167 of 255 = 65%

122
198
167

R + G + B ~ 64%. #7AC6A7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
122 + 198 + 167 = 487 (100%)
R 122 of 487 ~ 25.05%
G 198 of 487 ~ 40.66%
B 167 of 487 ~ 34.29%

%25.05
%40.66
%34.29

CMYK color model

#7AC6A7 color CMYK value is (38,0,16,22).

  • cyan value is 38.38%
  • magenta value is 0.00%
  • yellow value is 15.66%
  • key color value is 22.35%
CMYK:
(38,0,16,22)
C38M0Y16K22 
(38%,0%,16%,22%)
(0.38/0.00/0.16/0.22)	

CMYK percentages

%38.38
%0
%15.66
%22.35

Codes

Color #7AC6A7 in popluar color models

7AC6A7
RGB122198167
HSL156°40.00%62.75%
HSB/HSV156°38.38%77.65%
CMYK38.38%0.00%15.66%
22.35%

Color #7AC6A7 in popluar number systems.

HEX7AC6A7
Decimal122198167
Binary11110101100011010100111
Octal172306247

Shades and tints

Shades of #7AC6A7

#7AC6A7
(122,198,167)
#6FB498
(111,180,152)
#64A289
(100,162,137)
#59907A
(89,144,122)
#4E7E6B
(78,126,107)
#436C5C
(67,108,92)
#385A4D
(56,90,77)
#2D483E
(45,72,62)
#22362F
(34,54,47)
#172420
(23,36,32)
#0C1211
(12,18,17)
#000000
(0,0,0)

Tints of #7AC6A7

#7AC6A7
(122,198,167)
#86CBAF
(134,203,175)
#92D0B7
(146,208,183)
#9ED5BF
(158,213,191)
#AADAC7
(170,218,199)
#B6DFCF
(182,223,207)
#C2E4D7
(194,228,215)
#CEE9DF
(206,233,223)
#DAEEE7
(218,238,231)
#E6F3EF
(230,243,239)
#F2F8F7
(242,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7AC6A7; }

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

This text font color is #7AC6A7.


Background Color

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

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

This div background color is #7AC6A7.


Border color

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

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

This div border color is #7AC6A7.


Opacity

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

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

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

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

This text has shadow with #7AC6A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7AC6A7 on black background.


Color preview on white background

This text has color #7AC6A7 on white background.



Black color preview on #7AC6A7 background

This text has black color on #7AC6A7 background.


White color preview on #7AC6A7 background

This text has white color on #7AC6A7 background.