COLOR #7DC0AA

HEX: #7DC0AA
RGB: (125,192,170)

Color info

#7DC0AA contains mainly green and blue colors. Web safe color of #7DC0AA is #66CC99 (or #6C9).

RGB color model

#7DC0AA color RGB value is (125,192,170).

  • red value is 125;
  • green value is 192;
  • blue value is 170.
RGB:
(125,192,170)
(49%,75%,67%)

RGB channels and saturation

R 125 of 255 = 49%
G 192 of 255 = 75%
B 170 of 255 = 67%

125
192
170

R + G + B ~ 64%. #7DC0AA is quite light color.

Portions of RGB colors in percentages

R + G + B =
125 + 192 + 170 = 487 (100%)
R 125 of 487 ~ 25.67%
G 192 of 487 ~ 39.43%
B 170 of 487 ~ 34.91%

%25.67
%39.43
%34.91

CMYK color model

#7DC0AA color CMYK value is (35,0,11,25).

  • cyan value is 34.90%
  • magenta value is 0.00%
  • yellow value is 11.46%
  • key color value is 24.71%
CMYK:
(35,0,11,25)
C35M0Y11K25 
(35%,0%,11%,25%)
(0.35/0.00/0.11/0.25)	

CMYK percentages

%34.9
%0
%11.46
%24.71

Codes

Color #7DC0AA in popluar color models

7DC0AA
RGB125192170
HSL160°34.72%62.16%
HSB/HSV160°34.90%75.29%
CMYK34.90%0.00%11.46%
24.71%

Color #7DC0AA in popluar number systems.

HEX7DC0AA
Decimal125192170
Binary11111011100000010101010
Octal175300252

Shades and tints

Shades of #7DC0AA

#7DC0AA
(125,192,170)
#72AF9B
(114,175,155)
#679E8C
(103,158,140)
#5C8D7D
(92,141,125)
#517C6E
(81,124,110)
#466B5F
(70,107,95)
#3B5A50
(59,90,80)
#304941
(48,73,65)
#253832
(37,56,50)
#1A2723
(26,39,35)
#0F1614
(15,22,20)
#000000
(0,0,0)

Tints of #7DC0AA

#7DC0AA
(125,192,170)
#88C5B1
(136,197,177)
#93CAB8
(147,202,184)
#9ECFBF
(158,207,191)
#A9D4C6
(169,212,198)
#B4D9CD
(180,217,205)
#BFDED4
(191,222,212)
#CAE3DB
(202,227,219)
#D5E8E2
(213,232,226)
#E0EDE9
(224,237,233)
#EBF2F0
(235,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7DC0AA color. Also use rgb(125,192,170) instead hex code.

Text Font Color

.myTextColor { color: #7DC0AA; }

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

This text font color is #7DC0AA.


Background Color

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

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

This div background color is #7DC0AA.


Border color

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

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

This div border color is #7DC0AA.


Opacity

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

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

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

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

This text has shadow with #7DC0AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DC0AA on black background.


Color preview on white background

This text has color #7DC0AA on white background.



Black color preview on #7DC0AA background

This text has black color on #7DC0AA background.


White color preview on #7DC0AA background

This text has white color on #7DC0AA background.