COLOR #7990AC

HEX: #7990AC RGB: (121,144,172)

Color info

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

RGB color model

#7990AC color RGB value is (121,144,172).

RGB: (121,144,172) (47%, 56%, 67%)

RGB channels and saturation

R 121 of 255 = 47%
G 144 of 255 = 56%
B 172 of 255 = 67%

121
144
172

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

Portions of RGB colors in percentages

R + G + B = 121 + 144 + 172 = 437 (100%)
R 121 of 437 ~ 27.69%
G 144 of 437 ~ 32.95%
B 172 of 437 ~ 39.36'%

%27.69
%32.95
%39.36

CMYK color model

#7990AC color CMYK value is (30,16,0,33).

  • cyan value is 29.65%
  • magenta value is 16.28%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK: (30,16,0,33) C30M16Y0K33 (30%,16%,0%,33%) (0.30/0.16/0.00/0.33) 

CMYK percentages

%29.65
%16.28
%0
%32.55

Codes

Color #7990AC in popluar color models

79 90 AC
RGB 121 144 172
HSL 213° 23.50% 57.45%
HSB/HSV 213° 29.65% 67.45%
CMYK 29.65% 16.28% 0.00%
32.55%

Color #7990AC in popluar number systems.

HEX 79 90 AC
Decimal 121 144 172
Binary 1111001 10010000 10101100
Octal 171 220 254

Shades and tints

Shades of #7990AC

#7990AC
(121,144,172)
#6E839D
(110,131,157)
#63768E
(99,118,142)
#58697F
(88,105,127)
#4D5C70
(77,92,112)
#424F61
(66,79,97)
#374252
(55,66,82)
#2C3543
(44,53,67)
#212834
(33,40,52)
#161B25
(22,27,37)
#0B0E16
(11,14,22)
#000000
(0,0,0)

Tints of #7990AC

#7990AC
(121,144,172)
#859AB3
(133,154,179)
#91A4BA
(145,164,186)
#9DAEC1
(157,174,193)
#A9B8C8
(169,184,200)
#B5C2CF
(181,194,207)
#C1CCD6
(193,204,214)
#CDD6DD
(205,214,221)
#D9E0E4
(217,224,228)
#E5EAEB
(229,234,235)
#F1F4F2
(241,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7990AC color. Also use rgb(121,144,172) instead hex code.

Text Font Color

.myTextColor { color: #7990AC; }

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

This text font color is #7990AC.

Background Color

.myBgColor { background-color: #7990AC; }

<div style="background-color:#7990AC">Inner text</div>

This div background color is #7990AC.

Border color

.myBorderColor { border: 1px solid #7990AC; }

<div style="border:3px solid #7990AC">Div</div>

This div border color is #7990AC.

Opacity

.myOpacity80 { color: #7990AC; opacity: 0.8; }

<p style="color:#7990AC;opacity:0.8;">80%</p>

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

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

This text has shadow with #7990AC color.


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

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

This text has shadow with #7990AC primary color and red secondary color.


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

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

This text has shadow with #7990AC and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #7990AC.

Preview

Color preview on black background

This text has color #7990AC on black background.


Color preview on white background

This text has color #7990AC on white background.


Black color preview on #7990AC background

This text has black color on #7990AC background.


White color preview on #7990AC background

This text has white color on #7990AC background.


Related colors

Complementary color

Complementary color for #hex is #866F53.


I love getcolorcode.com

Triadic colors

1 #AC7990 and #90AC79 with #7990AC are triadic colors.

2 #AC9079 and #9079AC with #7990AC are triadic colors.