COLOR #7D7987

HEX: #7D7987
RGB: (125,121,135)

Color info

#7D7987 contains red, green and blue colors in about the same proportion. Web safe color of #7D7987 is #666699 (or #669).

RGB color model

#7D7987 color RGB value is (125,121,135).

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

RGB channels and saturation

R 125 of 255 = 49%
G 121 of 255 = 47%
B 135 of 255 = 53%

125
121
135

R + G + B ~ 50%. #7D7987 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
125 + 121 + 135 = 381 (100%)
R 125 of 381 ~ 32.81%
G 121 of 381 ~ 31.76%
B 135 of 381 ~ 35.43%

%32.81
%31.76
%35.43

CMYK color model

#7D7987 color CMYK value is (7,10,0,47).

  • cyan value is 7.41%
  • magenta value is 10.37%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(7,10,0,47)
C7M10Y0K47 
(7%,10%,0%,47%)
(0.07/0.10/0.00/0.47)	

CMYK percentages

%7.41
%10.37
%0
%47.06

Codes

Color #7D7987 in popluar color models

7D7987
RGB125121135
HSL257°5.51%50.20%
HSB/HSV257°10.37%52.94%
CMYK7.41%10.37%0.00%
47.06%

Color #7D7987 in popluar number systems.

HEX7D7987
Decimal125121135
Binary1111101111100110000111
Octal175171207

Shades and tints

Shades of #7D7987

#7D7987
(125,121,135)
#726E7B
(114,110,123)
#67636F
(103,99,111)
#5C5863
(92,88,99)
#514D57
(81,77,87)
#46424B
(70,66,75)
#3B373F
(59,55,63)
#302C33
(48,44,51)
#252127
(37,33,39)
#1A161B
(26,22,27)
#0F0B0F
(15,11,15)
#000000
(0,0,0)

Tints of #7D7987

#7D7987
(125,121,135)
#888591
(136,133,145)
#93919B
(147,145,155)
#9E9DA5
(158,157,165)
#A9A9AF
(169,169,175)
#B4B5B9
(180,181,185)
#BFC1C3
(191,193,195)
#CACDCD
(202,205,205)
#D5D9D7
(213,217,215)
#E0E5E1
(224,229,225)
#EBF1EB
(235,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D7987 color. Also use rgb(125,121,135) instead hex code.

Text Font Color

.myTextColor { color: #7D7987; }

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

This text font color is #7D7987.


Background Color

.myBgColor { background-color: #7D7987; }

<div style="background-color:#7D7987">Inner text</div>

This div background color is #7D7987.


Border color

.myBorderColor { border: 1px solid #7D7987; }

<div style="border:3px solid #7D7987">Div</div>

This div border color is #7D7987.


Opacity

.myOpacity80 { color: #7D7987; opacity: 0.8; }

<p style="color:#7D7987;opacity:0.8;">80%</p>

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

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

This text has shadow with #7D7987 color.

.textShadow {text-shadow: 3px 3px 1px #7D7987, 3px 3px 1px red;}

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

This text has shadow with #7D7987 primary color and red secondary color.


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

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

This text has shadow with #7D7987 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D7987 on black background.


Color preview on white background

This text has color #7D7987 on white background.



Black color preview on #7D7987 background

This text has black color on #7D7987 background.


White color preview on #7D7987 background

This text has white color on #7D7987 background.