COLOR #7DC2AA

HEX: #7DC2AA
RGB: (125,194,170)

Color info

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

RGB color model

#7DC2AA color RGB value is (125,194,170).

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

RGB channels and saturation

R 125 of 255 = 49%
G 194 of 255 = 76%
B 170 of 255 = 67%

125
194
170

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

Portions of RGB colors in percentages

R + G + B =
125 + 194 + 170 = 489 (100%)
R 125 of 489 ~ 25.56%
G 194 of 489 ~ 39.67%
B 170 of 489 ~ 34.76%

%25.56
%39.67
%34.76

CMYK color model

#7DC2AA color CMYK value is (36,0,12,24).

  • cyan value is 35.57%
  • magenta value is 0.00%
  • yellow value is 12.37%
  • key color value is 23.92%
CMYK:
(36,0,12,24)
C36M0Y12K24 
(36%,0%,12%,24%)
(0.36/0.00/0.12/0.24)	

CMYK percentages

%35.57
%0
%12.37
%23.92

Codes

Color #7DC2AA in popluar color models

7DC2AA
RGB125194170
HSL159°36.13%62.55%
HSB/HSV159°35.57%76.08%
CMYK35.57%0.00%12.37%
23.92%

Color #7DC2AA in popluar number systems.

HEX7DC2AA
Decimal125194170
Binary11111011100001010101010
Octal175302252

Shades and tints

Shades of #7DC2AA

#7DC2AA
(125,194,170)
#72B19B
(114,177,155)
#67A08C
(103,160,140)
#5C8F7D
(92,143,125)
#517E6E
(81,126,110)
#466D5F
(70,109,95)
#3B5C50
(59,92,80)
#304B41
(48,75,65)
#253A32
(37,58,50)
#1A2923
(26,41,35)
#0F1814
(15,24,20)
#000000
(0,0,0)

Tints of #7DC2AA

#7DC2AA
(125,194,170)
#88C7B1
(136,199,177)
#93CCB8
(147,204,184)
#9ED1BF
(158,209,191)
#A9D6C6
(169,214,198)
#B4DBCD
(180,219,205)
#BFE0D4
(191,224,212)
#CAE5DB
(202,229,219)
#D5EAE2
(213,234,226)
#E0EFE9
(224,239,233)
#EBF4F0
(235,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7DC2AA; }

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

This text font color is #7DC2AA.


Background Color

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

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

This div background color is #7DC2AA.


Border color

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

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

This div border color is #7DC2AA.


Opacity

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

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

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

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

This text has shadow with #7DC2AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DC2AA on black background.


Color preview on white background

This text has color #7DC2AA on white background.



Black color preview on #7DC2AA background

This text has black color on #7DC2AA background.


White color preview on #7DC2AA background

This text has white color on #7DC2AA background.