COLOR #7DA7AB

HEX: #7DA7AB RGB: (125,167,171)

Color info

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

RGB color model

#7DA7AB color RGB value is (125,167,171).

RGB: (125,167,171) (49%, 65%, 67%)

RGB channels and saturation

R 125 of 255 = 49%
G 167 of 255 = 65%
B 171 of 255 = 67%

125
167
171

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

Portions of RGB colors in percentages

R + G + B = 125 + 167 + 171 = 463 (100%)
R 125 of 463 ~ 27%
G 167 of 463 ~ 36.07%
B 171 of 463 ~ 36.93'%

%27
%36.07
%36.93

CMYK color model

#7DA7AB color CMYK value is (27,2,0,33).

  • cyan value is 26.90%
  • magenta value is 2.34%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK: (27,2,0,33) C27M2Y0K33 (27%,2%,0%,33%) (0.27/0.02/0.00/0.33) 

CMYK percentages

%26.9
%2.34
%0
%32.94

Codes

Color #7DA7AB in popluar color models

7D A7 AB
RGB 125 167 171
HSL 185° 21.50% 58.04%
HSB/HSV 185° 26.90% 67.06%
CMYK 26.90% 2.34% 0.00%
32.94%

Color #7DA7AB in popluar number systems.

HEX 7D A7 AB
Decimal 125 167 171
Binary 1111101 10100111 10101011
Octal 175 247 253

Shades and tints

Shades of #7DA7AB

#7DA7AB
(125,167,171)
#72989C
(114,152,156)
#67898D
(103,137,141)
#5C7A7E
(92,122,126)
#516B6F
(81,107,111)
#465C60
(70,92,96)
#3B4D51
(59,77,81)
#303E42
(48,62,66)
#252F33
(37,47,51)
#1A2024
(26,32,36)
#0F1115
(15,17,21)
#000000
(0,0,0)

Tints of #7DA7AB

#7DA7AB
(125,167,171)
#88AFB2
(136,175,178)
#93B7B9
(147,183,185)
#9EBFC0
(158,191,192)
#A9C7C7
(169,199,199)
#B4CFCE
(180,207,206)
#BFD7D5
(191,215,213)
#CADFDC
(202,223,220)
#D5E7E3
(213,231,227)
#E0EFEA
(224,239,234)
#EBF7F1
(235,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7DA7AB; }

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

This text font color is #7DA7AB.

Background Color

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

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

This div background color is #7DA7AB.

Border color

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

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

This div border color is #7DA7AB.

Opacity

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

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

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

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

This text has shadow with #7DA7AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7DA7AB.

Preview

Color preview on black background

This text has color #7DA7AB on black background.


Color preview on white background

This text has color #7DA7AB on white background.


Black color preview on #7DA7AB background

This text has black color on #7DA7AB background.


White color preview on #7DA7AB background

This text has white color on #7DA7AB background.


Related colors

Complementary color

Complementary color for #hex is #825854.


I love getcolorcode.com

Triadic colors

1 #AB7DA7 and #A7AB7D with #7DA7AB are triadic colors.

2 #ABA77D and #A77DAB with #7DA7AB are triadic colors.