COLOR #7AAE94

HEX: #7AAE94
RGB: (122,174,148)

Color info

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

RGB color model

#7AAE94 color RGB value is (122,174,148).

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

RGB channels and saturation

R 122 of 255 = 48%
G 174 of 255 = 68%
B 148 of 255 = 58%

122
174
148

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

Portions of RGB colors in percentages

R + G + B =
122 + 174 + 148 = 444 (100%)
R 122 of 444 ~ 27.48%
G 174 of 444 ~ 39.19%
B 148 of 444 ~ 33.33%

%27.48
%39.19
%33.33

CMYK color model

#7AAE94 color CMYK value is (30,0,15,32).

  • cyan value is 29.89%
  • magenta value is 0.00%
  • yellow value is 14.94%
  • key color value is 31.76%
CMYK:
(30,0,15,32)
C30M0Y15K32 
(30%,0%,15%,32%)
(0.30/0.00/0.15/0.32)	

CMYK percentages

%29.89
%0
%14.94
%31.76

Codes

Color #7AAE94 in popluar color models

7AAE94
RGB122174148
HSL150°24.30%58.04%
HSB/HSV150°29.89%68.24%
CMYK29.89%0.00%14.94%
31.76%

Color #7AAE94 in popluar number systems.

HEX7AAE94
Decimal122174148
Binary11110101010111010010100
Octal172256224

Shades and tints

Shades of #7AAE94

#7AAE94
(122,174,148)
#6F9F87
(111,159,135)
#64907A
(100,144,122)
#59816D
(89,129,109)
#4E7260
(78,114,96)
#436353
(67,99,83)
#385446
(56,84,70)
#2D4539
(45,69,57)
#22362C
(34,54,44)
#17271F
(23,39,31)
#0C1812
(12,24,18)
#000000
(0,0,0)

Tints of #7AAE94

#7AAE94
(122,174,148)
#86B59D
(134,181,157)
#92BCA6
(146,188,166)
#9EC3AF
(158,195,175)
#AACAB8
(170,202,184)
#B6D1C1
(182,209,193)
#C2D8CA
(194,216,202)
#CEDFD3
(206,223,211)
#DAE6DC
(218,230,220)
#E6EDE5
(230,237,229)
#F2F4EE
(242,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7AAE94; }

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

This text font color is #7AAE94.


Background Color

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

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

This div background color is #7AAE94.


Border color

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

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

This div border color is #7AAE94.


Opacity

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

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

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

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

This text has shadow with #7AAE94 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7AAE94 on black background.


Color preview on white background

This text has color #7AAE94 on white background.



Black color preview on #7AAE94 background

This text has black color on #7AAE94 background.


White color preview on #7AAE94 background

This text has white color on #7AAE94 background.