COLOR #7D8285

HEX: #7D8285
RGB: (125,130,133)

Color info

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

RGB color model

#7D8285 color RGB value is (125,130,133).

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

RGB channels and saturation

R 125 of 255 = 49%
G 130 of 255 = 51%
B 133 of 255 = 52%

125
130
133

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

Portions of RGB colors in percentages

R + G + B =
125 + 130 + 133 = 388 (100%)
R 125 of 388 ~ 32.22%
G 130 of 388 ~ 33.51%
B 133 of 388 ~ 34.28%

%32.22
%33.51
%34.28

CMYK color model

#7D8285 color CMYK value is (6,2,0,48).

  • cyan value is 6.02%
  • magenta value is 2.26%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK:
(6,2,0,48)
C6M2Y0K48 
(6%,2%,0%,48%)
(0.06/0.02/0.00/0.48)	

CMYK percentages

%6.02
%2.26
%0
%47.84

Codes

Color #7D8285 in popluar color models

7D8285
RGB125130133
HSL203°3.17%50.59%
HSB/HSV203°6.02%52.16%
CMYK6.02%2.26%0.00%
47.84%

Color #7D8285 in popluar number systems.

HEX7D8285
Decimal125130133
Binary11111011000001010000101
Octal175202205

Shades and tints

Shades of #7D8285

#7D8285
(125,130,133)
#727779
(114,119,121)
#676C6D
(103,108,109)
#5C6161
(92,97,97)
#515655
(81,86,85)
#464B49
(70,75,73)
#3B403D
(59,64,61)
#303531
(48,53,49)
#252A25
(37,42,37)
#1A1F19
(26,31,25)
#0F140D
(15,20,13)
#000000
(0,0,0)

Tints of #7D8285

#7D8285
(125,130,133)
#888D90
(136,141,144)
#93989B
(147,152,155)
#9EA3A6
(158,163,166)
#A9AEB1
(169,174,177)
#B4B9BC
(180,185,188)
#BFC4C7
(191,196,199)
#CACFD2
(202,207,210)
#D5DADD
(213,218,221)
#E0E5E8
(224,229,232)
#EBF0F3
(235,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D8285; }

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

This text font color is #7D8285.


Background Color

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

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

This div background color is #7D8285.


Border color

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

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

This div border color is #7D8285.


Opacity

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

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

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

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

This text has shadow with #7D8285 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D8285 on black background.


Color preview on white background

This text has color #7D8285 on white background.



Black color preview on #7D8285 background

This text has black color on #7D8285 background.


White color preview on #7D8285 background

This text has white color on #7D8285 background.