COLOR #7DA3AB

HEX: #7DA3AB RGB: (125,163,171)

Color info

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

RGB color model

#7DA3AB color RGB value is (125,163,171).

RGB: (125,163,171) (49%, 64%, 67%)

RGB channels and saturation

R 125 of 255 = 49%
G 163 of 255 = 64%
B 171 of 255 = 67%

125
163
171

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

Portions of RGB colors in percentages

R + G + B = 125 + 163 + 171 = 459 (100%)
R 125 of 459 ~ 27.23%
G 163 of 459 ~ 35.51%
B 171 of 459 ~ 37.25'%

%27.23
%35.51
%37.25

CMYK color model

#7DA3AB color CMYK value is (27,5,0,33).

  • cyan value is 26.90%
  • magenta value is 4.68%
  • yellow value is 0.00%
  • key color value is 32.94%

CMYK: (27,5,0,33)
C27M5Y0K33 (27%, 5%, 0%, 33%)
(0.27 / 0.05 / 0.00 / 0.33)

CMYK percentages

%26.9
%4.68
%0
%32.94

Codes

Color #7DA3AB in popluar color models

7D A3 AB
RGB 125 163 171
HSL 190° 21.50% 58.04%
HSB/HSV 190° 26.90% 67.06%
CMYK 26.90% 4.68% 0.00%
32.94%

Color #7DA3AB in popluar number systems.

HEX 7D A3 AB
Decimal 125 163 171
Binary 1111101 10100011 10101011
Octal 175 243 253

Shades and tints

Shades of #7DA3AB

#7DA3AB
(125,163,171)
#72959C
(114,149,156)
#67878D
(103,135,141)
#5C797E
(92,121,126)
#516B6F
(81,107,111)
#465D60
(70,93,96)
#3B4F51
(59,79,81)
#304142
(48,65,66)
#253333
(37,51,51)
#1A2524
(26,37,36)
#0F1715
(15,23,21)
#000000
(0,0,0)

Tints of #7DA3AB

#7DA3AB
(125,163,171)
#88ABB2
(136,171,178)
#93B3B9
(147,179,185)
#9EBBC0
(158,187,192)
#A9C3C7
(169,195,199)
#B4CBCE
(180,203,206)
#BFD3D5
(191,211,213)
#CADBDC
(202,219,220)
#D5E3E3
(213,227,227)
#E0EBEA
(224,235,234)
#EBF3F1
(235,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7DA3AB; }

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

This text font color is #7DA3AB.

Background Color

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

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

This div background color is #7DA3AB.

Border color

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

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

This div border color is #7DA3AB.

Opacity

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

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

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

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

This text has shadow with #7DA3AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7DA3AB.

Preview

Color preview on black background

This text has color #7DA3AB on black background.


Color preview on white background

This text has color #7DA3AB on white background.


Black color preview on #7DA3AB background

This text has black color on #7DA3AB background.


White color preview on #7DA3AB background

This text has white color on #7DA3AB background.


Related colors

Complementary color

Complementary color for #hex is #825C54.


I love getcolorcode.com

Triadic colors

1 #AB7DA3 and #A3AB7D with #7DA3AB are triadic colors.

2 #ABA37D and #A37DAB with #7DA3AB are triadic colors.