COLOR #7D929E

HEX: #7D929E RGB: (125,146,158)

Color info

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

RGB color model

#7D929E color RGB value is (125,146,158).

RGB: (125,146,158) (49%, 57%, 62%)

RGB channels and saturation

R 125 of 255 = 49%
G 146 of 255 = 57%
B 158 of 255 = 62%

125
146
158

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

Portions of RGB colors in percentages

R + G + B = 125 + 146 + 158 = 429 (100%)
R 125 of 429 ~ 29.14%
G 146 of 429 ~ 34.03%
B 158 of 429 ~ 36.83'%

%29.14
%34.03
%36.83

CMYK color model

#7D929E color CMYK value is (21,8,0,38).

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

CMYK: (21,8,0,38)
C21M8Y0K38 (21%, 8%, 0%, 38%)
(0.21 / 0.08 / 0.00 / 0.38)

CMYK percentages

%20.89
%7.59
%0
%38.04

Codes

Color #7D929E in popluar color models

7D 92 9E
RGB 125 146 158
HSL 202° 14.54% 55.49%
HSB/HSV 202° 20.89% 61.96%
CMYK 20.89% 7.59% 0.00%
38.04%

Color #7D929E in popluar number systems.

HEX 7D 92 9E
Decimal 125 146 158
Binary 1111101 10010010 10011110
Octal 175 222 236

Shades and tints

Shades of #7D929E

#7D929E
(125,146,158)
#728590
(114,133,144)
#677882
(103,120,130)
#5C6B74
(92,107,116)
#515E66
(81,94,102)
#465158
(70,81,88)
#3B444A
(59,68,74)
#30373C
(48,55,60)
#252A2E
(37,42,46)
#1A1D20
(26,29,32)
#0F1012
(15,16,18)
#000000
(0,0,0)

Tints of #7D929E

#7D929E
(125,146,158)
#889BA6
(136,155,166)
#93A4AE
(147,164,174)
#9EADB6
(158,173,182)
#A9B6BE
(169,182,190)
#B4BFC6
(180,191,198)
#BFC8CE
(191,200,206)
#CAD1D6
(202,209,214)
#D5DADE
(213,218,222)
#E0E3E6
(224,227,230)
#EBECEE
(235,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D929E; }

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

This text font color is #7D929E.

Background Color

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

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

This div background color is #7D929E.

Border color

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

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

This div border color is #7D929E.

Opacity

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

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

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

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

This text has shadow with #7D929E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7D929E.

Preview

Color preview on black background

This text has color #7D929E on black background.


Color preview on white background

This text has color #7D929E on white background.


Black color preview on #7D929E background

This text has black color on #7D929E background.


White color preview on #7D929E background

This text has white color on #7D929E background.


Related colors

Complementary color

Complementary color for #hex is #826D61.


I love getcolorcode.com

Triadic colors

1 #9E7D92 and #929E7D with #7D929E are triadic colors.

2 #9E927D and #927D9E with #7D929E are triadic colors.