COLOR #7D9D9E

HEX: #7D9D9E RGB: (125,157,158)

Color info

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

RGB color model

#7D9D9E color RGB value is (125,157,158).

RGB: (125,157,158) (49%, 62%, 62%)

RGB channels and saturation

R 125 of 255 = 49%
G 157 of 255 = 62%
B 158 of 255 = 62%

125
157
158

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

Portions of RGB colors in percentages

R + G + B = 125 + 157 + 158 = 440 (100%)
R 125 of 440 ~ 28.41%
G 157 of 440 ~ 35.68%
B 158 of 440 ~ 35.91'%

%28.41
%35.68
%35.91

CMYK color model

#7D9D9E color CMYK value is (21,1,0,38).

  • cyan value is 20.89%
  • magenta value is 0.63%
  • yellow value is 0.00%
  • key color value is 38.04%

CMYK: (21,1,0,38)
C21M1Y0K38 (21%, 1%, 0%, 38%)
(0.21 / 0.01 / 0.00 / 0.38)

CMYK percentages

%20.89
%0.63
%0
%38.04

Codes

Color #7D9D9E in popluar color models

7D 9D 9E
RGB 125 157 158
HSL 182° 14.54% 55.49%
HSB/HSV 182° 20.89% 61.96%
CMYK 20.89% 0.63% 0.00%
38.04%

Color #7D9D9E in popluar number systems.

HEX 7D 9D 9E
Decimal 125 157 158
Binary 1111101 10011101 10011110
Octal 175 235 236

Shades and tints

Shades of #7D9D9E

#7D9D9E
(125,157,158)
#728F90
(114,143,144)
#678182
(103,129,130)
#5C7374
(92,115,116)
#516566
(81,101,102)
#465758
(70,87,88)
#3B494A
(59,73,74)
#303B3C
(48,59,60)
#252D2E
(37,45,46)
#1A1F20
(26,31,32)
#0F1112
(15,17,18)
#000000
(0,0,0)

Tints of #7D9D9E

#7D9D9E
(125,157,158)
#88A5A6
(136,165,166)
#93ADAE
(147,173,174)
#9EB5B6
(158,181,182)
#A9BDBE
(169,189,190)
#B4C5C6
(180,197,198)
#BFCDCE
(191,205,206)
#CAD5D6
(202,213,214)
#D5DDDE
(213,221,222)
#E0E5E6
(224,229,230)
#EBEDEE
(235,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D9D9E; }

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

This text font color is #7D9D9E.

Background Color

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

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

This div background color is #7D9D9E.

Border color

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

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

This div border color is #7D9D9E.

Opacity

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

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

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

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

This text has shadow with #7D9D9E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7D9D9E.

Preview

Color preview on black background

This text has color #7D9D9E on black background.


Color preview on white background

This text has color #7D9D9E on white background.


Black color preview on #7D9D9E background

This text has black color on #7D9D9E background.


White color preview on #7D9D9E background

This text has white color on #7D9D9E background.


Related colors

Complementary color

Complementary color for #hex is #826261.


I love getcolorcode.com

Triadic colors

1 #9E7D9D and #9D9E7D with #7D9D9E are triadic colors.

2 #9E9D7D and #9D7D9E with #7D9D9E are triadic colors.