COLOR #7A8D99

HEX: #7A8D99
RGB: (122,141,153)

Color info

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

RGB color model

#7A8D99 color RGB value is (122,141,153).

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

RGB channels and saturation

R 122 of 255 = 48%
G 141 of 255 = 55%
B 153 of 255 = 60%

122
141
153

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

Portions of RGB colors in percentages

R + G + B =
122 + 141 + 153 = 416 (100%)
R 122 of 416 ~ 29.33%
G 141 of 416 ~ 33.89%
B 153 of 416 ~ 36.78%

%29.33
%33.89
%36.78

CMYK color model

#7A8D99 color CMYK value is (20,8,0,40).

  • cyan value is 20.26%
  • magenta value is 7.84%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(20,8,0,40)
C20M8Y0K40 
(20%,8%,0%,40%)
(0.20/0.08/0.00/0.40)	

CMYK percentages

%20.26
%7.84
%0
%40

Codes

Color #7A8D99 in popluar color models

7A8D99
RGB122141153
HSL203°13.19%53.92%
HSB/HSV203°20.26%60.00%
CMYK20.26%7.84%0.00%
40.00%

Color #7A8D99 in popluar number systems.

HEX7A8D99
Decimal122141153
Binary11110101000110110011001
Octal172215231

Shades and tints

Shades of #7A8D99

#7A8D99
(122,141,153)
#6F818C
(111,129,140)
#64757F
(100,117,127)
#596972
(89,105,114)
#4E5D65
(78,93,101)
#435158
(67,81,88)
#38454B
(56,69,75)
#2D393E
(45,57,62)
#222D31
(34,45,49)
#172124
(23,33,36)
#0C1517
(12,21,23)
#000000
(0,0,0)

Tints of #7A8D99

#7A8D99
(122,141,153)
#8697A2
(134,151,162)
#92A1AB
(146,161,171)
#9EABB4
(158,171,180)
#AAB5BD
(170,181,189)
#B6BFC6
(182,191,198)
#C2C9CF
(194,201,207)
#CED3D8
(206,211,216)
#DADDE1
(218,221,225)
#E6E7EA
(230,231,234)
#F2F1F3
(242,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A8D99; }

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

This text font color is #7A8D99.


Background Color

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

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

This div background color is #7A8D99.


Border color

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

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

This div border color is #7A8D99.


Opacity

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

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

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

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

This text has shadow with #7A8D99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A8D99 on black background.


Color preview on white background

This text has color #7A8D99 on white background.



Black color preview on #7A8D99 background

This text has black color on #7A8D99 background.


White color preview on #7A8D99 background

This text has white color on #7A8D99 background.