COLOR #7A9D9E

HEX: #7A9D9E
RGB: (122,157,158)

Color info

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

RGB color model

#7A9D9E color RGB value is (122,157,158).

  • red value is 122;
  • green value is 157;
  • blue value is 158.
RGB:
(122,157,158)
(48%,62%,62%)

RGB channels and saturation

R 122 of 255 = 48%
G 157 of 255 = 62%
B 158 of 255 = 62%

122
157
158

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

Portions of RGB colors in percentages

R + G + B =
122 + 157 + 158 = 437 (100%)
R 122 of 437 ~ 27.92%
G 157 of 437 ~ 35.93%
B 158 of 437 ~ 36.16%

%27.92
%35.93
%36.16

CMYK color model

#7A9D9E color CMYK value is (23,1,0,38).

  • cyan value is 22.78%
  • magenta value is 0.63%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK:
(23,1,0,38)
C23M1Y0K38 
(23%,1%,0%,38%)
(0.23/0.01/0.00/0.38)	

CMYK percentages

%22.78
%0.63
%0
%38.04

Codes

Color #7A9D9E in popluar color models

7A9D9E
RGB122157158
HSL182°15.65%54.90%
HSB/HSV182°22.78%61.96%
CMYK22.78%0.63%0.00%
38.04%

Color #7A9D9E in popluar number systems.

HEX7A9D9E
Decimal122157158
Binary11110101001110110011110
Octal172235236

Shades and tints

Shades of #7A9D9E

#7A9D9E
(122,157,158)
#6F8F90
(111,143,144)
#648182
(100,129,130)
#597374
(89,115,116)
#4E6566
(78,101,102)
#435758
(67,87,88)
#38494A
(56,73,74)
#2D3B3C
(45,59,60)
#222D2E
(34,45,46)
#171F20
(23,31,32)
#0C1112
(12,17,18)
#000000
(0,0,0)

Tints of #7A9D9E

#7A9D9E
(122,157,158)
#86A5A6
(134,165,166)
#92ADAE
(146,173,174)
#9EB5B6
(158,181,182)
#AABDBE
(170,189,190)
#B6C5C6
(182,197,198)
#C2CDCE
(194,205,206)
#CED5D6
(206,213,214)
#DADDDE
(218,221,222)
#E6E5E6
(230,229,230)
#F2EDEE
(242,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A9D9E color. Also use rgb(122,157,158) instead hex code.

Text Font Color

.myTextColor { color: #7A9D9E; }

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

This text font color is #7A9D9E.


Background Color

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

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

This div background color is #7A9D9E.


Border color

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

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

This div border color is #7A9D9E.


Opacity

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

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

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

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

This text has shadow with #7A9D9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A9D9E on black background.


Color preview on white background

This text has color #7A9D9E on white background.



Black color preview on #7A9D9E background

This text has black color on #7A9D9E background.


White color preview on #7A9D9E background

This text has white color on #7A9D9E background.