COLOR #7AB6A2

HEX: #7AB6A2
RGB: (122,182,162)

Color info

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

RGB color model

#7AB6A2 color RGB value is (122,182,162).

  • red value is 122;
  • green value is 182;
  • blue value is 162.
RGB:
(122,182,162)
(48%,71%,64%)

RGB channels and saturation

R 122 of 255 = 48%
G 182 of 255 = 71%
B 162 of 255 = 64%

122
182
162

R + G + B ~ 61%. #7AB6A2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
122 + 182 + 162 = 466 (100%)
R 122 of 466 ~ 26.18%
G 182 of 466 ~ 39.06%
B 162 of 466 ~ 34.76%

%26.18
%39.06
%34.76

CMYK color model

#7AB6A2 color CMYK value is (33,0,11,29).

  • cyan value is 32.97%
  • magenta value is 0.00%
  • yellow value is 10.99%
  • key color value is 28.63%
CMYK:
(33,0,11,29)
C33M0Y11K29 
(33%,0%,11%,29%)
(0.33/0.00/0.11/0.29)	

CMYK percentages

%32.97
%0
%10.99
%28.63

Codes

Color #7AB6A2 in popluar color models

7AB6A2
RGB122182162
HSL160°29.13%59.61%
HSB/HSV160°32.97%71.37%
CMYK32.97%0.00%10.99%
28.63%

Color #7AB6A2 in popluar number systems.

HEX7AB6A2
Decimal122182162
Binary11110101011011010100010
Octal172266242

Shades and tints

Shades of #7AB6A2

#7AB6A2
(122,182,162)
#6FA694
(111,166,148)
#649686
(100,150,134)
#598678
(89,134,120)
#4E766A
(78,118,106)
#43665C
(67,102,92)
#38564E
(56,86,78)
#2D4640
(45,70,64)
#223632
(34,54,50)
#172624
(23,38,36)
#0C1616
(12,22,22)
#000000
(0,0,0)

Tints of #7AB6A2

#7AB6A2
(122,182,162)
#86BCAA
(134,188,170)
#92C2B2
(146,194,178)
#9EC8BA
(158,200,186)
#AACEC2
(170,206,194)
#B6D4CA
(182,212,202)
#C2DAD2
(194,218,210)
#CEE0DA
(206,224,218)
#DAE6E2
(218,230,226)
#E6ECEA
(230,236,234)
#F2F2F2
(242,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7AB6A2 color. Also use rgb(122,182,162) instead hex code.

Text Font Color

.myTextColor { color: #7AB6A2; }

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

This text font color is #7AB6A2.


Background Color

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

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

This div background color is #7AB6A2.


Border color

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

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

This div border color is #7AB6A2.


Opacity

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

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

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

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

This text has shadow with #7AB6A2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7AB6A2 on black background.


Color preview on white background

This text has color #7AB6A2 on white background.



Black color preview on #7AB6A2 background

This text has black color on #7AB6A2 background.


White color preview on #7AB6A2 background

This text has white color on #7AB6A2 background.