COLOR #7D9DA0

HEX: #7D9DA0 RGB: (125,157,160)

Color info

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

RGB color model

#7D9DA0 color RGB value is (125,157,160).

RGB: (125,157,160) (49%, 62%, 63%)

RGB channels and saturation

R 125 of 255 = 49%
G 157 of 255 = 62%
B 160 of 255 = 63%

125
157
160

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

Portions of RGB colors in percentages

R + G + B = 125 + 157 + 160 = 442 (100%)
R 125 of 442 ~ 28.28%
G 157 of 442 ~ 35.52%
B 160 of 442 ~ 36.2'%

%28.28
%35.52
%36.2

CMYK color model

#7D9DA0 color CMYK value is (22,2,0,37).

  • cyan value is 21.88%
  • magenta value is 1.87%
  • yellow value is 0.00%
  • key color value is 37.25%

CMYK: (22,2,0,37)
C22M2Y0K37 (22%, 2%, 0%, 37%)
(0.22 / 0.02 / 0.00 / 0.37)

CMYK percentages

%21.88
%1.87
%0
%37.25

Codes

Color #7D9DA0 in popluar color models

7D 9D A0
RGB 125 157 160
HSL 185° 15.56% 55.88%
HSB/HSV 185° 21.88% 62.75%
CMYK 21.88% 1.87% 0.00%
37.25%

Color #7D9DA0 in popluar number systems.

HEX 7D 9D A0
Decimal 125 157 160
Binary 1111101 10011101 10100000
Octal 175 235 240

Shades and tints

Shades of #7D9DA0

#7D9DA0
(125,157,160)
#728F92
(114,143,146)
#678184
(103,129,132)
#5C7376
(92,115,118)
#516568
(81,101,104)
#46575A
(70,87,90)
#3B494C
(59,73,76)
#303B3E
(48,59,62)
#252D30
(37,45,48)
#1A1F22
(26,31,34)
#0F1114
(15,17,20)
#000000
(0,0,0)

Tints of #7D9DA0

#7D9DA0
(125,157,160)
#88A5A8
(136,165,168)
#93ADB0
(147,173,176)
#9EB5B8
(158,181,184)
#A9BDC0
(169,189,192)
#B4C5C8
(180,197,200)
#BFCDD0
(191,205,208)
#CAD5D8
(202,213,216)
#D5DDE0
(213,221,224)
#E0E5E8
(224,229,232)
#EBEDF0
(235,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D9DA0; }

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

This text font color is #7D9DA0.

Background Color

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

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

This div background color is #7D9DA0.

Border color

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

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

This div border color is #7D9DA0.

Opacity

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

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

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

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

This text has shadow with #7D9DA0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7D9DA0.

Preview

Color preview on black background

This text has color #7D9DA0 on black background.


Color preview on white background

This text has color #7D9DA0 on white background.


Black color preview on #7D9DA0 background

This text has black color on #7D9DA0 background.


White color preview on #7D9DA0 background

This text has white color on #7D9DA0 background.


Related colors

Complementary color

Complementary color for #hex is #82625F.


I love getcolorcode.com

Triadic colors

1 #A07D9D and #9DA07D with #7D9DA0 are triadic colors.

2 #A09D7D and #9D7DA0 with #7D9DA0 are triadic colors.