COLOR #7DC6AD

HEX: #7DC6AD
RGB: (125,198,173)

Color info

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

RGB color model

#7DC6AD color RGB value is (125,198,173).

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

RGB channels and saturation

R 125 of 255 = 49%
G 198 of 255 = 78%
B 173 of 255 = 68%

125
198
173

R + G + B ~ 65%. #7DC6AD is quite light color.

Portions of RGB colors in percentages

R + G + B =
125 + 198 + 173 = 496 (100%)
R 125 of 496 ~ 25.2%
G 198 of 496 ~ 39.92%
B 173 of 496 ~ 34.88%

%25.2
%39.92
%34.88

CMYK color model

#7DC6AD color CMYK value is (37,0,13,22).

  • cyan value is 36.87%
  • magenta value is 0.00%
  • yellow value is 12.63%
  • key color value is 22.35%
CMYK:
(37,0,13,22)
C37M0Y13K22 
(37%,0%,13%,22%)
(0.37/0.00/0.13/0.22)	

CMYK percentages

%36.87
%0
%12.63
%22.35

Codes

Color #7DC6AD in popluar color models

7DC6AD
RGB125198173
HSL159°39.04%63.33%
HSB/HSV159°36.87%77.65%
CMYK36.87%0.00%12.63%
22.35%

Color #7DC6AD in popluar number systems.

HEX7DC6AD
Decimal125198173
Binary11111011100011010101101
Octal175306255

Shades and tints

Shades of #7DC6AD

#7DC6AD
(125,198,173)
#72B49E
(114,180,158)
#67A28F
(103,162,143)
#5C9080
(92,144,128)
#517E71
(81,126,113)
#466C62
(70,108,98)
#3B5A53
(59,90,83)
#304844
(48,72,68)
#253635
(37,54,53)
#1A2426
(26,36,38)
#0F1217
(15,18,23)
#000000
(0,0,0)

Tints of #7DC6AD

#7DC6AD
(125,198,173)
#88CBB4
(136,203,180)
#93D0BB
(147,208,187)
#9ED5C2
(158,213,194)
#A9DAC9
(169,218,201)
#B4DFD0
(180,223,208)
#BFE4D7
(191,228,215)
#CAE9DE
(202,233,222)
#D5EEE5
(213,238,229)
#E0F3EC
(224,243,236)
#EBF8F3
(235,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7DC6AD; }

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

This text font color is #7DC6AD.


Background Color

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

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

This div background color is #7DC6AD.


Border color

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

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

This div border color is #7DC6AD.


Opacity

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

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

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

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

This text has shadow with #7DC6AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DC6AD on black background.


Color preview on white background

This text has color #7DC6AD on white background.



Black color preview on #7DC6AD background

This text has black color on #7DC6AD background.


White color preview on #7DC6AD background

This text has white color on #7DC6AD background.