COLOR #7D929D

HEX: #7D929D RGB: (125,146,157)

Color info

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

RGB color model

#7D929D color RGB value is (125,146,157).

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

RGB channels and saturation

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

125
146
157

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

Portions of RGB colors in percentages

R + G + B = 125 + 146 + 157 = 428 (100%)
R 125 of 428 ~ 29.21%
G 146 of 428 ~ 34.11%
B 157 of 428 ~ 36.68'%

%29.21
%34.11
%36.68

CMYK color model

#7D929D color CMYK value is (20,7,0,38).

  • cyan value is 20.38%
  • magenta value is 7.01%
  • yellow value is 0.00%
  • key color value is 38.43%

CMYK: (20,7,0,38)
C20M7Y0K38 (20%, 7%, 0%, 38%)
(0.20 / 0.07 / 0.00 / 0.38)

CMYK percentages

%20.38
%7.01
%0
%38.43

Codes

Color #7D929D in popluar color models

7D 92 9D
RGB 125 146 157
HSL 201° 14.04% 55.29%
HSB/HSV 201° 20.38% 61.57%
CMYK 20.38% 7.01% 0.00%
38.43%

Color #7D929D in popluar number systems.

HEX 7D 92 9D
Decimal 125 146 157
Binary 1111101 10010010 10011101
Octal 175 222 235

Shades and tints

Shades of #7D929D

#7D929D
(125,146,157)
#72858F
(114,133,143)
#677881
(103,120,129)
#5C6B73
(92,107,115)
#515E65
(81,94,101)
#465157
(70,81,87)
#3B4449
(59,68,73)
#30373B
(48,55,59)
#252A2D
(37,42,45)
#1A1D1F
(26,29,31)
#0F1011
(15,16,17)
#000000
(0,0,0)

Tints of #7D929D

#7D929D
(125,146,157)
#889BA5
(136,155,165)
#93A4AD
(147,164,173)
#9EADB5
(158,173,181)
#A9B6BD
(169,182,189)
#B4BFC5
(180,191,197)
#BFC8CD
(191,200,205)
#CAD1D5
(202,209,213)
#D5DADD
(213,218,221)
#E0E3E5
(224,227,229)
#EBECED
(235,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D929D; }

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

This text font color is #7D929D.

Background Color

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

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

This div background color is #7D929D.

Border color

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

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

This div border color is #7D929D.

Opacity

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

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

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

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

This text has shadow with #7D929D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7D929D.

Preview

Color preview on black background

This text has color #7D929D on black background.


Color preview on white background

This text has color #7D929D on white background.


Black color preview on #7D929D background

This text has black color on #7D929D background.


White color preview on #7D929D background

This text has white color on #7D929D background.


Related colors

Complementary color

Complementary color for #hex is #826D62.


I love getcolorcode.com

Triadic colors

1 #9D7D92 and #929D7D with #7D929D are triadic colors.

2 #9D927D and #927D9D with #7D929D are triadic colors.