COLOR #7DC7A6

HEX: #7DC7A6
RGB: (125,199,166)

Color info

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

RGB color model

#7DC7A6 color RGB value is (125,199,166).

  • red value is 125;
  • green value is 199;
  • blue value is 166.
RGB:
(125,199,166)
(49%,78%,65%)

RGB channels and saturation

R 125 of 255 = 49%
G 199 of 255 = 78%
B 166 of 255 = 65%

125
199
166

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

Portions of RGB colors in percentages

R + G + B =
125 + 199 + 166 = 490 (100%)
R 125 of 490 ~ 25.51%
G 199 of 490 ~ 40.61%
B 166 of 490 ~ 33.88%

%25.51
%40.61
%33.88

CMYK color model

#7DC7A6 color CMYK value is (37,0,17,22).

  • cyan value is 37.19%
  • magenta value is 0.00%
  • yellow value is 16.58%
  • key color value is 21.96%
CMYK:
(37,0,17,22)
C37M0Y17K22 
(37%,0%,17%,22%)
(0.37/0.00/0.17/0.22)	

CMYK percentages

%37.19
%0
%16.58
%21.96

Codes

Color #7DC7A6 in popluar color models

7DC7A6
RGB125199166
HSL153°39.78%63.53%
HSB/HSV153°37.19%78.04%
CMYK37.19%0.00%16.58%
21.96%

Color #7DC7A6 in popluar number systems.

HEX7DC7A6
Decimal125199166
Binary11111011100011110100110
Octal175307246

Shades and tints

Shades of #7DC7A6

#7DC7A6
(125,199,166)
#72B597
(114,181,151)
#67A388
(103,163,136)
#5C9179
(92,145,121)
#517F6A
(81,127,106)
#466D5B
(70,109,91)
#3B5B4C
(59,91,76)
#30493D
(48,73,61)
#25372E
(37,55,46)
#1A251F
(26,37,31)
#0F1310
(15,19,16)
#000000
(0,0,0)

Tints of #7DC7A6

#7DC7A6
(125,199,166)
#88CCAE
(136,204,174)
#93D1B6
(147,209,182)
#9ED6BE
(158,214,190)
#A9DBC6
(169,219,198)
#B4E0CE
(180,224,206)
#BFE5D6
(191,229,214)
#CAEADE
(202,234,222)
#D5EFE6
(213,239,230)
#E0F4EE
(224,244,238)
#EBF9F6
(235,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7DC7A6 color. Also use rgb(125,199,166) instead hex code.

Text Font Color

.myTextColor { color: #7DC7A6; }

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

This text font color is #7DC7A6.


Background Color

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

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

This div background color is #7DC7A6.


Border color

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

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

This div border color is #7DC7A6.


Opacity

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

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

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

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

This text has shadow with #7DC7A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DC7A6 on black background.


Color preview on white background

This text has color #7DC7A6 on white background.



Black color preview on #7DC7A6 background

This text has black color on #7DC7A6 background.


White color preview on #7DC7A6 background

This text has white color on #7DC7A6 background.