COLOR #7DAD99

HEX: #7DAD99
RGB: (125,173,153)

Color info

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

RGB color model

#7DAD99 color RGB value is (125,173,153).

  • red value is 125;
  • green value is 173;
  • blue value is 153.
RGB:
(125,173,153)
(49%,68%,60%)

RGB channels and saturation

R 125 of 255 = 49%
G 173 of 255 = 68%
B 153 of 255 = 60%

125
173
153

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

Portions of RGB colors in percentages

R + G + B =
125 + 173 + 153 = 451 (100%)
R 125 of 451 ~ 27.72%
G 173 of 451 ~ 38.36%
B 153 of 451 ~ 33.92%

%27.72
%38.36
%33.92

CMYK color model

#7DAD99 color CMYK value is (28,0,12,32).

  • cyan value is 27.75%
  • magenta value is 0.00%
  • yellow value is 11.56%
  • key color value is 32.16%
CMYK:
(28,0,12,32)
C28M0Y12K32 
(28%,0%,12%,32%)
(0.28/0.00/0.12/0.32)	

CMYK percentages

%27.75
%0
%11.56
%32.16

Codes

Color #7DAD99 in popluar color models

7DAD99
RGB125173153
HSL155°22.64%58.43%
HSB/HSV155°27.75%67.84%
CMYK27.75%0.00%11.56%
32.16%

Color #7DAD99 in popluar number systems.

HEX7DAD99
Decimal125173153
Binary11111011010110110011001
Octal175255231

Shades and tints

Shades of #7DAD99

#7DAD99
(125,173,153)
#729E8C
(114,158,140)
#678F7F
(103,143,127)
#5C8072
(92,128,114)
#517165
(81,113,101)
#466258
(70,98,88)
#3B534B
(59,83,75)
#30443E
(48,68,62)
#253531
(37,53,49)
#1A2624
(26,38,36)
#0F1717
(15,23,23)
#000000
(0,0,0)

Tints of #7DAD99

#7DAD99
(125,173,153)
#88B4A2
(136,180,162)
#93BBAB
(147,187,171)
#9EC2B4
(158,194,180)
#A9C9BD
(169,201,189)
#B4D0C6
(180,208,198)
#BFD7CF
(191,215,207)
#CADED8
(202,222,216)
#D5E5E1
(213,229,225)
#E0ECEA
(224,236,234)
#EBF3F3
(235,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7DAD99; }

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

This text font color is #7DAD99.


Background Color

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

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

This div background color is #7DAD99.


Border color

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

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

This div border color is #7DAD99.


Opacity

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

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

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

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

This text has shadow with #7DAD99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DAD99 on black background.


Color preview on white background

This text has color #7DAD99 on white background.



Black color preview on #7DAD99 background

This text has black color on #7DAD99 background.


White color preview on #7DAD99 background

This text has white color on #7DAD99 background.