COLOR #7DCDD3

HEX: #7DCDD3 RGB: (125,205,211)

Color info

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

RGB color model

#7DCDD3 color RGB value is (125,205,211).

RGB: (125,205,211) (49%, 80%, 83%)

RGB channels and saturation

R 125 of 255 = 49%
G 205 of 255 = 80%
B 211 of 255 = 83%

125
205
211

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

Portions of RGB colors in percentages

R + G + B = 125 + 205 + 211 = 541 (100%)
R 125 of 541 ~ 23.11%
G 205 of 541 ~ 37.89%
B 211 of 541 ~ 39'%

%23.11
%37.89
%39

CMYK color model

#7DCDD3 color CMYK value is (41,3,0,17).

  • cyan value is 40.76%
  • magenta value is 2.84%
  • yellow value is 0.00%
  • key color value is 17.25%

CMYK: (41,3,0,17)
C41M3Y0K17 (41%, 3%, 0%, 17%)
(0.41 / 0.03 / 0.00 / 0.17)

CMYK percentages

%40.76
%2.84
%0
%17.25

Codes

Color #7DCDD3 in popluar color models

7D CD D3
RGB 125 205 211
HSL 184° 49.43% 65.88%
HSB/HSV 184° 40.76% 82.75%
CMYK 40.76% 2.84% 0.00%
17.25%

Color #7DCDD3 in popluar number systems.

HEX 7D CD D3
Decimal 125 205 211
Binary 1111101 11001101 11010011
Octal 175 315 323

Shades and tints

Shades of #7DCDD3

#7DCDD3
(125,205,211)
#72BBC0
(114,187,192)
#67A9AD
(103,169,173)
#5C979A
(92,151,154)
#518587
(81,133,135)
#467374
(70,115,116)
#3B6161
(59,97,97)
#304F4E
(48,79,78)
#253D3B
(37,61,59)
#1A2B28
(26,43,40)
#0F1915
(15,25,21)
#000000
(0,0,0)

Tints of #7DCDD3

#7DCDD3
(125,205,211)
#88D1D7
(136,209,215)
#93D5DB
(147,213,219)
#9ED9DF
(158,217,223)
#A9DDE3
(169,221,227)
#B4E1E7
(180,225,231)
#BFE5EB
(191,229,235)
#CAE9EF
(202,233,239)
#D5EDF3
(213,237,243)
#E0F1F7
(224,241,247)
#EBF5FB
(235,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7DCDD3; }

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

This text font color is #7DCDD3.

Background Color

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

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

This div background color is #7DCDD3.

Border color

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

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

This div border color is #7DCDD3.

Opacity

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

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

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

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

This text has shadow with #7DCDD3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7DCDD3.

Preview

Color preview on black background

This text has color #7DCDD3 on black background.


Color preview on white background

This text has color #7DCDD3 on white background.


Black color preview on #7DCDD3 background

This text has black color on #7DCDD3 background.


White color preview on #7DCDD3 background

This text has white color on #7DCDD3 background.


Related colors

Complementary color

Complementary color for #hex is #82322C.


I love getcolorcode.com

Triadic colors

1 #D37DCD and #CDD37D with #7DCDD3 are triadic colors.

2 #D3CD7D and #CD7DD3 with #7DCDD3 are triadic colors.