COLOR #7DA9AD

HEX: #7DA9AD RGB: (125,169,173)

Color info

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

RGB color model

#7DA9AD color RGB value is (125,169,173).

RGB: (125,169,173) (49%, 66%, 68%)

RGB channels and saturation

R 125 of 255 = 49%
G 169 of 255 = 66%
B 173 of 255 = 68%

125
169
173

R + G + B ~ 61%. #7DA9AD is quite light color.

Portions of RGB colors in percentages

R + G + B = 125 + 169 + 173 = 467 (100%)
R 125 of 467 ~ 26.77%
G 169 of 467 ~ 36.19%
B 173 of 467 ~ 37.04'%

%26.77
%36.19
%37.04

CMYK color model

#7DA9AD color CMYK value is (28,2,0,32).

  • cyan value is 27.75%
  • magenta value is 2.31%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK: (28,2,0,32) C28M2Y0K32 (28%,2%,0%,32%) (0.28/0.02/0.00/0.32) 

CMYK percentages

%27.75
%2.31
%0
%32.16

Codes

Color #7DA9AD in popluar color models

7D A9 AD
RGB 125 169 173
HSL 185° 22.64% 58.43%
HSB/HSV 185° 27.75% 67.84%
CMYK 27.75% 2.31% 0.00%
32.16%

Color #7DA9AD in popluar number systems.

HEX 7D A9 AD
Decimal 125 169 173
Binary 1111101 10101001 10101101
Octal 175 251 255

Shades and tints

Shades of #7DA9AD

#7DA9AD
(125,169,173)
#729A9E
(114,154,158)
#678B8F
(103,139,143)
#5C7C80
(92,124,128)
#516D71
(81,109,113)
#465E62
(70,94,98)
#3B4F53
(59,79,83)
#304044
(48,64,68)
#253135
(37,49,53)
#1A2226
(26,34,38)
#0F1317
(15,19,23)
#000000
(0,0,0)

Tints of #7DA9AD

#7DA9AD
(125,169,173)
#88B0B4
(136,176,180)
#93B7BB
(147,183,187)
#9EBEC2
(158,190,194)
#A9C5C9
(169,197,201)
#B4CCD0
(180,204,208)
#BFD3D7
(191,211,215)
#CADADE
(202,218,222)
#D5E1E5
(213,225,229)
#E0E8EC
(224,232,236)
#EBEFF3
(235,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7DA9AD color. Also use rgb(125,169,173) instead hex code.

Text Font Color

.myTextColor { color: #7DA9AD; }

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

This text font color is #7DA9AD.

Background Color

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

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

This div background color is #7DA9AD.

Border color

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

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

This div border color is #7DA9AD.

Opacity

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

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

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

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

This text has shadow with #7DA9AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7DA9AD.

Preview

Color preview on black background

This text has color #7DA9AD on black background.


Color preview on white background

This text has color #7DA9AD on white background.


Black color preview on #7DA9AD background

This text has black color on #7DA9AD background.


White color preview on #7DA9AD background

This text has white color on #7DA9AD background.


Related colors

Complementary color

Complementary color for #hex is #825652.


I love getcolorcode.com

Triadic colors

1 #AD7DA9 and #A9AD7D with #7DA9AD are triadic colors.

2 #ADA97D and #A97DAD with #7DA9AD are triadic colors.