COLOR #7DC6C0

HEX: #7DC6C0
RGB: (125,198,192)

Color info

#7DC6C0 contains mainly green and blue colors. Web safe color of #7DC6C0 is #66CCCC (or #6CC).

RGB color model

#7DC6C0 color RGB value is (125,198,192).

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

RGB channels and saturation

R 125 of 255 = 49%
G 198 of 255 = 78%
B 192 of 255 = 75%

125
198
192

R + G + B ~ 67%. #7DC6C0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
125 + 198 + 192 = 515 (100%)
R 125 of 515 ~ 24.27%
G 198 of 515 ~ 38.45%
B 192 of 515 ~ 37.28%

%24.27
%38.45
%37.28

CMYK color model

#7DC6C0 color CMYK value is (37,0,3,22).

  • cyan value is 36.87%
  • magenta value is 0.00%
  • yellow value is 3.03%
  • key color value is 22.35%
CMYK:
(37,0,3,22)
C37M0Y3K22 
(37%,0%,3%,22%)
(0.37/0.00/0.03/0.22)	

CMYK percentages

%36.87
%0
%3.03
%22.35

Codes

Color #7DC6C0 in popluar color models

7DC6C0
RGB125198192
HSL175°39.04%63.33%
HSB/HSV175°36.87%77.65%
CMYK36.87%0.00%3.03%
22.35%

Color #7DC6C0 in popluar number systems.

HEX7DC6C0
Decimal125198192
Binary11111011100011011000000
Octal175306300

Shades and tints

Shades of #7DC6C0

#7DC6C0
(125,198,192)
#72B4AF
(114,180,175)
#67A29E
(103,162,158)
#5C908D
(92,144,141)
#517E7C
(81,126,124)
#466C6B
(70,108,107)
#3B5A5A
(59,90,90)
#304849
(48,72,73)
#253638
(37,54,56)
#1A2427
(26,36,39)
#0F1216
(15,18,22)
#000000
(0,0,0)

Tints of #7DC6C0

#7DC6C0
(125,198,192)
#88CBC5
(136,203,197)
#93D0CA
(147,208,202)
#9ED5CF
(158,213,207)
#A9DAD4
(169,218,212)
#B4DFD9
(180,223,217)
#BFE4DE
(191,228,222)
#CAE9E3
(202,233,227)
#D5EEE8
(213,238,232)
#E0F3ED
(224,243,237)
#EBF8F2
(235,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7DC6C0; }

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

This text font color is #7DC6C0.


Background Color

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

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

This div background color is #7DC6C0.


Border color

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

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

This div border color is #7DC6C0.


Opacity

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

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

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

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

This text has shadow with #7DC6C0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DC6C0 on black background.


Color preview on white background

This text has color #7DC6C0 on white background.



Black color preview on #7DC6C0 background

This text has black color on #7DC6C0 background.


White color preview on #7DC6C0 background

This text has white color on #7DC6C0 background.