COLOR #7DAC96

HEX: #7DAC96
RGB: (125,172,150)

Color info

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

RGB color model

#7DAC96 color RGB value is (125,172,150).

  • red value is 125;
  • green value is 172;
  • blue value is 150.
RGB:
(125,172,150)
(49%,67%,59%)

RGB channels and saturation

R 125 of 255 = 49%
G 172 of 255 = 67%
B 150 of 255 = 59%

125
172
150

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

Portions of RGB colors in percentages

R + G + B =
125 + 172 + 150 = 447 (100%)
R 125 of 447 ~ 27.96%
G 172 of 447 ~ 38.48%
B 150 of 447 ~ 33.56%

%27.96
%38.48
%33.56

CMYK color model

#7DAC96 color CMYK value is (27,0,13,33).

  • cyan value is 27.33%
  • magenta value is 0.00%
  • yellow value is 12.79%
  • key color value is 32.55%
CMYK:
(27,0,13,33)
C27M0Y13K33 
(27%,0%,13%,33%)
(0.27/0.00/0.13/0.33)	

CMYK percentages

%27.33
%0
%12.79
%32.55

Codes

Color #7DAC96 in popluar color models

7DAC96
RGB125172150
HSL152°22.07%58.24%
HSB/HSV152°27.33%67.45%
CMYK27.33%0.00%12.79%
32.55%

Color #7DAC96 in popluar number systems.

HEX7DAC96
Decimal125172150
Binary11111011010110010010110
Octal175254226

Shades and tints

Shades of #7DAC96

#7DAC96
(125,172,150)
#729D89
(114,157,137)
#678E7C
(103,142,124)
#5C7F6F
(92,127,111)
#517062
(81,112,98)
#466155
(70,97,85)
#3B5248
(59,82,72)
#30433B
(48,67,59)
#25342E
(37,52,46)
#1A2521
(26,37,33)
#0F1614
(15,22,20)
#000000
(0,0,0)

Tints of #7DAC96

#7DAC96
(125,172,150)
#88B39F
(136,179,159)
#93BAA8
(147,186,168)
#9EC1B1
(158,193,177)
#A9C8BA
(169,200,186)
#B4CFC3
(180,207,195)
#BFD6CC
(191,214,204)
#CADDD5
(202,221,213)
#D5E4DE
(213,228,222)
#E0EBE7
(224,235,231)
#EBF2F0
(235,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7DAC96; }

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

This text font color is #7DAC96.


Background Color

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

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

This div background color is #7DAC96.


Border color

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

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

This div border color is #7DAC96.


Opacity

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

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

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

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

This text has shadow with #7DAC96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DAC96 on black background.


Color preview on white background

This text has color #7DAC96 on white background.



Black color preview on #7DAC96 background

This text has black color on #7DAC96 background.


White color preview on #7DAC96 background

This text has white color on #7DAC96 background.