COLOR #7990AA

HEX: #7990AA
RGB: (121,144,170)

Color info

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

RGB color model

#7990AA color RGB value is (121,144,170).

  • red value is 121;
  • green value is 144;
  • blue value is 170.
RGB:
(121,144,170)
(47%,56%,67%)

RGB channels and saturation

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

121
144
170

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

Portions of RGB colors in percentages

R + G + B =
121 + 144 + 170 = 435 (100%)
R 121 of 435 ~ 27.82%
G 144 of 435 ~ 33.1%
B 170 of 435 ~ 39.08%

%27.82
%33.1
%39.08

CMYK color model

#7990AA color CMYK value is (29,15,0,33).

  • cyan value is 28.82%
  • magenta value is 15.29%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(29,15,0,33)
C29M15Y0K33 
(29%,15%,0%,33%)
(0.29/0.15/0.00/0.33)	

CMYK percentages

%28.82
%15.29
%0
%33.33

Codes

Color #7990AA in popluar color models

7990AA
RGB121144170
HSL212°22.37%57.06%
HSB/HSV212°28.82%66.67%
CMYK28.82%15.29%0.00%
33.33%

Color #7990AA in popluar number systems.

HEX7990AA
Decimal121144170
Binary11110011001000010101010
Octal171220252

Shades and tints

Shades of #7990AA

#7990AA
(121,144,170)
#6E839B
(110,131,155)
#63768C
(99,118,140)
#58697D
(88,105,125)
#4D5C6E
(77,92,110)
#424F5F
(66,79,95)
#374250
(55,66,80)
#2C3541
(44,53,65)
#212832
(33,40,50)
#161B23
(22,27,35)
#0B0E14
(11,14,20)
#000000
(0,0,0)

Tints of #7990AA

#7990AA
(121,144,170)
#859AB1
(133,154,177)
#91A4B8
(145,164,184)
#9DAEBF
(157,174,191)
#A9B8C6
(169,184,198)
#B5C2CD
(181,194,205)
#C1CCD4
(193,204,212)
#CDD6DB
(205,214,219)
#D9E0E2
(217,224,226)
#E5EAE9
(229,234,233)
#F1F4F0
(241,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7990AA; }

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

This text font color is #7990AA.


Background Color

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

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

This div background color is #7990AA.


Border color

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

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

This div border color is #7990AA.


Opacity

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

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

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

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

This text has shadow with #7990AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7990AA on black background.


Color preview on white background

This text has color #7990AA on white background.



Black color preview on #7990AA background

This text has black color on #7990AA background.


White color preview on #7990AA background

This text has white color on #7990AA background.