COLOR #7DFEE6

HEX: #7DFEE6
RGB: (125,254,230)

Color info

#7DFEE6 contains mainly green and blue colors. Web safe color of #7DFEE6 is #66FFCC (or #6FC).

RGB color model

#7DFEE6 color RGB value is (125,254,230).

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

RGB channels and saturation

R 125 of 255 = 49%
G 254 of 255 = 100%
B 230 of 255 = 90%

125
254
230

R + G + B ~ 80%. #7DFEE6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
125 + 254 + 230 = 609 (100%)
R 125 of 609 ~ 20.53%
G 254 of 609 ~ 41.71%
B 230 of 609 ~ 37.77%

%20.53
%41.71
%37.77

CMYK color model

#7DFEE6 color CMYK value is (51,0,9,0).

  • cyan value is 50.79%
  • magenta value is 0.00%
  • yellow value is 9.45%
  • key color value is 0.39%
CMYK:
(51,0,9,0)
C51M0Y9K0 
(51%,0%,9%,0%)
(0.51/0.00/0.09/0.00)	

CMYK percentages

%50.79
%0
%9.45
%0.39

Codes

Color #7DFEE6 in popluar color models

7DFEE6
RGB125254230
HSL169°98.47%74.31%
HSB/HSV169°50.79%99.61%
CMYK50.79%0.00%9.45%
0.39%

Color #7DFEE6 in popluar number systems.

HEX7DFEE6
Decimal125254230
Binary11111011111111011100110
Octal175376346

Shades and tints

Shades of #7DFEE6

#7DFEE6
(125,254,230)
#72E7D2
(114,231,210)
#67D0BE
(103,208,190)
#5CB9AA
(92,185,170)
#51A296
(81,162,150)
#468B82
(70,139,130)
#3B746E
(59,116,110)
#305D5A
(48,93,90)
#254646
(37,70,70)
#1A2F32
(26,47,50)
#0F181E
(15,24,30)
#000000
(0,0,0)

Tints of #7DFEE6

#7DFEE6
(125,254,230)
#88FEE8
(136,254,232)
#93FEEA
(147,254,234)
#9EFEEC
(158,254,236)
#A9FEEE
(169,254,238)
#B4FEF0
(180,254,240)
#BFFEF2
(191,254,242)
#CAFEF4
(202,254,244)
#D5FEF6
(213,254,246)
#E0FEF8
(224,254,248)
#EBFEFA
(235,254,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7DFEE6; }

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

This text font color is #7DFEE6.


Background Color

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

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

This div background color is #7DFEE6.


Border color

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

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

This div border color is #7DFEE6.


Opacity

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

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

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

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

This text has shadow with #7DFEE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DFEE6 on black background.


Color preview on white background

This text has color #7DFEE6 on white background.



Black color preview on #7DFEE6 background

This text has black color on #7DFEE6 background.


White color preview on #7DFEE6 background

This text has white color on #7DFEE6 background.