COLOR #7D8890

HEX: #7D8890
RGB: (125,136,144)

Color info

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

RGB color model

#7D8890 color RGB value is (125,136,144).

  • red value is 125;
  • green value is 136;
  • blue value is 144.
RGB:
(125,136,144)
(49%,53%,56%)

RGB channels and saturation

R 125 of 255 = 49%
G 136 of 255 = 53%
B 144 of 255 = 56%

125
136
144

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

Portions of RGB colors in percentages

R + G + B =
125 + 136 + 144 = 405 (100%)
R 125 of 405 ~ 30.86%
G 136 of 405 ~ 33.58%
B 144 of 405 ~ 35.56%

%30.86
%33.58
%35.56

CMYK color model

#7D8890 color CMYK value is (13,6,0,44).

  • cyan value is 13.19%
  • magenta value is 5.56%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(13,6,0,44)
C13M6Y0K44 
(13%,6%,0%,44%)
(0.13/0.06/0.00/0.44)	

CMYK percentages

%13.19
%5.56
%0
%43.53

Codes

Color #7D8890 in popluar color models

7D8890
RGB125136144
HSL205°7.88%52.75%
HSB/HSV205°13.19%56.47%
CMYK13.19%5.56%0.00%
43.53%

Color #7D8890 in popluar number systems.

HEX7D8890
Decimal125136144
Binary11111011000100010010000
Octal175210220

Shades and tints

Shades of #7D8890

#7D8890
(125,136,144)
#727C83
(114,124,131)
#677076
(103,112,118)
#5C6469
(92,100,105)
#51585C
(81,88,92)
#464C4F
(70,76,79)
#3B4042
(59,64,66)
#303435
(48,52,53)
#252828
(37,40,40)
#1A1C1B
(26,28,27)
#0F100E
(15,16,14)
#000000
(0,0,0)

Tints of #7D8890

#7D8890
(125,136,144)
#88929A
(136,146,154)
#939CA4
(147,156,164)
#9EA6AE
(158,166,174)
#A9B0B8
(169,176,184)
#B4BAC2
(180,186,194)
#BFC4CC
(191,196,204)
#CACED6
(202,206,214)
#D5D8E0
(213,216,224)
#E0E2EA
(224,226,234)
#EBECF4
(235,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D8890 color. Also use rgb(125,136,144) instead hex code.

Text Font Color

.myTextColor { color: #7D8890; }

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

This text font color is #7D8890.


Background Color

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

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

This div background color is #7D8890.


Border color

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

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

This div border color is #7D8890.


Opacity

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

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

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

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

This text has shadow with #7D8890 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D8890 on black background.


Color preview on white background

This text has color #7D8890 on white background.



Black color preview on #7D8890 background

This text has black color on #7D8890 background.


White color preview on #7D8890 background

This text has white color on #7D8890 background.