COLOR #7D8287

HEX: #7D8287
RGB: (125,130,135)

Color info

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

RGB color model

#7D8287 color RGB value is (125,130,135).

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

RGB channels and saturation

R 125 of 255 = 49%
G 130 of 255 = 51%
B 135 of 255 = 53%

125
130
135

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

Portions of RGB colors in percentages

R + G + B =
125 + 130 + 135 = 390 (100%)
R 125 of 390 ~ 32.05%
G 130 of 390 ~ 33.33%
B 135 of 390 ~ 34.62%

%32.05
%33.33
%34.62

CMYK color model

#7D8287 color CMYK value is (7,4,0,47).

  • cyan value is 7.41%
  • magenta value is 3.70%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(7,4,0,47)
C7M4Y0K47 
(7%,4%,0%,47%)
(0.07/0.04/0.00/0.47)	

CMYK percentages

%7.41
%3.7
%0
%47.06

Codes

Color #7D8287 in popluar color models

7D8287
RGB125130135
HSL210°4.00%50.98%
HSB/HSV210°7.41%52.94%
CMYK7.41%3.70%0.00%
47.06%

Color #7D8287 in popluar number systems.

HEX7D8287
Decimal125130135
Binary11111011000001010000111
Octal175202207

Shades and tints

Shades of #7D8287

#7D8287
(125,130,135)
#72777B
(114,119,123)
#676C6F
(103,108,111)
#5C6163
(92,97,99)
#515657
(81,86,87)
#464B4B
(70,75,75)
#3B403F
(59,64,63)
#303533
(48,53,51)
#252A27
(37,42,39)
#1A1F1B
(26,31,27)
#0F140F
(15,20,15)
#000000
(0,0,0)

Tints of #7D8287

#7D8287
(125,130,135)
#888D91
(136,141,145)
#93989B
(147,152,155)
#9EA3A5
(158,163,165)
#A9AEAF
(169,174,175)
#B4B9B9
(180,185,185)
#BFC4C3
(191,196,195)
#CACFCD
(202,207,205)
#D5DAD7
(213,218,215)
#E0E5E1
(224,229,225)
#EBF0EB
(235,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D8287; }

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

This text font color is #7D8287.


Background Color

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

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

This div background color is #7D8287.


Border color

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

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

This div border color is #7D8287.


Opacity

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

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

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

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

This text has shadow with #7D8287 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D8287 on black background.


Color preview on white background

This text has color #7D8287 on white background.



Black color preview on #7D8287 background

This text has black color on #7D8287 background.


White color preview on #7D8287 background

This text has white color on #7D8287 background.