COLOR #7994A5

HEX: #7994A5
RGB: (121,148,165)

Color info

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

RGB color model

#7994A5 color RGB value is (121,148,165).

  • red value is 121;
  • green value is 148;
  • blue value is 165.
RGB:
(121,148,165)
(47%,58%,65%)

RGB channels and saturation

R 121 of 255 = 47%
G 148 of 255 = 58%
B 165 of 255 = 65%

121
148
165

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

Portions of RGB colors in percentages

R + G + B =
121 + 148 + 165 = 434 (100%)
R 121 of 434 ~ 27.88%
G 148 of 434 ~ 34.1%
B 165 of 434 ~ 38.02%

%27.88
%34.1
%38.02

CMYK color model

#7994A5 color CMYK value is (27,10,0,35).

  • cyan value is 26.67%
  • magenta value is 10.30%
  • yellow value is 0.00%
  • key color value is 35.29%
CMYK:
(27,10,0,35)
C27M10Y0K35 
(27%,10%,0%,35%)
(0.27/0.10/0.00/0.35)	

CMYK percentages

%26.67
%10.3
%0
%35.29

Codes

Color #7994A5 in popluar color models

7994A5
RGB121148165
HSL203°19.64%56.08%
HSB/HSV203°26.67%64.71%
CMYK26.67%10.30%0.00%
35.29%

Color #7994A5 in popluar number systems.

HEX7994A5
Decimal121148165
Binary11110011001010010100101
Octal171224245

Shades and tints

Shades of #7994A5

#7994A5
(121,148,165)
#6E8796
(110,135,150)
#637A87
(99,122,135)
#586D78
(88,109,120)
#4D6069
(77,96,105)
#42535A
(66,83,90)
#37464B
(55,70,75)
#2C393C
(44,57,60)
#212C2D
(33,44,45)
#161F1E
(22,31,30)
#0B120F
(11,18,15)
#000000
(0,0,0)

Tints of #7994A5

#7994A5
(121,148,165)
#859DAD
(133,157,173)
#91A6B5
(145,166,181)
#9DAFBD
(157,175,189)
#A9B8C5
(169,184,197)
#B5C1CD
(181,193,205)
#C1CAD5
(193,202,213)
#CDD3DD
(205,211,221)
#D9DCE5
(217,220,229)
#E5E5ED
(229,229,237)
#F1EEF5
(241,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7994A5 color. Also use rgb(121,148,165) instead hex code.

Text Font Color

.myTextColor { color: #7994A5; }

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

This text font color is #7994A5.


Background Color

.myBgColor { background-color: #7994A5; }

<div style="background-color:#7994A5">Inner text</div>

This div background color is #7994A5.


Border color

.myBorderColor { border: 1px solid #7994A5; }

<div style="border:3px solid #7994A5">Div</div>

This div border color is #7994A5.


Opacity

.myOpacity80 { color: #7994A5; opacity: 0.8; }

<p style="color:#7994A5;opacity:0.8;">80%</p>

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

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

This text has shadow with #7994A5 color.

.textShadow {text-shadow: 3px 3px 1px #7994A5, 3px 3px 1px red;}

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

This text has shadow with #7994A5 primary color and red secondary color.


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

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

This text has shadow with #7994A5 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7994A5 on black background.


Color preview on white background

This text has color #7994A5 on white background.



Black color preview on #7994A5 background

This text has black color on #7994A5 background.


White color preview on #7994A5 background

This text has white color on #7994A5 background.