COLOR #7DAC87

HEX: #7DAC87 RGB: (125,172,135)

Color info

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

RGB color model

#7DAC87 color RGB value is (125,172,135).

RGB: (125,172,135) (49%, 67%, 53%)

RGB channels and saturation

R 125 of 255 = 49%
G 172 of 255 = 67%
B 135 of 255 = 53%

125
172
135

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

Portions of RGB colors in percentages

R + G + B = 125 + 172 + 135 = 432 (100%)
R 125 of 432 ~ 28.94%
G 172 of 432 ~ 39.81%
B 135 of 432 ~ 31.25'%

%28.94
%39.81
%31.25

CMYK color model

#7DAC87 color CMYK value is (27,0,22,33).

  • cyan value is 27.33%
  • magenta value is 0.00%
  • yellow value is 21.51%
  • key color value is 32.55%
CMYK: (27,0,22,33) C27M0Y22K33 (27%,0%,22%,33%) (0.27/0.00/0.22/0.33) 

CMYK percentages

%27.33
%0
%21.51
%32.55

Codes

Color #7DAC87 in popluar color models

7D AC 87
RGB 125 172 135
HSL 133° 22.07% 58.24%
HSB/HSV 133° 27.33% 67.45%
CMYK 27.33% 0.00% 21.51%
32.55%

Color #7DAC87 in popluar number systems.

HEX 7D AC 87
Decimal 125 172 135
Binary 1111101 10101100 10000111
Octal 175 254 207

Shades and tints

Shades of #7DAC87

#7DAC87
(125,172,135)
#729D7B
(114,157,123)
#678E6F
(103,142,111)
#5C7F63
(92,127,99)
#517057
(81,112,87)
#46614B
(70,97,75)
#3B523F
(59,82,63)
#304333
(48,67,51)
#253427
(37,52,39)
#1A251B
(26,37,27)
#0F160F
(15,22,15)
#000000
(0,0,0)

Tints of #7DAC87

#7DAC87
(125,172,135)
#88B391
(136,179,145)
#93BA9B
(147,186,155)
#9EC1A5
(158,193,165)
#A9C8AF
(169,200,175)
#B4CFB9
(180,207,185)
#BFD6C3
(191,214,195)
#CADDCD
(202,221,205)
#D5E4D7
(213,228,215)
#E0EBE1
(224,235,225)
#EBF2EB
(235,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7DAC87; }

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

This text font color is #7DAC87.

Background Color

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

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

This div background color is #7DAC87.

Border color

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

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

This div border color is #7DAC87.

Opacity

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

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

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

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

This text has shadow with #7DAC87 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7DAC87.

Preview

Color preview on black background

This text has color #7DAC87 on black background.


Color preview on white background

This text has color #7DAC87 on white background.


Black color preview on #7DAC87 background

This text has black color on #7DAC87 background.


White color preview on #7DAC87 background

This text has white color on #7DAC87 background.


Related colors

Complementary color

Complementary color for #hex is #825378.


I love getcolorcode.com

Triadic colors

1 #877DAC and #AC877D with #7DAC87 are triadic colors.

2 #87AC7D and #AC7D87 with #7DAC87 are triadic colors.