COLOR #7DD3EE

HEX: #7DD3EE RGB: (125,211,238)

Color info

#7DD3EE contains mainly green and blue colors. Web safe color of #7DD3EE is #66CCFF (or #6CF).

RGB color model

#7DD3EE color RGB value is (125,211,238).

RGB: (125,211,238) (49%, 83%, 93%)

RGB channels and saturation

R 125 of 255 = 49%
G 211 of 255 = 83%
B 238 of 255 = 93%

125
211
238

R + G + B ~ 75%. #7DD3EE is quite light color.

Portions of RGB colors in percentages

R + G + B = 125 + 211 + 238 = 574 (100%)
R 125 of 574 ~ 21.78%
G 211 of 574 ~ 36.76%
B 238 of 574 ~ 41.46'%

%21.78
%36.76
%41.46

CMYK color model

#7DD3EE color CMYK value is (47,11,0,7).

  • cyan value is 47.48%
  • magenta value is 11.34%
  • yellow value is 0.00%
  • key color value is 6.67%

CMYK: (47,11,0,7)
C47M11Y0K7 (47%, 11%, 0%, 7%)
(0.47 / 0.11 / 0.00 / 0.07)

CMYK percentages

%47.48
%11.34
%0
%6.67

Codes

Color #7DD3EE in popluar color models

7D D3 EE
RGB 125 211 238
HSL 194° 76.87% 71.18%
HSB/HSV 194° 47.48% 93.33%
CMYK 47.48% 11.34% 0.00%
6.67%

Color #7DD3EE in popluar number systems.

HEX 7D D3 EE
Decimal 125 211 238
Binary 1111101 11010011 11101110
Octal 175 323 356

Shades and tints

Shades of #7DD3EE

#7DD3EE
(125,211,238)
#72C0D9
(114,192,217)
#67ADC4
(103,173,196)
#5C9AAF
(92,154,175)
#51879A
(81,135,154)
#467485
(70,116,133)
#3B6170
(59,97,112)
#304E5B
(48,78,91)
#253B46
(37,59,70)
#1A2831
(26,40,49)
#0F151C
(15,21,28)
#000000
(0,0,0)

Tints of #7DD3EE

#7DD3EE
(125,211,238)
#88D7EF
(136,215,239)
#93DBF0
(147,219,240)
#9EDFF1
(158,223,241)
#A9E3F2
(169,227,242)
#B4E7F3
(180,231,243)
#BFEBF4
(191,235,244)
#CAEFF5
(202,239,245)
#D5F3F6
(213,243,246)
#E0F7F7
(224,247,247)
#EBFBF8
(235,251,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7DD3EE; }

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

This text font color is #7DD3EE.

Background Color

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

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

This div background color is #7DD3EE.

Border color

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

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

This div border color is #7DD3EE.

Opacity

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

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

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

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

This text has shadow with #7DD3EE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7DD3EE.

Preview

Color preview on black background

This text has color #7DD3EE on black background.


Color preview on white background

This text has color #7DD3EE on white background.


Black color preview on #7DD3EE background

This text has black color on #7DD3EE background.


White color preview on #7DD3EE background

This text has white color on #7DD3EE background.


Related colors

Complementary color

Complementary color for #hex is #822C11.


I love getcolorcode.com

Triadic colors

1 #EE7DD3 and #D3EE7D with #7DD3EE are triadic colors.

2 #EED37D and #D37DEE with #7DD3EE are triadic colors.