COLOR #9790A4

HEX: #9790A4 RGB: (151,144,164)

Color info

#9790A4 contains red, green and blue colors in about the same proportion. Web safe color of #9790A4 is #999999 (or #999).

RGB color model

#9790A4 color RGB value is (151,144,164).

RGB: (151,144,164) (59%, 56%, 64%)

RGB channels and saturation

R 151 of 255 = 59%
G 144 of 255 = 56%
B 164 of 255 = 64%

151
144
164

R + G + B ~ 60%. #9790A4 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 151 + 144 + 164 = 459 (100%)
R 151 of 459 ~ 32.9%
G 144 of 459 ~ 31.37%
B 164 of 459 ~ 35.73'%

%32.9
%31.37
%35.73

CMYK color model

#9790A4 color CMYK value is (8,12,0,36).

  • cyan value is 7.93%
  • magenta value is 12.20%
  • yellow value is 0.00%
  • key color value is 35.69%

CMYK: (8,12,0,36)
C8M12Y0K36 (8%, 12%, 0%, 36%)
(0.08 / 0.12 / 0.00 / 0.36)

CMYK percentages

%7.93
%12.2
%0
%35.69

Codes

Color #9790A4 in popluar color models

97 90 A4
RGB 151 144 164
HSL 261° 9.90% 60.39%
HSB/HSV 261° 12.20% 64.31%
CMYK 7.93% 12.20% 0.00%
35.69%

Color #9790A4 in popluar number systems.

HEX 97 90 A4
Decimal 151 144 164
Binary 10010111 10010000 10100100
Octal 227 220 244

Shades and tints

Shades of #9790A4

#9790A4
(151,144,164)
#8A8396
(138,131,150)
#7D7688
(125,118,136)
#70697A
(112,105,122)
#635C6C
(99,92,108)
#564F5E
(86,79,94)
#494250
(73,66,80)
#3C3542
(60,53,66)
#2F2834
(47,40,52)
#221B26
(34,27,38)
#150E18
(21,14,24)
#000000
(0,0,0)

Tints of #9790A4

#9790A4
(151,144,164)
#A09AAC
(160,154,172)
#A9A4B4
(169,164,180)
#B2AEBC
(178,174,188)
#BBB8C4
(187,184,196)
#C4C2CC
(196,194,204)
#CDCCD4
(205,204,212)
#D6D6DC
(214,214,220)
#DFE0E4
(223,224,228)
#E8EAEC
(232,234,236)
#F1F4F4
(241,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9790A4 color. Also use rgb(151,144,164) instead hex code.

Text Font Color

.myTextColor { color: #9790A4; }

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

This text font color is #9790A4.

Background Color

.myBgColor { background-color: #9790A4; }

<div style="background-color:#9790A4">Inner text</div>

This div background color is #9790A4.

Border color

.myBorderColor { border: 1px solid #9790A4; }

<div style="border:3px solid #9790A4">Div</div>

This div border color is #9790A4.

Opacity

.myOpacity80 { color: #9790A4; opacity: 0.8; }

<p style="color:#9790A4;opacity:0.8;">80%</p>

Text with #9790A4 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 #9790A4;}

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

This text has shadow with #9790A4 color.


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

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

This text has shadow with #9790A4 primary color and red secondary color.


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

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

This text has shadow with #9790A4 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #9790A4.

Preview

Color preview on black background

This text has color #9790A4 on black background.


Color preview on white background

This text has color #9790A4 on white background.


Black color preview on #9790A4 background

This text has black color on #9790A4 background.


White color preview on #9790A4 background

This text has white color on #9790A4 background.


Related colors

Complementary color

Complementary color for #hex is #686F5B.


I love getcolorcode.com

Triadic colors

1 #A49790 and #90A497 with #9790A4 are triadic colors.

2 #A49097 and #9097A4 with #9790A4 are triadic colors.