COLOR #7DCFD5

HEX: #7DCFD5 RGB: (125,207,213)

Color info

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

RGB color model

#7DCFD5 color RGB value is (125,207,213).

RGB: (125,207,213) (49%, 81%, 84%)

RGB channels and saturation

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

125
207
213

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

Portions of RGB colors in percentages

R + G + B = 125 + 207 + 213 = 545 (100%)
R 125 of 545 ~ 22.94%
G 207 of 545 ~ 37.98%
B 213 of 545 ~ 39.08'%

%22.94
%37.98
%39.08

CMYK color model

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

  • cyan value is 41.31%
  • magenta value is 2.82%
  • 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
%2.82
%0
%16.47

Codes

Color #7DCFD5 in popluar color models

7D CF D5
RGB 125 207 213
HSL 184° 51.16% 66.27%
HSB/HSV 184° 41.31% 83.53%
CMYK 41.31% 2.82% 0.00%
16.47%

Color #7DCFD5 in popluar number systems.

HEX 7D CF D5
Decimal 125 207 213
Binary 1111101 11001111 11010101
Octal 175 317 325

Shades and tints

Shades of #7DCFD5

#7DCFD5
(125,207,213)
#72BDC2
(114,189,194)
#67ABAF
(103,171,175)
#5C999C
(92,153,156)
#518789
(81,135,137)
#467576
(70,117,118)
#3B6363
(59,99,99)
#305150
(48,81,80)
#253F3D
(37,63,61)
#1A2D2A
(26,45,42)
#0F1B17
(15,27,23)
#000000
(0,0,0)

Tints of #7DCFD5

#7DCFD5
(125,207,213)
#88D3D8
(136,211,216)
#93D7DB
(147,215,219)
#9EDBDE
(158,219,222)
#A9DFE1
(169,223,225)
#B4E3E4
(180,227,228)
#BFE7E7
(191,231,231)
#CAEBEA
(202,235,234)
#D5EFED
(213,239,237)
#E0F3F0
(224,243,240)
#EBF7F3
(235,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7DCFD5; }

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

This text font color is #7DCFD5.

Background Color

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

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

This div background color is #7DCFD5.

Border color

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

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

This div border color is #7DCFD5.

Opacity

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

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

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

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

This text has shadow with #7DCFD5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7DCFD5.

Preview

Color preview on black background

This text has color #7DCFD5 on black background.


Color preview on white background

This text has color #7DCFD5 on white background.


Black color preview on #7DCFD5 background

This text has black color on #7DCFD5 background.


White color preview on #7DCFD5 background

This text has white color on #7DCFD5 background.


Related colors

Complementary color

Complementary color for #hex is #82302A.


I love getcolorcode.com

Triadic colors

1 #D57DCF and #CFD57D with #7DCFD5 are triadic colors.

2 #D5CF7D and #CF7DD5 with #7DCFD5 are triadic colors.