COLOR #7DAD83

HEX: #7DAD83 RGB: (125,173,131)

Color info

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

RGB color model

#7DAD83 color RGB value is (125,173,131).

RGB: (125,173,131) (49%, 68%, 51%)

RGB channels and saturation

R 125 of 255 = 49%
G 173 of 255 = 68%
B 131 of 255 = 51%

125
173
131

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

Portions of RGB colors in percentages

R + G + B = 125 + 173 + 131 = 429 (100%)
R 125 of 429 ~ 29.14%
G 173 of 429 ~ 40.33%
B 131 of 429 ~ 30.54'%

%29.14
%40.33
%30.54

CMYK color model

#7DAD83 color CMYK value is (28,0,24,32).

  • cyan value is 27.75%
  • magenta value is 0.00%
  • yellow value is 24.28%
  • key color value is 32.16%

CMYK: (28,0,24,32)
C28M0Y24K32 (28%, 0%, 24%, 32%)
(0.28 / 0.00 / 0.24 / 0.32)

CMYK percentages

%27.75
%0
%24.28
%32.16

Codes

Color #7DAD83 in popluar color models

7D AD 83
RGB 125 173 131
HSL 128° 22.64% 58.43%
HSB/HSV 128° 27.75% 67.84%
CMYK 27.75% 0.00% 24.28%
32.16%

Color #7DAD83 in popluar number systems.

HEX 7D AD 83
Decimal 125 173 131
Binary 1111101 10101101 10000011
Octal 175 255 203

Shades and tints

Shades of #7DAD83

#7DAD83
(125,173,131)
#729E78
(114,158,120)
#678F6D
(103,143,109)
#5C8062
(92,128,98)
#517157
(81,113,87)
#46624C
(70,98,76)
#3B5341
(59,83,65)
#304436
(48,68,54)
#25352B
(37,53,43)
#1A2620
(26,38,32)
#0F1715
(15,23,21)
#000000
(0,0,0)

Tints of #7DAD83

#7DAD83
(125,173,131)
#88B48E
(136,180,142)
#93BB99
(147,187,153)
#9EC2A4
(158,194,164)
#A9C9AF
(169,201,175)
#B4D0BA
(180,208,186)
#BFD7C5
(191,215,197)
#CADED0
(202,222,208)
#D5E5DB
(213,229,219)
#E0ECE6
(224,236,230)
#EBF3F1
(235,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7DAD83; }

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

This text font color is #7DAD83.

Background Color

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

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

This div background color is #7DAD83.

Border color

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

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

This div border color is #7DAD83.

Opacity

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

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

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

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

This text has shadow with #7DAD83 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7DAD83.

Preview

Color preview on black background

This text has color #7DAD83 on black background.


Color preview on white background

This text has color #7DAD83 on white background.


Black color preview on #7DAD83 background

This text has black color on #7DAD83 background.


White color preview on #7DAD83 background

This text has white color on #7DAD83 background.


Related colors

Complementary color

Complementary color for #hex is #82527C.


I love getcolorcode.com

Triadic colors

1 #837DAD and #AD837D with #7DAD83 are triadic colors.

2 #83AD7D and #AD7D83 with #7DAD83 are triadic colors.