COLOR #7D969F

HEX: #7D969F
RGB: (125,150,159)

Color info

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

RGB color model

#7D969F color RGB value is (125,150,159).

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

RGB channels and saturation

R 125 of 255 = 49%
G 150 of 255 = 59%
B 159 of 255 = 62%

125
150
159

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

Portions of RGB colors in percentages

R + G + B =
125 + 150 + 159 = 434 (100%)
R 125 of 434 ~ 28.8%
G 150 of 434 ~ 34.56%
B 159 of 434 ~ 36.64%

%28.8
%34.56
%36.64

CMYK color model

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

  • cyan value is 21.38%
  • magenta value is 5.66%
  • 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
%5.66
%0
%37.65

Codes

Color #7D969F in popluar color models

7D969F
RGB125150159
HSL196°15.04%55.69%
HSB/HSV196°21.38%62.35%
CMYK21.38%5.66%0.00%
37.65%

Color #7D969F in popluar number systems.

HEX7D969F
Decimal125150159
Binary11111011001011010011111
Octal175226237

Shades and tints

Shades of #7D969F

#7D969F
(125,150,159)
#728991
(114,137,145)
#677C83
(103,124,131)
#5C6F75
(92,111,117)
#516267
(81,98,103)
#465559
(70,85,89)
#3B484B
(59,72,75)
#303B3D
(48,59,61)
#252E2F
(37,46,47)
#1A2121
(26,33,33)
#0F1413
(15,20,19)
#000000
(0,0,0)

Tints of #7D969F

#7D969F
(125,150,159)
#889FA7
(136,159,167)
#93A8AF
(147,168,175)
#9EB1B7
(158,177,183)
#A9BABF
(169,186,191)
#B4C3C7
(180,195,199)
#BFCCCF
(191,204,207)
#CAD5D7
(202,213,215)
#D5DEDF
(213,222,223)
#E0E7E7
(224,231,231)
#EBF0EF
(235,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D969F; }

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

This text font color is #7D969F.


Background Color

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

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

This div background color is #7D969F.


Border color

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

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

This div border color is #7D969F.


Opacity

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

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

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

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

This text has shadow with #7D969F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D969F on black background.


Color preview on white background

This text has color #7D969F on white background.



Black color preview on #7D969F background

This text has black color on #7D969F background.


White color preview on #7D969F background

This text has white color on #7D969F background.