COLOR #7DD7FF

HEX: #7DD7FF
RGB: (125,215,255)

Color info

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

RGB color model

#7DD7FF color RGB value is (125,215,255).

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

RGB channels and saturation

R 125 of 255 = 49%
G 215 of 255 = 84%
B 255 of 255 = 100%

125
215
255

R + G + B ~ 78%. #7DD7FF is quite light color.

Portions of RGB colors in percentages

R + G + B =
125 + 215 + 255 = 595 (100%)
R 125 of 595 ~ 21.01%
G 215 of 595 ~ 36.13%
B 255 of 595 ~ 42.86%

%21.01
%36.13
%42.86

CMYK color model

#7DD7FF color CMYK value is (51,16,0,0).

  • cyan value is 50.98%
  • magenta value is 15.69%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(51,16,0,0)
C51M16Y0K0 
(51%,16%,0%,0%)
(0.51/0.16/0.00/0.00)	

CMYK percentages

%50.98
%15.69
%0
%0

Codes

Color #7DD7FF in popluar color models

7DD7FF
RGB125215255
HSL198°100.00%74.51%
HSB/HSV198°50.98%100.00%
CMYK50.98%15.69%0.00%
0.00%

Color #7DD7FF in popluar number systems.

HEX7DD7FF
Decimal125215255
Binary11111011101011111111111
Octal175327377

Shades and tints

Shades of #7DD7FF

#7DD7FF
(125,215,255)
#72C4E8
(114,196,232)
#67B1D1
(103,177,209)
#5C9EBA
(92,158,186)
#518BA3
(81,139,163)
#46788C
(70,120,140)
#3B6575
(59,101,117)
#30525E
(48,82,94)
#253F47
(37,63,71)
#1A2C30
(26,44,48)
#0F1919
(15,25,25)
#000000
(0,0,0)

Tints of #7DD7FF

#7DD7FF
(125,215,255)
#88DAFF
(136,218,255)
#93DDFF
(147,221,255)
#9EE0FF
(158,224,255)
#A9E3FF
(169,227,255)
#B4E6FF
(180,230,255)
#BFE9FF
(191,233,255)
#CAECFF
(202,236,255)
#D5EFFF
(213,239,255)
#E0F2FF
(224,242,255)
#EBF5FF
(235,245,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7DD7FF; }

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

This text font color is #7DD7FF.


Background Color

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

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

This div background color is #7DD7FF.


Border color

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

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

This div border color is #7DD7FF.


Opacity

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

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

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

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

This text has shadow with #7DD7FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DD7FF on black background.


Color preview on white background

This text has color #7DD7FF on white background.



Black color preview on #7DD7FF background

This text has black color on #7DD7FF background.


White color preview on #7DD7FF background

This text has white color on #7DD7FF background.