COLOR #7DACAD

HEX: #7DACAD RGB: (125,172,173)

Color info

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

RGB color model

#7DACAD color RGB value is (125,172,173).

RGB: (125,172,173) (49%, 67%, 68%)

RGB channels and saturation

R 125 of 255 = 49%
G 172 of 255 = 67%
B 173 of 255 = 68%

125
172
173

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

Portions of RGB colors in percentages

R + G + B = 125 + 172 + 173 = 470 (100%)
R 125 of 470 ~ 26.6%
G 172 of 470 ~ 36.6%
B 173 of 470 ~ 36.81'%

%26.6
%36.6
%36.81

CMYK color model

#7DACAD color CMYK value is (28,1,0,32).

  • cyan value is 27.75%
  • magenta value is 0.58%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK: (28,1,0,32) C28M1Y0K32 (28%,1%,0%,32%) (0.28/0.01/0.00/0.32) 

CMYK percentages

%27.75
%0.58
%0
%32.16

Codes

Color #7DACAD in popluar color models

7D AC AD
RGB 125 172 173
HSL 181° 22.64% 58.43%
HSB/HSV 181° 27.75% 67.84%
CMYK 27.75% 0.58% 0.00%
32.16%

Color #7DACAD in popluar number systems.

HEX 7D AC AD
Decimal 125 172 173
Binary 1111101 10101100 10101101
Octal 175 254 255

Shades and tints

Shades of #7DACAD

#7DACAD
(125,172,173)
#729D9E
(114,157,158)
#678E8F
(103,142,143)
#5C7F80
(92,127,128)
#517071
(81,112,113)
#466162
(70,97,98)
#3B5253
(59,82,83)
#304344
(48,67,68)
#253435
(37,52,53)
#1A2526
(26,37,38)
#0F1617
(15,22,23)
#000000
(0,0,0)

Tints of #7DACAD

#7DACAD
(125,172,173)
#88B3B4
(136,179,180)
#93BABB
(147,186,187)
#9EC1C2
(158,193,194)
#A9C8C9
(169,200,201)
#B4CFD0
(180,207,208)
#BFD6D7
(191,214,215)
#CADDDE
(202,221,222)
#D5E4E5
(213,228,229)
#E0EBEC
(224,235,236)
#EBF2F3
(235,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7DACAD; }

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

This text font color is #7DACAD.

Background Color

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

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

This div background color is #7DACAD.

Border color

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

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

This div border color is #7DACAD.

Opacity

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

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

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

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

This text has shadow with #7DACAD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7DACAD.

Preview

Color preview on black background

This text has color #7DACAD on black background.


Color preview on white background

This text has color #7DACAD on white background.


Black color preview on #7DACAD background

This text has black color on #7DACAD background.


White color preview on #7DACAD background

This text has white color on #7DACAD background.


Related colors

Complementary color

Complementary color for #hex is #825352.


I love getcolorcode.com

Triadic colors

1 #AD7DAC and #ACAD7D with #7DACAD are triadic colors.

2 #ADAC7D and #AC7DAD with #7DACAD are triadic colors.