COLOR #7DEAD7

HEX: #7DEAD7
RGB: (125,234,215)

Color info

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

RGB color model

#7DEAD7 color RGB value is (125,234,215).

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

RGB channels and saturation

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

125
234
215

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

Portions of RGB colors in percentages

R + G + B =
125 + 234 + 215 = 574 (100%)
R 125 of 574 ~ 21.78%
G 234 of 574 ~ 40.77%
B 215 of 574 ~ 37.46%

%21.78
%40.77
%37.46

CMYK color model

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

  • cyan value is 46.58%
  • magenta value is 0.00%
  • yellow value is 8.12%
  • key color value is 8.24%
CMYK:
(47,0,8,8)
C47M0Y8K8 
(47%,0%,8%,8%)
(0.47/0.00/0.08/0.08)	

CMYK percentages

%46.58
%0
%8.12
%8.24

Codes

Color #7DEAD7 in popluar color models

7DEAD7
RGB125234215
HSL170°72.19%70.39%
HSB/HSV170°46.58%91.76%
CMYK46.58%0.00%8.12%
8.24%

Color #7DEAD7 in popluar number systems.

HEX7DEAD7
Decimal125234215
Binary11111011110101011010111
Octal175352327

Shades and tints

Shades of #7DEAD7

#7DEAD7
(125,234,215)
#72D5C4
(114,213,196)
#67C0B1
(103,192,177)
#5CAB9E
(92,171,158)
#51968B
(81,150,139)
#468178
(70,129,120)
#3B6C65
(59,108,101)
#305752
(48,87,82)
#25423F
(37,66,63)
#1A2D2C
(26,45,44)
#0F1819
(15,24,25)
#000000
(0,0,0)

Tints of #7DEAD7

#7DEAD7
(125,234,215)
#88EBDA
(136,235,218)
#93ECDD
(147,236,221)
#9EEDE0
(158,237,224)
#A9EEE3
(169,238,227)
#B4EFE6
(180,239,230)
#BFF0E9
(191,240,233)
#CAF1EC
(202,241,236)
#D5F2EF
(213,242,239)
#E0F3F2
(224,243,242)
#EBF4F5
(235,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7DEAD7; }

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

This text font color is #7DEAD7.


Background Color

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

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

This div background color is #7DEAD7.


Border color

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

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

This div border color is #7DEAD7.


Opacity

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

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

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

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

This text has shadow with #7DEAD7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DEAD7 on black background.


Color preview on white background

This text has color #7DEAD7 on white background.



Black color preview on #7DEAD7 background

This text has black color on #7DEAD7 background.


White color preview on #7DEAD7 background

This text has white color on #7DEAD7 background.