COLOR #7DD3DE

HEX: #7DD3DE RGB: (125,211,222)

Color info

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

RGB color model

#7DD3DE color RGB value is (125,211,222).

RGB: (125,211,222) (49%, 83%, 87%)

RGB channels and saturation

R 125 of 255 = 49%
G 211 of 255 = 83%
B 222 of 255 = 87%

125
211
222

R + G + B ~ 73%. #7DD3DE is quite light color.

Portions of RGB colors in percentages

R + G + B = 125 + 211 + 222 = 558 (100%)
R 125 of 558 ~ 22.4%
G 211 of 558 ~ 37.81%
B 222 of 558 ~ 39.78'%

%22.4
%37.81
%39.78

CMYK color model

#7DD3DE color CMYK value is (44,5,0,13).

  • cyan value is 43.69%
  • magenta value is 4.95%
  • yellow value is 0.00%
  • key color value is 12.94%

CMYK: (44,5,0,13)
C44M5Y0K13 (44%, 5%, 0%, 13%)
(0.44 / 0.05 / 0.00 / 0.13)

CMYK percentages

%43.69
%4.95
%0
%12.94

Codes

Color #7DD3DE in popluar color models

7D D3 DE
RGB 125 211 222
HSL 187° 59.51% 68.04%
HSB/HSV 187° 43.69% 87.06%
CMYK 43.69% 4.95% 0.00%
12.94%

Color #7DD3DE in popluar number systems.

HEX 7D D3 DE
Decimal 125 211 222
Binary 1111101 11010011 11011110
Octal 175 323 336

Shades and tints

Shades of #7DD3DE

#7DD3DE
(125,211,222)
#72C0CA
(114,192,202)
#67ADB6
(103,173,182)
#5C9AA2
(92,154,162)
#51878E
(81,135,142)
#46747A
(70,116,122)
#3B6166
(59,97,102)
#304E52
(48,78,82)
#253B3E
(37,59,62)
#1A282A
(26,40,42)
#0F1516
(15,21,22)
#000000
(0,0,0)

Tints of #7DD3DE

#7DD3DE
(125,211,222)
#88D7E1
(136,215,225)
#93DBE4
(147,219,228)
#9EDFE7
(158,223,231)
#A9E3EA
(169,227,234)
#B4E7ED
(180,231,237)
#BFEBF0
(191,235,240)
#CAEFF3
(202,239,243)
#D5F3F6
(213,243,246)
#E0F7F9
(224,247,249)
#EBFBFC
(235,251,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7DD3DE; }

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

This text font color is #7DD3DE.

Background Color

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

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

This div background color is #7DD3DE.

Border color

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

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

This div border color is #7DD3DE.

Opacity

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

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

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

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

This text has shadow with #7DD3DE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7DD3DE.

Preview

Color preview on black background

This text has color #7DD3DE on black background.


Color preview on white background

This text has color #7DD3DE on white background.


Black color preview on #7DD3DE background

This text has black color on #7DD3DE background.


White color preview on #7DD3DE background

This text has white color on #7DD3DE background.


Related colors

Complementary color

Complementary color for #hex is #822C21.


I love getcolorcode.com

Triadic colors

1 #DE7DD3 and #D3DE7D with #7DD3DE are triadic colors.

2 #DED37D and #D37DDE with #7DD3DE are triadic colors.