COLOR #7994AE

HEX: #7994AE RGB: (121,148,174)

Color info

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

RGB color model

#7994AE color RGB value is (121,148,174).

RGB: (121,148,174) (47%, 58%, 68%)

RGB channels and saturation

R 121 of 255 = 47%
G 148 of 255 = 58%
B 174 of 255 = 68%

121
148
174

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

Portions of RGB colors in percentages

R + G + B = 121 + 148 + 174 = 443 (100%)
R 121 of 443 ~ 27.31%
G 148 of 443 ~ 33.41%
B 174 of 443 ~ 39.28'%

%27.31
%33.41
%39.28

CMYK color model

#7994AE color CMYK value is (30,15,0,32).

  • cyan value is 30.46%
  • magenta value is 14.94%
  • yellow value is 0.00%
  • key color value is 31.76%

CMYK: (30,15,0,32)
C30M15Y0K32 (30%, 15%, 0%, 32%)
(0.30 / 0.15 / 0.00 / 0.32)

CMYK percentages

%30.46
%14.94
%0
%31.76

Codes

Color #7994AE in popluar color models

79 94 AE
RGB 121 148 174
HSL 209° 24.65% 57.84%
HSB/HSV 209° 30.46% 68.24%
CMYK 30.46% 14.94% 0.00%
31.76%

Color #7994AE in popluar number systems.

HEX 79 94 AE
Decimal 121 148 174
Binary 1111001 10010100 10101110
Octal 171 224 256

Shades and tints

Shades of #7994AE

#7994AE
(121,148,174)
#6E879F
(110,135,159)
#637A90
(99,122,144)
#586D81
(88,109,129)
#4D6072
(77,96,114)
#425363
(66,83,99)
#374654
(55,70,84)
#2C3945
(44,57,69)
#212C36
(33,44,54)
#161F27
(22,31,39)
#0B1218
(11,18,24)
#000000
(0,0,0)

Tints of #7994AE

#7994AE
(121,148,174)
#859DB5
(133,157,181)
#91A6BC
(145,166,188)
#9DAFC3
(157,175,195)
#A9B8CA
(169,184,202)
#B5C1D1
(181,193,209)
#C1CAD8
(193,202,216)
#CDD3DF
(205,211,223)
#D9DCE6
(217,220,230)
#E5E5ED
(229,229,237)
#F1EEF4
(241,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7994AE; }

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

This text font color is #7994AE.

Background Color

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

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

This div background color is #7994AE.

Border color

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

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

This div border color is #7994AE.

Opacity

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

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

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

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

This text has shadow with #7994AE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7994AE.

Preview

Color preview on black background

This text has color #7994AE on black background.


Color preview on white background

This text has color #7994AE on white background.


Black color preview on #7994AE background

This text has black color on #7994AE background.


White color preview on #7994AE background

This text has white color on #7994AE background.


Related colors

Complementary color

Complementary color for #hex is #866B51.


I love getcolorcode.com

Triadic colors

1 #AE7994 and #94AE79 with #7994AE are triadic colors.

2 #AE9479 and #9479AE with #7994AE are triadic colors.