COLOR #7DEAD6

HEX: #7DEAD6
RGB: (125,234,214)

Color info

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

RGB color model

#7DEAD6 color RGB value is (125,234,214).

  • red value is 125;
  • green value is 234;
  • blue value is 214.
RGB:
(125,234,214)
(49%,92%,84%)

RGB channels and saturation

R 125 of 255 = 49%
G 234 of 255 = 92%
B 214 of 255 = 84%

125
234
214

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

Portions of RGB colors in percentages

R + G + B =
125 + 234 + 214 = 573 (100%)
R 125 of 573 ~ 21.82%
G 234 of 573 ~ 40.84%
B 214 of 573 ~ 37.35%

%21.82
%40.84
%37.35

CMYK color model

#7DEAD6 color CMYK value is (47,0,9,8).

  • cyan value is 46.58%
  • magenta value is 0.00%
  • yellow value is 8.55%
  • key color value is 8.24%
CMYK:
(47,0,9,8)
C47M0Y9K8 
(47%,0%,9%,8%)
(0.47/0.00/0.09/0.08)	

CMYK percentages

%46.58
%0
%8.55
%8.24

Codes

Color #7DEAD6 in popluar color models

7DEAD6
RGB125234214
HSL169°72.19%70.39%
HSB/HSV169°46.58%91.76%
CMYK46.58%0.00%8.55%
8.24%

Color #7DEAD6 in popluar number systems.

HEX7DEAD6
Decimal125234214
Binary11111011110101011010110
Octal175352326

Shades and tints

Shades of #7DEAD6

#7DEAD6
(125,234,214)
#72D5C3
(114,213,195)
#67C0B0
(103,192,176)
#5CAB9D
(92,171,157)
#51968A
(81,150,138)
#468177
(70,129,119)
#3B6C64
(59,108,100)
#305751
(48,87,81)
#25423E
(37,66,62)
#1A2D2B
(26,45,43)
#0F1818
(15,24,24)
#000000
(0,0,0)

Tints of #7DEAD6

#7DEAD6
(125,234,214)
#88EBD9
(136,235,217)
#93ECDC
(147,236,220)
#9EEDDF
(158,237,223)
#A9EEE2
(169,238,226)
#B4EFE5
(180,239,229)
#BFF0E8
(191,240,232)
#CAF1EB
(202,241,235)
#D5F2EE
(213,242,238)
#E0F3F1
(224,243,241)
#EBF4F4
(235,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7DEAD6 color. Also use rgb(125,234,214) instead hex code.

Text Font Color

.myTextColor { color: #7DEAD6; }

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

This text font color is #7DEAD6.


Background Color

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

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

This div background color is #7DEAD6.


Border color

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

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

This div border color is #7DEAD6.


Opacity

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

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

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

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

This text has shadow with #7DEAD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DEAD6 on black background.


Color preview on white background

This text has color #7DEAD6 on white background.



Black color preview on #7DEAD6 background

This text has black color on #7DEAD6 background.


White color preview on #7DEAD6 background

This text has white color on #7DEAD6 background.