COLOR #7DA9AB

HEX: #7DA9AB
RGB: (125,169,171)

Color info

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

RGB color model

#7DA9AB color RGB value is (125,169,171).

  • red value is 125;
  • green value is 169;
  • blue value is 171.
RGB:
(125,169,171)
(49%,66%,67%)

RGB channels and saturation

R 125 of 255 = 49%
G 169 of 255 = 66%
B 171 of 255 = 67%

125
169
171

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

Portions of RGB colors in percentages

R + G + B =
125 + 169 + 171 = 465 (100%)
R 125 of 465 ~ 26.88%
G 169 of 465 ~ 36.34%
B 171 of 465 ~ 36.77%

%26.88
%36.34
%36.77

CMYK color model

#7DA9AB color CMYK value is (27,1,0,33).

  • cyan value is 26.90%
  • magenta value is 1.17%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(27,1,0,33)
C27M1Y0K33 
(27%,1%,0%,33%)
(0.27/0.01/0.00/0.33)	

CMYK percentages

%26.9
%1.17
%0
%32.94

Codes

Color #7DA9AB in popluar color models

7DA9AB
RGB125169171
HSL183°21.50%58.04%
HSB/HSV183°26.90%67.06%
CMYK26.90%1.17%0.00%
32.94%

Color #7DA9AB in popluar number systems.

HEX7DA9AB
Decimal125169171
Binary11111011010100110101011
Octal175251253

Shades and tints

Shades of #7DA9AB

#7DA9AB
(125,169,171)
#729A9C
(114,154,156)
#678B8D
(103,139,141)
#5C7C7E
(92,124,126)
#516D6F
(81,109,111)
#465E60
(70,94,96)
#3B4F51
(59,79,81)
#304042
(48,64,66)
#253133
(37,49,51)
#1A2224
(26,34,36)
#0F1315
(15,19,21)
#000000
(0,0,0)

Tints of #7DA9AB

#7DA9AB
(125,169,171)
#88B0B2
(136,176,178)
#93B7B9
(147,183,185)
#9EBEC0
(158,190,192)
#A9C5C7
(169,197,199)
#B4CCCE
(180,204,206)
#BFD3D5
(191,211,213)
#CADADC
(202,218,220)
#D5E1E3
(213,225,227)
#E0E8EA
(224,232,234)
#EBEFF1
(235,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7DA9AB; }

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

This text font color is #7DA9AB.


Background Color

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

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

This div background color is #7DA9AB.


Border color

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

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

This div border color is #7DA9AB.


Opacity

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

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

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

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

This text has shadow with #7DA9AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DA9AB on black background.


Color preview on white background

This text has color #7DA9AB on white background.



Black color preview on #7DA9AB background

This text has black color on #7DA9AB background.


White color preview on #7DA9AB background

This text has white color on #7DA9AB background.