COLOR #7AAFA2

HEX: #7AAFA2
RGB: (122,175,162)

Color info

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

RGB color model

#7AAFA2 color RGB value is (122,175,162).

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

RGB channels and saturation

R 122 of 255 = 48%
G 175 of 255 = 69%
B 162 of 255 = 64%

122
175
162

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

Portions of RGB colors in percentages

R + G + B =
122 + 175 + 162 = 459 (100%)
R 122 of 459 ~ 26.58%
G 175 of 459 ~ 38.13%
B 162 of 459 ~ 35.29%

%26.58
%38.13
%35.29

CMYK color model

#7AAFA2 color CMYK value is (30,0,7,31).

  • cyan value is 30.29%
  • magenta value is 0.00%
  • yellow value is 7.43%
  • key color value is 31.37%
CMYK:
(30,0,7,31)
C30M0Y7K31 
(30%,0%,7%,31%)
(0.30/0.00/0.07/0.31)	

CMYK percentages

%30.29
%0
%7.43
%31.37

Codes

Color #7AAFA2 in popluar color models

7AAFA2
RGB122175162
HSL165°24.88%58.24%
HSB/HSV165°30.29%68.63%
CMYK30.29%0.00%7.43%
31.37%

Color #7AAFA2 in popluar number systems.

HEX7AAFA2
Decimal122175162
Binary11110101010111110100010
Octal172257242

Shades and tints

Shades of #7AAFA2

#7AAFA2
(122,175,162)
#6FA094
(111,160,148)
#649186
(100,145,134)
#598278
(89,130,120)
#4E736A
(78,115,106)
#43645C
(67,100,92)
#38554E
(56,85,78)
#2D4640
(45,70,64)
#223732
(34,55,50)
#172824
(23,40,36)
#0C1916
(12,25,22)
#000000
(0,0,0)

Tints of #7AAFA2

#7AAFA2
(122,175,162)
#86B6AA
(134,182,170)
#92BDB2
(146,189,178)
#9EC4BA
(158,196,186)
#AACBC2
(170,203,194)
#B6D2CA
(182,210,202)
#C2D9D2
(194,217,210)
#CEE0DA
(206,224,218)
#DAE7E2
(218,231,226)
#E6EEEA
(230,238,234)
#F2F5F2
(242,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7AAFA2; }

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

This text font color is #7AAFA2.


Background Color

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

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

This div background color is #7AAFA2.


Border color

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

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

This div border color is #7AAFA2.


Opacity

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

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

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

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

This text has shadow with #7AAFA2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7AAFA2 on black background.


Color preview on white background

This text has color #7AAFA2 on white background.



Black color preview on #7AAFA2 background

This text has black color on #7AAFA2 background.


White color preview on #7AAFA2 background

This text has white color on #7AAFA2 background.