COLOR #7AAE9B

HEX: #7AAE9B
RGB: (122,174,155)

Color info

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

RGB color model

#7AAE9B color RGB value is (122,174,155).

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

RGB channels and saturation

R 122 of 255 = 48%
G 174 of 255 = 68%
B 155 of 255 = 61%

122
174
155

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

Portions of RGB colors in percentages

R + G + B =
122 + 174 + 155 = 451 (100%)
R 122 of 451 ~ 27.05%
G 174 of 451 ~ 38.58%
B 155 of 451 ~ 34.37%

%27.05
%38.58
%34.37

CMYK color model

#7AAE9B color CMYK value is (30,0,11,32).

  • cyan value is 29.89%
  • magenta value is 0.00%
  • yellow value is 10.92%
  • key color value is 31.76%
CMYK:
(30,0,11,32)
C30M0Y11K32 
(30%,0%,11%,32%)
(0.30/0.00/0.11/0.32)	

CMYK percentages

%29.89
%0
%10.92
%31.76

Codes

Color #7AAE9B in popluar color models

7AAE9B
RGB122174155
HSL158°24.30%58.04%
HSB/HSV158°29.89%68.24%
CMYK29.89%0.00%10.92%
31.76%

Color #7AAE9B in popluar number systems.

HEX7AAE9B
Decimal122174155
Binary11110101010111010011011
Octal172256233

Shades and tints

Shades of #7AAE9B

#7AAE9B
(122,174,155)
#6F9F8D
(111,159,141)
#64907F
(100,144,127)
#598171
(89,129,113)
#4E7263
(78,114,99)
#436355
(67,99,85)
#385447
(56,84,71)
#2D4539
(45,69,57)
#22362B
(34,54,43)
#17271D
(23,39,29)
#0C180F
(12,24,15)
#000000
(0,0,0)

Tints of #7AAE9B

#7AAE9B
(122,174,155)
#86B5A4
(134,181,164)
#92BCAD
(146,188,173)
#9EC3B6
(158,195,182)
#AACABF
(170,202,191)
#B6D1C8
(182,209,200)
#C2D8D1
(194,216,209)
#CEDFDA
(206,223,218)
#DAE6E3
(218,230,227)
#E6EDEC
(230,237,236)
#F2F4F5
(242,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7AAE9B; }

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

This text font color is #7AAE9B.


Background Color

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

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

This div background color is #7AAE9B.


Border color

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

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

This div border color is #7AAE9B.


Opacity

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

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

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

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

This text has shadow with #7AAE9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7AAE9B on black background.


Color preview on white background

This text has color #7AAE9B on white background.



Black color preview on #7AAE9B background

This text has black color on #7AAE9B background.


White color preview on #7AAE9B background

This text has white color on #7AAE9B background.