COLOR #7987A5

HEX: #7987A5 RGB: (121,135,165)

Color info

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

RGB color model

#7987A5 color RGB value is (121,135,165).

RGB: (121,135,165) (47%, 53%, 65%)

RGB channels and saturation

R 121 of 255 = 47%
G 135 of 255 = 53%
B 165 of 255 = 65%

121
135
165

R + G + B ~ 55%. #7987A5 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 121 + 135 + 165 = 421 (100%)
R 121 of 421 ~ 28.74%
G 135 of 421 ~ 32.07%
B 165 of 421 ~ 39.19'%

%28.74
%32.07
%39.19

CMYK color model

#7987A5 color CMYK value is (27,18,0,35).

  • cyan value is 26.67%
  • magenta value is 18.18%
  • yellow value is 0.00%
  • key color value is 35.29%

CMYK: (27,18,0,35)
C27M18Y0K35 (27%, 18%, 0%, 35%)
(0.27 / 0.18 / 0.00 / 0.35)

CMYK percentages

%26.67
%18.18
%0
%35.29

Codes

Color #7987A5 in popluar color models

79 87 A5
RGB 121 135 165
HSL 221° 19.64% 56.08%
HSB/HSV 221° 26.67% 64.71%
CMYK 26.67% 18.18% 0.00%
35.29%

Color #7987A5 in popluar number systems.

HEX 79 87 A5
Decimal 121 135 165
Binary 1111001 10000111 10100101
Octal 171 207 245

Shades and tints

Shades of #7987A5

#7987A5
(121,135,165)
#6E7B96
(110,123,150)
#636F87
(99,111,135)
#586378
(88,99,120)
#4D5769
(77,87,105)
#424B5A
(66,75,90)
#373F4B
(55,63,75)
#2C333C
(44,51,60)
#21272D
(33,39,45)
#161B1E
(22,27,30)
#0B0F0F
(11,15,15)
#000000
(0,0,0)

Tints of #7987A5

#7987A5
(121,135,165)
#8591AD
(133,145,173)
#919BB5
(145,155,181)
#9DA5BD
(157,165,189)
#A9AFC5
(169,175,197)
#B5B9CD
(181,185,205)
#C1C3D5
(193,195,213)
#CDCDDD
(205,205,221)
#D9D7E5
(217,215,229)
#E5E1ED
(229,225,237)
#F1EBF5
(241,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7987A5 color. Also use rgb(121,135,165) instead hex code.

Text Font Color

.myTextColor { color: #7987A5; }

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

This text font color is #7987A5.

Background Color

.myBgColor { background-color: #7987A5; }

<div style="background-color:#7987A5">Inner text</div>

This div background color is #7987A5.

Border color

.myBorderColor { border: 1px solid #7987A5; }

<div style="border:3px solid #7987A5">Div</div>

This div border color is #7987A5.

Opacity

.myOpacity80 { color: #7987A5; opacity: 0.8; }

<p style="color:#7987A5;opacity:0.8;">80%</p>

Text with #7987A5 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 #7987A5;}

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

This text has shadow with #7987A5 color.


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

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

This text has shadow with #7987A5 primary color and red secondary color.


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

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

This text has shadow with #7987A5 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #7987A5.

Preview

Color preview on black background

This text has color #7987A5 on black background.


Color preview on white background

This text has color #7987A5 on white background.


Black color preview on #7987A5 background

This text has black color on #7987A5 background.


White color preview on #7987A5 background

This text has white color on #7987A5 background.


Related colors

Complementary color

Complementary color for #hex is #86785A.


I love getcolorcode.com

Triadic colors

1 #A57987 and #87A579 with #7987A5 are triadic colors.

2 #A58779 and #8779A5 with #7987A5 are triadic colors.