COLOR #7DAC92

HEX: #7DAC92 RGB: (125,172,146)

Color info

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

RGB color model

#7DAC92 color RGB value is (125,172,146).

RGB: (125,172,146) (49%, 67%, 57%)

RGB channels and saturation

R 125 of 255 = 49%
G 172 of 255 = 67%
B 146 of 255 = 57%

125
172
146

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

Portions of RGB colors in percentages

R + G + B = 125 + 172 + 146 = 443 (100%)
R 125 of 443 ~ 28.22%
G 172 of 443 ~ 38.83%
B 146 of 443 ~ 32.96'%

%28.22
%38.83
%32.96

CMYK color model

#7DAC92 color CMYK value is (27,0,15,33).

  • cyan value is 27.33%
  • magenta value is 0.00%
  • yellow value is 15.12%
  • key color value is 32.55%

CMYK: (27,0,15,33)
C27M0Y15K33 (27%, 0%, 15%, 33%)
(0.27 / 0.00 / 0.15 / 0.33)

CMYK percentages

%27.33
%0
%15.12
%32.55

Codes

Color #7DAC92 in popluar color models

7D AC 92
RGB 125 172 146
HSL 147° 22.07% 58.24%
HSB/HSV 147° 27.33% 67.45%
CMYK 27.33% 0.00% 15.12%
32.55%

Color #7DAC92 in popluar number systems.

HEX 7D AC 92
Decimal 125 172 146
Binary 1111101 10101100 10010010
Octal 175 254 222

Shades and tints

Shades of #7DAC92

#7DAC92
(125,172,146)
#729D85
(114,157,133)
#678E78
(103,142,120)
#5C7F6B
(92,127,107)
#51705E
(81,112,94)
#466151
(70,97,81)
#3B5244
(59,82,68)
#304337
(48,67,55)
#25342A
(37,52,42)
#1A251D
(26,37,29)
#0F1610
(15,22,16)
#000000
(0,0,0)

Tints of #7DAC92

#7DAC92
(125,172,146)
#88B39B
(136,179,155)
#93BAA4
(147,186,164)
#9EC1AD
(158,193,173)
#A9C8B6
(169,200,182)
#B4CFBF
(180,207,191)
#BFD6C8
(191,214,200)
#CADDD1
(202,221,209)
#D5E4DA
(213,228,218)
#E0EBE3
(224,235,227)
#EBF2EC
(235,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7DAC92; }

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

This text font color is #7DAC92.

Background Color

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

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

This div background color is #7DAC92.

Border color

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

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

This div border color is #7DAC92.

Opacity

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

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

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

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

This text has shadow with #7DAC92 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7DAC92.

Preview

Color preview on black background

This text has color #7DAC92 on black background.


Color preview on white background

This text has color #7DAC92 on white background.


Black color preview on #7DAC92 background

This text has black color on #7DAC92 background.


White color preview on #7DAC92 background

This text has white color on #7DAC92 background.


Related colors

Complementary color

Complementary color for #hex is #82536D.


I love getcolorcode.com

Triadic colors

1 #927DAC and #AC927D with #7DAC92 are triadic colors.

2 #92AC7D and #AC7D92 with #7DAC92 are triadic colors.