COLOR #7DD0D0

HEX: #7DD0D0
RGB: (125,208,208)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

125
208
208

R + G + B ~ 71%. #7DD0D0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
125 + 208 + 208 = 541 (100%)
R 125 of 541 ~ 23.11%
G 208 of 541 ~ 38.45%
B 208 of 541 ~ 38.45%

%23.11
%38.45
%38.45

CMYK color model

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

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

CMYK percentages

%39.9
%0
%0
%18.43

Codes

Color #7DD0D0 in popluar color models

7DD0D0
RGB125208208
HSL180°46.89%65.29%
HSB/HSV180°39.90%81.57%
CMYK39.90%0.00%0.00%
18.43%

Color #7DD0D0 in popluar number systems.

HEX7DD0D0
Decimal125208208
Binary11111011101000011010000
Octal175320320

Shades and tints

Shades of #7DD0D0

#7DD0D0
(125,208,208)
#72BEBE
(114,190,190)
#67ACAC
(103,172,172)
#5C9A9A
(92,154,154)
#518888
(81,136,136)
#467676
(70,118,118)
#3B6464
(59,100,100)
#305252
(48,82,82)
#254040
(37,64,64)
#1A2E2E
(26,46,46)
#0F1C1C
(15,28,28)
#000000
(0,0,0)

Tints of #7DD0D0

#7DD0D0
(125,208,208)
#88D4D4
(136,212,212)
#93D8D8
(147,216,216)
#9EDCDC
(158,220,220)
#A9E0E0
(169,224,224)
#B4E4E4
(180,228,228)
#BFE8E8
(191,232,232)
#CAECEC
(202,236,236)
#D5F0F0
(213,240,240)
#E0F4F4
(224,244,244)
#EBF8F8
(235,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7DD0D0; }

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

This text font color is #7DD0D0.


Background Color

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

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

This div background color is #7DD0D0.


Border color

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

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

This div border color is #7DD0D0.


Opacity

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

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

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

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

This text has shadow with #7DD0D0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DD0D0 on black background.


Color preview on white background

This text has color #7DD0D0 on white background.



Black color preview on #7DD0D0 background

This text has black color on #7DD0D0 background.


White color preview on #7DD0D0 background

This text has white color on #7DD0D0 background.