COLOR #7D8280

HEX: #7D8280
RGB: (125,130,128)

Color info

#7D8280 contains red, green and blue colors in about the same proportion. Web safe color of #7D8280 is #669966 (or #696).

RGB color model

#7D8280 color RGB value is (125,130,128).

  • red value is 125;
  • green value is 130;
  • blue value is 128.
RGB:
(125,130,128)
(49%,51%,50%)

RGB channels and saturation

R 125 of 255 = 49%
G 130 of 255 = 51%
B 128 of 255 = 50%

125
130
128

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

Portions of RGB colors in percentages

R + G + B =
125 + 130 + 128 = 383 (100%)
R 125 of 383 ~ 32.64%
G 130 of 383 ~ 33.94%
B 128 of 383 ~ 33.42%

%32.64
%33.94
%33.42

CMYK color model

#7D8280 color CMYK value is (4,0,2,49).

  • cyan value is 3.85%
  • magenta value is 0.00%
  • yellow value is 1.54%
  • key color value is 49.02%
CMYK:
(4,0,2,49)
C4M0Y2K49 
(4%,0%,2%,49%)
(0.04/0.00/0.02/0.49)	

CMYK percentages

%3.85
%0
%1.54
%49.02

Codes

Color #7D8280 in popluar color models

7D8280
RGB125130128
HSL156°1.96%50.00%
HSB/HSV156°3.85%50.98%
CMYK3.85%0.00%1.54%
49.02%

Color #7D8280 in popluar number systems.

HEX7D8280
Decimal125130128
Binary11111011000001010000000
Octal175202200

Shades and tints

Shades of #7D8280

#7D8280
(125,130,128)
#727775
(114,119,117)
#676C6A
(103,108,106)
#5C615F
(92,97,95)
#515654
(81,86,84)
#464B49
(70,75,73)
#3B403E
(59,64,62)
#303533
(48,53,51)
#252A28
(37,42,40)
#1A1F1D
(26,31,29)
#0F1412
(15,20,18)
#000000
(0,0,0)

Tints of #7D8280

#7D8280
(125,130,128)
#888D8B
(136,141,139)
#939896
(147,152,150)
#9EA3A1
(158,163,161)
#A9AEAC
(169,174,172)
#B4B9B7
(180,185,183)
#BFC4C2
(191,196,194)
#CACFCD
(202,207,205)
#D5DAD8
(213,218,216)
#E0E5E3
(224,229,227)
#EBF0EE
(235,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D8280 color. Also use rgb(125,130,128) instead hex code.

Text Font Color

.myTextColor { color: #7D8280; }

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

This text font color is #7D8280.


Background Color

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

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

This div background color is #7D8280.


Border color

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

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

This div border color is #7D8280.


Opacity

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

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

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

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

This text has shadow with #7D8280 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D8280 on black background.


Color preview on white background

This text has color #7D8280 on white background.



Black color preview on #7D8280 background

This text has black color on #7D8280 background.


White color preview on #7D8280 background

This text has white color on #7D8280 background.