COLOR #7D959F

HEX: #7D959F
RGB: (125,149,159)

Color info

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

RGB color model

#7D959F color RGB value is (125,149,159).

  • red value is 125;
  • green value is 149;
  • blue value is 159.
RGB:
(125,149,159)
(49%,58%,62%)

RGB channels and saturation

R 125 of 255 = 49%
G 149 of 255 = 58%
B 159 of 255 = 62%

125
149
159

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

Portions of RGB colors in percentages

R + G + B =
125 + 149 + 159 = 433 (100%)
R 125 of 433 ~ 28.87%
G 149 of 433 ~ 34.41%
B 159 of 433 ~ 36.72%

%28.87
%34.41
%36.72

CMYK color model

#7D959F color CMYK value is (21,6,0,38).

  • cyan value is 21.38%
  • magenta value is 6.29%
  • yellow value is 0.00%
  • key color value is 37.65%
CMYK:
(21,6,0,38)
C21M6Y0K38 
(21%,6%,0%,38%)
(0.21/0.06/0.00/0.38)	

CMYK percentages

%21.38
%6.29
%0
%37.65

Codes

Color #7D959F in popluar color models

7D959F
RGB125149159
HSL198°15.04%55.69%
HSB/HSV198°21.38%62.35%
CMYK21.38%6.29%0.00%
37.65%

Color #7D959F in popluar number systems.

HEX7D959F
Decimal125149159
Binary11111011001010110011111
Octal175225237

Shades and tints

Shades of #7D959F

#7D959F
(125,149,159)
#728891
(114,136,145)
#677B83
(103,123,131)
#5C6E75
(92,110,117)
#516167
(81,97,103)
#465459
(70,84,89)
#3B474B
(59,71,75)
#303A3D
(48,58,61)
#252D2F
(37,45,47)
#1A2021
(26,32,33)
#0F1313
(15,19,19)
#000000
(0,0,0)

Tints of #7D959F

#7D959F
(125,149,159)
#889EA7
(136,158,167)
#93A7AF
(147,167,175)
#9EB0B7
(158,176,183)
#A9B9BF
(169,185,191)
#B4C2C7
(180,194,199)
#BFCBCF
(191,203,207)
#CAD4D7
(202,212,215)
#D5DDDF
(213,221,223)
#E0E6E7
(224,230,231)
#EBEFEF
(235,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D959F color. Also use rgb(125,149,159) instead hex code.

Text Font Color

.myTextColor { color: #7D959F; }

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

This text font color is #7D959F.


Background Color

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

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

This div background color is #7D959F.


Border color

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

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

This div border color is #7D959F.


Opacity

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

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

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

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

This text has shadow with #7D959F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D959F on black background.


Color preview on white background

This text has color #7D959F on white background.



Black color preview on #7D959F background

This text has black color on #7D959F background.


White color preview on #7D959F background

This text has white color on #7D959F background.