COLOR #7AAEA6

HEX: #7AAEA6
RGB: (122,174,166)

Color info

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

RGB color model

#7AAEA6 color RGB value is (122,174,166).

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

RGB channels and saturation

R 122 of 255 = 48%
G 174 of 255 = 68%
B 166 of 255 = 65%

122
174
166

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

Portions of RGB colors in percentages

R + G + B =
122 + 174 + 166 = 462 (100%)
R 122 of 462 ~ 26.41%
G 174 of 462 ~ 37.66%
B 166 of 462 ~ 35.93%

%26.41
%37.66
%35.93

CMYK color model

#7AAEA6 color CMYK value is (30,0,5,32).

  • cyan value is 29.89%
  • magenta value is 0.00%
  • yellow value is 4.60%
  • key color value is 31.76%
CMYK:
(30,0,5,32)
C30M0Y5K32 
(30%,0%,5%,32%)
(0.30/0.00/0.05/0.32)	

CMYK percentages

%29.89
%0
%4.6
%31.76

Codes

Color #7AAEA6 in popluar color models

7AAEA6
RGB122174166
HSL171°24.30%58.04%
HSB/HSV171°29.89%68.24%
CMYK29.89%0.00%4.60%
31.76%

Color #7AAEA6 in popluar number systems.

HEX7AAEA6
Decimal122174166
Binary11110101010111010100110
Octal172256246

Shades and tints

Shades of #7AAEA6

#7AAEA6
(122,174,166)
#6F9F97
(111,159,151)
#649088
(100,144,136)
#598179
(89,129,121)
#4E726A
(78,114,106)
#43635B
(67,99,91)
#38544C
(56,84,76)
#2D453D
(45,69,61)
#22362E
(34,54,46)
#17271F
(23,39,31)
#0C1810
(12,24,16)
#000000
(0,0,0)

Tints of #7AAEA6

#7AAEA6
(122,174,166)
#86B5AE
(134,181,174)
#92BCB6
(146,188,182)
#9EC3BE
(158,195,190)
#AACAC6
(170,202,198)
#B6D1CE
(182,209,206)
#C2D8D6
(194,216,214)
#CEDFDE
(206,223,222)
#DAE6E6
(218,230,230)
#E6EDEE
(230,237,238)
#F2F4F6
(242,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7AAEA6; }

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

This text font color is #7AAEA6.


Background Color

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

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

This div background color is #7AAEA6.


Border color

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

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

This div border color is #7AAEA6.


Opacity

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

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

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

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

This text has shadow with #7AAEA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7AAEA6 on black background.


Color preview on white background

This text has color #7AAEA6 on white background.



Black color preview on #7AAEA6 background

This text has black color on #7AAEA6 background.


White color preview on #7AAEA6 background

This text has white color on #7AAEA6 background.