COLOR #7DD7E6

HEX: #7DD7E6
RGB: (125,215,230)

Color info

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

RGB color model

#7DD7E6 color RGB value is (125,215,230).

  • red value is 125;
  • green value is 215;
  • blue value is 230.
RGB:
(125,215,230)
(49%,84%,90%)

RGB channels and saturation

R 125 of 255 = 49%
G 215 of 255 = 84%
B 230 of 255 = 90%

125
215
230

R + G + B ~ 74%. #7DD7E6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
125 + 215 + 230 = 570 (100%)
R 125 of 570 ~ 21.93%
G 215 of 570 ~ 37.72%
B 230 of 570 ~ 40.35%

%21.93
%37.72
%40.35

CMYK color model

#7DD7E6 color CMYK value is (46,7,0,10).

  • cyan value is 45.65%
  • magenta value is 6.52%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(46,7,0,10)
C46M7Y0K10 
(46%,7%,0%,10%)
(0.46/0.07/0.00/0.10)	

CMYK percentages

%45.65
%6.52
%0
%9.8

Codes

Color #7DD7E6 in popluar color models

7DD7E6
RGB125215230
HSL189°67.74%69.61%
HSB/HSV189°45.65%90.20%
CMYK45.65%6.52%0.00%
9.80%

Color #7DD7E6 in popluar number systems.

HEX7DD7E6
Decimal125215230
Binary11111011101011111100110
Octal175327346

Shades and tints

Shades of #7DD7E6

#7DD7E6
(125,215,230)
#72C4D2
(114,196,210)
#67B1BE
(103,177,190)
#5C9EAA
(92,158,170)
#518B96
(81,139,150)
#467882
(70,120,130)
#3B656E
(59,101,110)
#30525A
(48,82,90)
#253F46
(37,63,70)
#1A2C32
(26,44,50)
#0F191E
(15,25,30)
#000000
(0,0,0)

Tints of #7DD7E6

#7DD7E6
(125,215,230)
#88DAE8
(136,218,232)
#93DDEA
(147,221,234)
#9EE0EC
(158,224,236)
#A9E3EE
(169,227,238)
#B4E6F0
(180,230,240)
#BFE9F2
(191,233,242)
#CAECF4
(202,236,244)
#D5EFF6
(213,239,246)
#E0F2F8
(224,242,248)
#EBF5FA
(235,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7DD7E6 color. Also use rgb(125,215,230) instead hex code.

Text Font Color

.myTextColor { color: #7DD7E6; }

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

This text font color is #7DD7E6.


Background Color

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

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

This div background color is #7DD7E6.


Border color

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

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

This div border color is #7DD7E6.


Opacity

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

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

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

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

This text has shadow with #7DD7E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DD7E6 on black background.


Color preview on white background

This text has color #7DD7E6 on white background.



Black color preview on #7DD7E6 background

This text has black color on #7DD7E6 background.


White color preview on #7DD7E6 background

This text has white color on #7DD7E6 background.