COLOR #7DD0CC

HEX: #7DD0CC
RGB: (125,208,204)

Color info

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

RGB color model

#7DD0CC color RGB value is (125,208,204).

  • red value is 125;
  • green value is 208;
  • blue value is 204.
RGB:
(125,208,204)
(49%,82%,80%)

RGB channels and saturation

R 125 of 255 = 49%
G 208 of 255 = 82%
B 204 of 255 = 80%

125
208
204

R + G + B ~ 70%. #7DD0CC is quite light color.

Portions of RGB colors in percentages

R + G + B =
125 + 208 + 204 = 537 (100%)
R 125 of 537 ~ 23.28%
G 208 of 537 ~ 38.73%
B 204 of 537 ~ 37.99%

%23.28
%38.73
%37.99

CMYK color model

#7DD0CC color CMYK value is (40,0,2,18).

  • cyan value is 39.90%
  • magenta value is 0.00%
  • yellow value is 1.92%
  • key color value is 18.43%
CMYK:
(40,0,2,18)
C40M0Y2K18 
(40%,0%,2%,18%)
(0.40/0.00/0.02/0.18)	

CMYK percentages

%39.9
%0
%1.92
%18.43

Codes

Color #7DD0CC in popluar color models

7DD0CC
RGB125208204
HSL177°46.89%65.29%
HSB/HSV177°39.90%81.57%
CMYK39.90%0.00%1.92%
18.43%

Color #7DD0CC in popluar number systems.

HEX7DD0CC
Decimal125208204
Binary11111011101000011001100
Octal175320314

Shades and tints

Shades of #7DD0CC

#7DD0CC
(125,208,204)
#72BEBA
(114,190,186)
#67ACA8
(103,172,168)
#5C9A96
(92,154,150)
#518884
(81,136,132)
#467672
(70,118,114)
#3B6460
(59,100,96)
#30524E
(48,82,78)
#25403C
(37,64,60)
#1A2E2A
(26,46,42)
#0F1C18
(15,28,24)
#000000
(0,0,0)

Tints of #7DD0CC

#7DD0CC
(125,208,204)
#88D4D0
(136,212,208)
#93D8D4
(147,216,212)
#9EDCD8
(158,220,216)
#A9E0DC
(169,224,220)
#B4E4E0
(180,228,224)
#BFE8E4
(191,232,228)
#CAECE8
(202,236,232)
#D5F0EC
(213,240,236)
#E0F4F0
(224,244,240)
#EBF8F4
(235,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7DD0CC color. Also use rgb(125,208,204) instead hex code.

Text Font Color

.myTextColor { color: #7DD0CC; }

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

This text font color is #7DD0CC.


Background Color

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

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

This div background color is #7DD0CC.


Border color

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

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

This div border color is #7DD0CC.


Opacity

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

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

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

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

This text has shadow with #7DD0CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DD0CC on black background.


Color preview on white background

This text has color #7DD0CC on white background.



Black color preview on #7DD0CC background

This text has black color on #7DD0CC background.


White color preview on #7DD0CC background

This text has white color on #7DD0CC background.