COLOR #7DA984

HEX: #7DA984 RGB: (125,169,132)

Color info

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

RGB color model

#7DA984 color RGB value is (125,169,132).

RGB: (125,169,132) (49%, 66%, 52%)

RGB channels and saturation

R 125 of 255 = 49%
G 169 of 255 = 66%
B 132 of 255 = 52%

125
169
132

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

Portions of RGB colors in percentages

R + G + B = 125 + 169 + 132 = 426 (100%)
R 125 of 426 ~ 29.34%
G 169 of 426 ~ 39.67%
B 132 of 426 ~ 30.99'%

%29.34
%39.67
%30.99

CMYK color model

#7DA984 color CMYK value is (26,0,22,34).

  • cyan value is 26.04%
  • magenta value is 0.00%
  • yellow value is 21.89%
  • key color value is 33.73%

CMYK: (26,0,22,34)
C26M0Y22K34 (26%, 0%, 22%, 34%)
(0.26 / 0.00 / 0.22 / 0.34)

CMYK percentages

%26.04
%0
%21.89
%33.73

Codes

Color #7DA984 in popluar color models

7D A9 84
RGB 125 169 132
HSL 130° 20.37% 57.65%
HSB/HSV 130° 26.04% 66.27%
CMYK 26.04% 0.00% 21.89%
33.73%

Color #7DA984 in popluar number systems.

HEX 7D A9 84
Decimal 125 169 132
Binary 1111101 10101001 10000100
Octal 175 251 204

Shades and tints

Shades of #7DA984

#7DA984
(125,169,132)
#729A78
(114,154,120)
#678B6C
(103,139,108)
#5C7C60
(92,124,96)
#516D54
(81,109,84)
#465E48
(70,94,72)
#3B4F3C
(59,79,60)
#304030
(48,64,48)
#253124
(37,49,36)
#1A2218
(26,34,24)
#0F130C
(15,19,12)
#000000
(0,0,0)

Tints of #7DA984

#7DA984
(125,169,132)
#88B08F
(136,176,143)
#93B79A
(147,183,154)
#9EBEA5
(158,190,165)
#A9C5B0
(169,197,176)
#B4CCBB
(180,204,187)
#BFD3C6
(191,211,198)
#CADAD1
(202,218,209)
#D5E1DC
(213,225,220)
#E0E8E7
(224,232,231)
#EBEFF2
(235,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7DA984; }

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

This text font color is #7DA984.

Background Color

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

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

This div background color is #7DA984.

Border color

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

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

This div border color is #7DA984.

Opacity

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

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

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

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

This text has shadow with #7DA984 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7DA984.

Preview

Color preview on black background

This text has color #7DA984 on black background.


Color preview on white background

This text has color #7DA984 on white background.


Black color preview on #7DA984 background

This text has black color on #7DA984 background.


White color preview on #7DA984 background

This text has white color on #7DA984 background.


Related colors

Complementary color

Complementary color for #hex is #82567B.


I love getcolorcode.com

Triadic colors

1 #847DA9 and #A9847D with #7DA984 are triadic colors.

2 #84A97D and #A97D84 with #7DA984 are triadic colors.