COLOR #7D969E

HEX: #7D969E RGB: (125,150,158)

Color info

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

RGB color model

#7D969E color RGB value is (125,150,158).

RGB: (125,150,158) (49%, 59%, 62%)

RGB channels and saturation

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

125
150
158

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

Portions of RGB colors in percentages

R + G + B = 125 + 150 + 158 = 433 (100%)
R 125 of 433 ~ 28.87%
G 150 of 433 ~ 34.64%
B 158 of 433 ~ 36.49'%

%28.87
%34.64
%36.49

CMYK color model

#7D969E color CMYK value is (21,5,0,38).

  • cyan value is 20.89%
  • magenta value is 5.06%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK: (21,5,0,38) C21M5Y0K38 (21%,5%,0%,38%) (0.21/0.05/0.00/0.38) 

CMYK percentages

%20.89
%5.06
%0
%38.04

Codes

Color #7D969E in popluar color models

7D 96 9E
RGB 125 150 158
HSL 195° 14.54% 55.49%
HSB/HSV 195° 20.89% 61.96%
CMYK 20.89% 5.06% 0.00%
38.04%

Color #7D969E in popluar number systems.

HEX 7D 96 9E
Decimal 125 150 158
Binary 1111101 10010110 10011110
Octal 175 226 236

Shades and tints

Shades of #7D969E

#7D969E
(125,150,158)
#728990
(114,137,144)
#677C82
(103,124,130)
#5C6F74
(92,111,116)
#516266
(81,98,102)
#465558
(70,85,88)
#3B484A
(59,72,74)
#303B3C
(48,59,60)
#252E2E
(37,46,46)
#1A2120
(26,33,32)
#0F1412
(15,20,18)
#000000
(0,0,0)

Tints of #7D969E

#7D969E
(125,150,158)
#889FA6
(136,159,166)
#93A8AE
(147,168,174)
#9EB1B6
(158,177,182)
#A9BABE
(169,186,190)
#B4C3C6
(180,195,198)
#BFCCCE
(191,204,206)
#CAD5D6
(202,213,214)
#D5DEDE
(213,222,222)
#E0E7E6
(224,231,230)
#EBF0EE
(235,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D969E; }

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

This text font color is #7D969E.

Background Color

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

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

This div background color is #7D969E.

Border color

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

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

This div border color is #7D969E.

Opacity

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

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

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

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

This text has shadow with #7D969E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7D969E.

Preview

Color preview on black background

This text has color #7D969E on black background.


Color preview on white background

This text has color #7D969E on white background.


Black color preview on #7D969E background

This text has black color on #7D969E background.


White color preview on #7D969E background

This text has white color on #7D969E background.


Related colors

Complementary color

Complementary color for #hex is #826961.


I love getcolorcode.com

Triadic colors

1 #9E7D96 and #969E7D with #7D969E are triadic colors.

2 #9E967D and #967D9E with #7D969E are triadic colors.