COLOR #7AAE8D

HEX: #7AAE8D
RGB: (122,174,141)

Color info

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

RGB color model

#7AAE8D color RGB value is (122,174,141).

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

RGB channels and saturation

R 122 of 255 = 48%
G 174 of 255 = 68%
B 141 of 255 = 55%

122
174
141

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

Portions of RGB colors in percentages

R + G + B =
122 + 174 + 141 = 437 (100%)
R 122 of 437 ~ 27.92%
G 174 of 437 ~ 39.82%
B 141 of 437 ~ 32.27%

%27.92
%39.82
%32.27

CMYK color model

#7AAE8D color CMYK value is (30,0,19,32).

  • cyan value is 29.89%
  • magenta value is 0.00%
  • yellow value is 18.97%
  • key color value is 31.76%
CMYK:
(30,0,19,32)
C30M0Y19K32 
(30%,0%,19%,32%)
(0.30/0.00/0.19/0.32)	

CMYK percentages

%29.89
%0
%18.97
%31.76

Codes

Color #7AAE8D in popluar color models

7AAE8D
RGB122174141
HSL142°24.30%58.04%
HSB/HSV142°29.89%68.24%
CMYK29.89%0.00%18.97%
31.76%

Color #7AAE8D in popluar number systems.

HEX7AAE8D
Decimal122174141
Binary11110101010111010001101
Octal172256215

Shades and tints

Shades of #7AAE8D

#7AAE8D
(122,174,141)
#6F9F81
(111,159,129)
#649075
(100,144,117)
#598169
(89,129,105)
#4E725D
(78,114,93)
#436351
(67,99,81)
#385445
(56,84,69)
#2D4539
(45,69,57)
#22362D
(34,54,45)
#172721
(23,39,33)
#0C1815
(12,24,21)
#000000
(0,0,0)

Tints of #7AAE8D

#7AAE8D
(122,174,141)
#86B597
(134,181,151)
#92BCA1
(146,188,161)
#9EC3AB
(158,195,171)
#AACAB5
(170,202,181)
#B6D1BF
(182,209,191)
#C2D8C9
(194,216,201)
#CEDFD3
(206,223,211)
#DAE6DD
(218,230,221)
#E6EDE7
(230,237,231)
#F2F4F1
(242,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7AAE8D; }

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

This text font color is #7AAE8D.


Background Color

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

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

This div background color is #7AAE8D.


Border color

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

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

This div border color is #7AAE8D.


Opacity

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

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

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

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

This text has shadow with #7AAE8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7AAE8D on black background.


Color preview on white background

This text has color #7AAE8D on white background.



Black color preview on #7AAE8D background

This text has black color on #7AAE8D background.


White color preview on #7AAE8D background

This text has white color on #7AAE8D background.