COLOR #7990A7

HEX: #7990A7 RGB: (121,144,167)

Color info

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

RGB color model

#7990A7 color RGB value is (121,144,167).

RGB: (121,144,167) (47%, 56%, 65%)

RGB channels and saturation

R 121 of 255 = 47%
G 144 of 255 = 56%
B 167 of 255 = 65%

121
144
167

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

Portions of RGB colors in percentages

R + G + B = 121 + 144 + 167 = 432 (100%)
R 121 of 432 ~ 28.01%
G 144 of 432 ~ 33.33%
B 167 of 432 ~ 38.66'%

%28.01
%33.33
%38.66

CMYK color model

#7990A7 color CMYK value is (28,14,0,35).

  • cyan value is 27.54%
  • magenta value is 13.77%
  • yellow value is 0.00%
  • key color value is 34.51%
CMYK: (28,14,0,35) C28M14Y0K35 (28%,14%,0%,35%) (0.28/0.14/0.00/0.35) 

CMYK percentages

%27.54
%13.77
%0
%34.51

Codes

Color #7990A7 in popluar color models

79 90 A7
RGB 121 144 167
HSL 210° 20.72% 56.47%
HSB/HSV 210° 27.54% 65.49%
CMYK 27.54% 13.77% 0.00%
34.51%

Color #7990A7 in popluar number systems.

HEX 79 90 A7
Decimal 121 144 167
Binary 1111001 10010000 10100111
Octal 171 220 247

Shades and tints

Shades of #7990A7

#7990A7
(121,144,167)
#6E8398
(110,131,152)
#637689
(99,118,137)
#58697A
(88,105,122)
#4D5C6B
(77,92,107)
#424F5C
(66,79,92)
#37424D
(55,66,77)
#2C353E
(44,53,62)
#21282F
(33,40,47)
#161B20
(22,27,32)
#0B0E11
(11,14,17)
#000000
(0,0,0)

Tints of #7990A7

#7990A7
(121,144,167)
#859AAF
(133,154,175)
#91A4B7
(145,164,183)
#9DAEBF
(157,174,191)
#A9B8C7
(169,184,199)
#B5C2CF
(181,194,207)
#C1CCD7
(193,204,215)
#CDD6DF
(205,214,223)
#D9E0E7
(217,224,231)
#E5EAEF
(229,234,239)
#F1F4F7
(241,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7990A7; }

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

This text font color is #7990A7.

Background Color

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

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

This div background color is #7990A7.

Border color

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

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

This div border color is #7990A7.

Opacity

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

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

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

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

This text has shadow with #7990A7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7990A7.

Preview

Color preview on black background

This text has color #7990A7 on black background.


Color preview on white background

This text has color #7990A7 on white background.


Black color preview on #7990A7 background

This text has black color on #7990A7 background.


White color preview on #7990A7 background

This text has white color on #7990A7 background.


Related colors

Complementary color

Complementary color for #hex is #866F58.


I love getcolorcode.com

Triadic colors

1 #A77990 and #90A779 with #7990A7 are triadic colors.

2 #A79079 and #9079A7 with #7990A7 are triadic colors.