COLOR #7DA0AA

HEX: #7DA0AA
RGB: (125,160,170)

Color info

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

RGB color model

#7DA0AA color RGB value is (125,160,170).

  • red value is 125;
  • green value is 160;
  • blue value is 170.
RGB:
(125,160,170)
(49%,63%,67%)

RGB channels and saturation

R 125 of 255 = 49%
G 160 of 255 = 63%
B 170 of 255 = 67%

125
160
170

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

Portions of RGB colors in percentages

R + G + B =
125 + 160 + 170 = 455 (100%)
R 125 of 455 ~ 27.47%
G 160 of 455 ~ 35.16%
B 170 of 455 ~ 37.36%

%27.47
%35.16
%37.36

CMYK color model

#7DA0AA color CMYK value is (26,6,0,33).

  • cyan value is 26.47%
  • magenta value is 5.88%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(26,6,0,33)
C26M6Y0K33 
(26%,6%,0%,33%)
(0.26/0.06/0.00/0.33)	

CMYK percentages

%26.47
%5.88
%0
%33.33

Codes

Color #7DA0AA in popluar color models

7DA0AA
RGB125160170
HSL193°20.93%57.84%
HSB/HSV193°26.47%66.67%
CMYK26.47%5.88%0.00%
33.33%

Color #7DA0AA in popluar number systems.

HEX7DA0AA
Decimal125160170
Binary11111011010000010101010
Octal175240252

Shades and tints

Shades of #7DA0AA

#7DA0AA
(125,160,170)
#72929B
(114,146,155)
#67848C
(103,132,140)
#5C767D
(92,118,125)
#51686E
(81,104,110)
#465A5F
(70,90,95)
#3B4C50
(59,76,80)
#303E41
(48,62,65)
#253032
(37,48,50)
#1A2223
(26,34,35)
#0F1414
(15,20,20)
#000000
(0,0,0)

Tints of #7DA0AA

#7DA0AA
(125,160,170)
#88A8B1
(136,168,177)
#93B0B8
(147,176,184)
#9EB8BF
(158,184,191)
#A9C0C6
(169,192,198)
#B4C8CD
(180,200,205)
#BFD0D4
(191,208,212)
#CAD8DB
(202,216,219)
#D5E0E2
(213,224,226)
#E0E8E9
(224,232,233)
#EBF0F0
(235,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7DA0AA; }

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

This text font color is #7DA0AA.


Background Color

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

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

This div background color is #7DA0AA.


Border color

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

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

This div border color is #7DA0AA.


Opacity

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

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

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

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

This text has shadow with #7DA0AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DA0AA on black background.


Color preview on white background

This text has color #7DA0AA on white background.



Black color preview on #7DA0AA background

This text has black color on #7DA0AA background.


White color preview on #7DA0AA background

This text has white color on #7DA0AA background.