COLOR #7987AD

HEX: #7987AD
RGB: (121,135,173)

Color info

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

RGB color model

#7987AD color RGB value is (121,135,173).

  • red value is 121;
  • green value is 135;
  • blue value is 173.
RGB:
(121,135,173)
(47%,53%,68%)

RGB channels and saturation

R 121 of 255 = 47%
G 135 of 255 = 53%
B 173 of 255 = 68%

121
135
173

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

Portions of RGB colors in percentages

R + G + B =
121 + 135 + 173 = 429 (100%)
R 121 of 429 ~ 28.21%
G 135 of 429 ~ 31.47%
B 173 of 429 ~ 40.33%

%28.21
%31.47
%40.33

CMYK color model

#7987AD color CMYK value is (30,22,0,32).

  • cyan value is 30.06%
  • magenta value is 21.97%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(30,22,0,32)
C30M22Y0K32 
(30%,22%,0%,32%)
(0.30/0.22/0.00/0.32)	

CMYK percentages

%30.06
%21.97
%0
%32.16

Codes

Color #7987AD in popluar color models

7987AD
RGB121135173
HSL224°24.07%57.65%
HSB/HSV224°30.06%67.84%
CMYK30.06%21.97%0.00%
32.16%

Color #7987AD in popluar number systems.

HEX7987AD
Decimal121135173
Binary11110011000011110101101
Octal171207255

Shades and tints

Shades of #7987AD

#7987AD
(121,135,173)
#6E7B9E
(110,123,158)
#636F8F
(99,111,143)
#586380
(88,99,128)
#4D5771
(77,87,113)
#424B62
(66,75,98)
#373F53
(55,63,83)
#2C3344
(44,51,68)
#212735
(33,39,53)
#161B26
(22,27,38)
#0B0F17
(11,15,23)
#000000
(0,0,0)

Tints of #7987AD

#7987AD
(121,135,173)
#8591B4
(133,145,180)
#919BBB
(145,155,187)
#9DA5C2
(157,165,194)
#A9AFC9
(169,175,201)
#B5B9D0
(181,185,208)
#C1C3D7
(193,195,215)
#CDCDDE
(205,205,222)
#D9D7E5
(217,215,229)
#E5E1EC
(229,225,236)
#F1EBF3
(241,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7987AD; }

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

This text font color is #7987AD.


Background Color

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

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

This div background color is #7987AD.


Border color

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

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

This div border color is #7987AD.


Opacity

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

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

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

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

This text has shadow with #7987AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7987AD on black background.


Color preview on white background

This text has color #7987AD on white background.



Black color preview on #7987AD background

This text has black color on #7987AD background.


White color preview on #7987AD background

This text has white color on #7987AD background.