COLOR #7DF9FF

HEX: #7DF9FF
RGB: (125,249,255)

Color info

#7DF9FF contains mainly green and blue colors. Web safe color of #7DF9FF is #66FFFF (or #6FF).

RGB color model

#7DF9FF color RGB value is (125,249,255).

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

RGB channels and saturation

R 125 of 255 = 49%
G 249 of 255 = 98%
B 255 of 255 = 100%

125
249
255

R + G + B ~ 82%. #7DF9FF is quite light color.

Portions of RGB colors in percentages

R + G + B =
125 + 249 + 255 = 629 (100%)
R 125 of 629 ~ 19.87%
G 249 of 629 ~ 39.59%
B 255 of 629 ~ 40.54%

%19.87
%39.59
%40.54

CMYK color model

#7DF9FF color CMYK value is (51,2,0,0).

  • cyan value is 50.98%
  • magenta value is 2.35%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(51,2,0,0)
C51M2Y0K0 
(51%,2%,0%,0%)
(0.51/0.02/0.00/0.00)	

CMYK percentages

%50.98
%2.35
%0
%0

Codes

Color #7DF9FF in popluar color models

7DF9FF
RGB125249255
HSL183°100.00%74.51%
HSB/HSV183°50.98%100.00%
CMYK50.98%2.35%0.00%
0.00%

Color #7DF9FF in popluar number systems.

HEX7DF9FF
Decimal125249255
Binary11111011111100111111111
Octal175371377

Shades and tints

Shades of #7DF9FF

#7DF9FF
(125,249,255)
#72E3E8
(114,227,232)
#67CDD1
(103,205,209)
#5CB7BA
(92,183,186)
#51A1A3
(81,161,163)
#468B8C
(70,139,140)
#3B7575
(59,117,117)
#305F5E
(48,95,94)
#254947
(37,73,71)
#1A3330
(26,51,48)
#0F1D19
(15,29,25)
#000000
(0,0,0)

Tints of #7DF9FF

#7DF9FF
(125,249,255)
#88F9FF
(136,249,255)
#93F9FF
(147,249,255)
#9EF9FF
(158,249,255)
#A9F9FF
(169,249,255)
#B4F9FF
(180,249,255)
#BFF9FF
(191,249,255)
#CAF9FF
(202,249,255)
#D5F9FF
(213,249,255)
#E0F9FF
(224,249,255)
#EBF9FF
(235,249,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7DF9FF; }

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

This text font color is #7DF9FF.


Background Color

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

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

This div background color is #7DF9FF.


Border color

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

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

This div border color is #7DF9FF.


Opacity

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

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

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

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

This text has shadow with #7DF9FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DF9FF on black background.


Color preview on white background

This text has color #7DF9FF on white background.



Black color preview on #7DF9FF background

This text has black color on #7DF9FF background.


White color preview on #7DF9FF background

This text has white color on #7DF9FF background.