COLOR #7DDAD1

HEX: #7DDAD1
RGB: (125,218,209)

Color info

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

RGB color model

#7DDAD1 color RGB value is (125,218,209).

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

RGB channels and saturation

R 125 of 255 = 49%
G 218 of 255 = 85%
B 209 of 255 = 82%

125
218
209

R + G + B ~ 72%. #7DDAD1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
125 + 218 + 209 = 552 (100%)
R 125 of 552 ~ 22.64%
G 218 of 552 ~ 39.49%
B 209 of 552 ~ 37.86%

%22.64
%39.49
%37.86

CMYK color model

#7DDAD1 color CMYK value is (43,0,4,15).

  • cyan value is 42.66%
  • magenta value is 0.00%
  • yellow value is 4.13%
  • key color value is 14.51%
CMYK:
(43,0,4,15)
C43M0Y4K15 
(43%,0%,4%,15%)
(0.43/0.00/0.04/0.15)	

CMYK percentages

%42.66
%0
%4.13
%14.51

Codes

Color #7DDAD1 in popluar color models

7DDAD1
RGB125218209
HSL174°55.69%67.25%
HSB/HSV174°42.66%85.49%
CMYK42.66%0.00%4.13%
14.51%

Color #7DDAD1 in popluar number systems.

HEX7DDAD1
Decimal125218209
Binary11111011101101011010001
Octal175332321

Shades and tints

Shades of #7DDAD1

#7DDAD1
(125,218,209)
#72C7BE
(114,199,190)
#67B4AB
(103,180,171)
#5CA198
(92,161,152)
#518E85
(81,142,133)
#467B72
(70,123,114)
#3B685F
(59,104,95)
#30554C
(48,85,76)
#254239
(37,66,57)
#1A2F26
(26,47,38)
#0F1C13
(15,28,19)
#000000
(0,0,0)

Tints of #7DDAD1

#7DDAD1
(125,218,209)
#88DDD5
(136,221,213)
#93E0D9
(147,224,217)
#9EE3DD
(158,227,221)
#A9E6E1
(169,230,225)
#B4E9E5
(180,233,229)
#BFECE9
(191,236,233)
#CAEFED
(202,239,237)
#D5F2F1
(213,242,241)
#E0F5F5
(224,245,245)
#EBF8F9
(235,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7DDAD1; }

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

This text font color is #7DDAD1.


Background Color

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

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

This div background color is #7DDAD1.


Border color

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

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

This div border color is #7DDAD1.


Opacity

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

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

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

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

This text has shadow with #7DDAD1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DDAD1 on black background.


Color preview on white background

This text has color #7DDAD1 on white background.



Black color preview on #7DDAD1 background

This text has black color on #7DDAD1 background.


White color preview on #7DDAD1 background

This text has white color on #7DDAD1 background.