COLOR #7DC3AC

HEX: #7DC3AC
RGB: (125,195,172)

Color info

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

RGB color model

#7DC3AC color RGB value is (125,195,172).

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

RGB channels and saturation

R 125 of 255 = 49%
G 195 of 255 = 76%
B 172 of 255 = 67%

125
195
172

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

Portions of RGB colors in percentages

R + G + B =
125 + 195 + 172 = 492 (100%)
R 125 of 492 ~ 25.41%
G 195 of 492 ~ 39.63%
B 172 of 492 ~ 34.96%

%25.41
%39.63
%34.96

CMYK color model

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

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

CMYK percentages

%35.9
%0
%11.79
%23.53

Codes

Color #7DC3AC in popluar color models

7DC3AC
RGB125195172
HSL160°36.84%62.75%
HSB/HSV160°35.90%76.47%
CMYK35.90%0.00%11.79%
23.53%

Color #7DC3AC in popluar number systems.

HEX7DC3AC
Decimal125195172
Binary11111011100001110101100
Octal175303254

Shades and tints

Shades of #7DC3AC

#7DC3AC
(125,195,172)
#72B29D
(114,178,157)
#67A18E
(103,161,142)
#5C907F
(92,144,127)
#517F70
(81,127,112)
#466E61
(70,110,97)
#3B5D52
(59,93,82)
#304C43
(48,76,67)
#253B34
(37,59,52)
#1A2A25
(26,42,37)
#0F1916
(15,25,22)
#000000
(0,0,0)

Tints of #7DC3AC

#7DC3AC
(125,195,172)
#88C8B3
(136,200,179)
#93CDBA
(147,205,186)
#9ED2C1
(158,210,193)
#A9D7C8
(169,215,200)
#B4DCCF
(180,220,207)
#BFE1D6
(191,225,214)
#CAE6DD
(202,230,221)
#D5EBE4
(213,235,228)
#E0F0EB
(224,240,235)
#EBF5F2
(235,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7DC3AC color. Also use rgb(125,195,172) instead hex code.

Text Font Color

.myTextColor { color: #7DC3AC; }

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

This text font color is #7DC3AC.


Background Color

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

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

This div background color is #7DC3AC.


Border color

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

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

This div border color is #7DC3AC.


Opacity

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

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

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

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

This text has shadow with #7DC3AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DC3AC on black background.


Color preview on white background

This text has color #7DC3AC on white background.



Black color preview on #7DC3AC background

This text has black color on #7DC3AC background.


White color preview on #7DC3AC background

This text has white color on #7DC3AC background.