COLOR #7DC7A9

HEX: #7DC7A9
RGB: (125,199,169)

Color info

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

RGB color model

#7DC7A9 color RGB value is (125,199,169).

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

RGB channels and saturation

R 125 of 255 = 49%
G 199 of 255 = 78%
B 169 of 255 = 66%

125
199
169

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

Portions of RGB colors in percentages

R + G + B =
125 + 199 + 169 = 493 (100%)
R 125 of 493 ~ 25.35%
G 199 of 493 ~ 40.37%
B 169 of 493 ~ 34.28%

%25.35
%40.37
%34.28

CMYK color model

#7DC7A9 color CMYK value is (37,0,15,22).

  • cyan value is 37.19%
  • magenta value is 0.00%
  • yellow value is 15.08%
  • key color value is 21.96%
CMYK:
(37,0,15,22)
C37M0Y15K22 
(37%,0%,15%,22%)
(0.37/0.00/0.15/0.22)	

CMYK percentages

%37.19
%0
%15.08
%21.96

Codes

Color #7DC7A9 in popluar color models

7DC7A9
RGB125199169
HSL156°39.78%63.53%
HSB/HSV156°37.19%78.04%
CMYK37.19%0.00%15.08%
21.96%

Color #7DC7A9 in popluar number systems.

HEX7DC7A9
Decimal125199169
Binary11111011100011110101001
Octal175307251

Shades and tints

Shades of #7DC7A9

#7DC7A9
(125,199,169)
#72B59A
(114,181,154)
#67A38B
(103,163,139)
#5C917C
(92,145,124)
#517F6D
(81,127,109)
#466D5E
(70,109,94)
#3B5B4F
(59,91,79)
#304940
(48,73,64)
#253731
(37,55,49)
#1A2522
(26,37,34)
#0F1313
(15,19,19)
#000000
(0,0,0)

Tints of #7DC7A9

#7DC7A9
(125,199,169)
#88CCB0
(136,204,176)
#93D1B7
(147,209,183)
#9ED6BE
(158,214,190)
#A9DBC5
(169,219,197)
#B4E0CC
(180,224,204)
#BFE5D3
(191,229,211)
#CAEADA
(202,234,218)
#D5EFE1
(213,239,225)
#E0F4E8
(224,244,232)
#EBF9EF
(235,249,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7DC7A9; }

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

This text font color is #7DC7A9.


Background Color

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

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

This div background color is #7DC7A9.


Border color

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

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

This div border color is #7DC7A9.


Opacity

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

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

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

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

This text has shadow with #7DC7A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DC7A9 on black background.


Color preview on white background

This text has color #7DC7A9 on white background.



Black color preview on #7DC7A9 background

This text has black color on #7DC7A9 background.


White color preview on #7DC7A9 background

This text has white color on #7DC7A9 background.