COLOR #7AA899

HEX: #7AA899 RGB: (122,168,153)

Color info

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

RGB color model

#7AA899 color RGB value is (122,168,153).

RGB: (122,168,153) (48%, 66%, 60%)

RGB channels and saturation

R 122 of 255 = 48%
G 168 of 255 = 66%
B 153 of 255 = 60%

122
168
153

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

Portions of RGB colors in percentages

R + G + B = 122 + 168 + 153 = 443 (100%)
R 122 of 443 ~ 27.54%
G 168 of 443 ~ 37.92%
B 153 of 443 ~ 34.54'%

%27.54
%37.92
%34.54

CMYK color model

#7AA899 color CMYK value is (27,0,9,34).

  • cyan value is 27.38%
  • magenta value is 0.00%
  • yellow value is 8.93%
  • key color value is 34.12%

CMYK: (27,0,9,34)
C27M0Y9K34 (27%, 0%, 9%, 34%)
(0.27 / 0.00 / 0.09 / 0.34)

CMYK percentages

%27.38
%0
%8.93
%34.12

Codes

Color #7AA899 in popluar color models

7A A8 99
RGB 122 168 153
HSL 160° 20.91% 56.86%
HSB/HSV 160° 27.38% 65.88%
CMYK 27.38% 0.00% 8.93%
34.12%

Color #7AA899 in popluar number systems.

HEX 7A A8 99
Decimal 122 168 153
Binary 1111010 10101000 10011001
Octal 172 250 231

Shades and tints

Shades of #7AA899

#7AA899
(122,168,153)
#6F998C
(111,153,140)
#648A7F
(100,138,127)
#597B72
(89,123,114)
#4E6C65
(78,108,101)
#435D58
(67,93,88)
#384E4B
(56,78,75)
#2D3F3E
(45,63,62)
#223031
(34,48,49)
#172124
(23,33,36)
#0C1217
(12,18,23)
#000000
(0,0,0)

Tints of #7AA899

#7AA899
(122,168,153)
#86AFA2
(134,175,162)
#92B6AB
(146,182,171)
#9EBDB4
(158,189,180)
#AAC4BD
(170,196,189)
#B6CBC6
(182,203,198)
#C2D2CF
(194,210,207)
#CED9D8
(206,217,216)
#DAE0E1
(218,224,225)
#E6E7EA
(230,231,234)
#F2EEF3
(242,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7AA899 color. Also use rgb(122,168,153) instead hex code.

Text Font Color

.myTextColor { color: #7AA899; }

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

This text font color is #7AA899.

Background Color

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

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

This div background color is #7AA899.

Border color

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

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

This div border color is #7AA899.

Opacity

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

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

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

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

This text has shadow with #7AA899 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7AA899.

Preview

Color preview on black background

This text has color #7AA899 on black background.


Color preview on white background

This text has color #7AA899 on white background.


Black color preview on #7AA899 background

This text has black color on #7AA899 background.


White color preview on #7AA899 background

This text has white color on #7AA899 background.


Related colors

Complementary color

Complementary color for #hex is #855766.


I love getcolorcode.com

Triadic colors

1 #997AA8 and #A8997A with #7AA899 are triadic colors.

2 #99A87A and #A87A99 with #7AA899 are triadic colors.