COLOR #7DCED5

HEX: #7DCED5
RGB: (125,206,213)

Color info

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

RGB color model

#7DCED5 color RGB value is (125,206,213).

  • red value is 125;
  • green value is 206;
  • blue value is 213.
RGB:
(125,206,213)
(49%,81%,84%)

RGB channels and saturation

R 125 of 255 = 49%
G 206 of 255 = 81%
B 213 of 255 = 84%

125
206
213

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

Portions of RGB colors in percentages

R + G + B =
125 + 206 + 213 = 544 (100%)
R 125 of 544 ~ 22.98%
G 206 of 544 ~ 37.87%
B 213 of 544 ~ 39.15%

%22.98
%37.87
%39.15

CMYK color model

#7DCED5 color CMYK value is (41,3,0,16).

  • cyan value is 41.31%
  • magenta value is 3.29%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(41,3,0,16)
C41M3Y0K16 
(41%,3%,0%,16%)
(0.41/0.03/0.00/0.16)	

CMYK percentages

%41.31
%3.29
%0
%16.47

Codes

Color #7DCED5 in popluar color models

7DCED5
RGB125206213
HSL185°51.16%66.27%
HSB/HSV185°41.31%83.53%
CMYK41.31%3.29%0.00%
16.47%

Color #7DCED5 in popluar number systems.

HEX7DCED5
Decimal125206213
Binary11111011100111011010101
Octal175316325

Shades and tints

Shades of #7DCED5

#7DCED5
(125,206,213)
#72BCC2
(114,188,194)
#67AAAF
(103,170,175)
#5C989C
(92,152,156)
#518689
(81,134,137)
#467476
(70,116,118)
#3B6263
(59,98,99)
#305050
(48,80,80)
#253E3D
(37,62,61)
#1A2C2A
(26,44,42)
#0F1A17
(15,26,23)
#000000
(0,0,0)

Tints of #7DCED5

#7DCED5
(125,206,213)
#88D2D8
(136,210,216)
#93D6DB
(147,214,219)
#9EDADE
(158,218,222)
#A9DEE1
(169,222,225)
#B4E2E4
(180,226,228)
#BFE6E7
(191,230,231)
#CAEAEA
(202,234,234)
#D5EEED
(213,238,237)
#E0F2F0
(224,242,240)
#EBF6F3
(235,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7DCED5; }

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

This text font color is #7DCED5.


Background Color

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

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

This div background color is #7DCED5.


Border color

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

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

This div border color is #7DCED5.


Opacity

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

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

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

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

This text has shadow with #7DCED5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DCED5 on black background.


Color preview on white background

This text has color #7DCED5 on white background.



Black color preview on #7DCED5 background

This text has black color on #7DCED5 background.


White color preview on #7DCED5 background

This text has white color on #7DCED5 background.