COLOR #7DECDB

HEX: #7DECDB
RGB: (125,236,219)

Color info

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

RGB color model

#7DECDB color RGB value is (125,236,219).

  • red value is 125;
  • green value is 236;
  • blue value is 219.
RGB:
(125,236,219)
(49%,93%,86%)

RGB channels and saturation

R 125 of 255 = 49%
G 236 of 255 = 93%
B 219 of 255 = 86%

125
236
219

R + G + B ~ 76%. #7DECDB is quite light color.

Portions of RGB colors in percentages

R + G + B =
125 + 236 + 219 = 580 (100%)
R 125 of 580 ~ 21.55%
G 236 of 580 ~ 40.69%
B 219 of 580 ~ 37.76%

%21.55
%40.69
%37.76

CMYK color model

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

  • cyan value is 47.03%
  • magenta value is 0.00%
  • yellow value is 7.20%
  • key color value is 7.45%
CMYK:
(47,0,7,7)
C47M0Y7K7 
(47%,0%,7%,7%)
(0.47/0.00/0.07/0.07)	

CMYK percentages

%47.03
%0
%7.2
%7.45

Codes

Color #7DECDB in popluar color models

7DECDB
RGB125236219
HSL171°74.50%70.78%
HSB/HSV171°47.03%92.55%
CMYK47.03%0.00%7.20%
7.45%

Color #7DECDB in popluar number systems.

HEX7DECDB
Decimal125236219
Binary11111011110110011011011
Octal175354333

Shades and tints

Shades of #7DECDB

#7DECDB
(125,236,219)
#72D7C8
(114,215,200)
#67C2B5
(103,194,181)
#5CADA2
(92,173,162)
#51988F
(81,152,143)
#46837C
(70,131,124)
#3B6E69
(59,110,105)
#305956
(48,89,86)
#254443
(37,68,67)
#1A2F30
(26,47,48)
#0F1A1D
(15,26,29)
#000000
(0,0,0)

Tints of #7DECDB

#7DECDB
(125,236,219)
#88EDDE
(136,237,222)
#93EEE1
(147,238,225)
#9EEFE4
(158,239,228)
#A9F0E7
(169,240,231)
#B4F1EA
(180,241,234)
#BFF2ED
(191,242,237)
#CAF3F0
(202,243,240)
#D5F4F3
(213,244,243)
#E0F5F6
(224,245,246)
#EBF6F9
(235,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7DECDB color. Also use rgb(125,236,219) instead hex code.

Text Font Color

.myTextColor { color: #7DECDB; }

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

This text font color is #7DECDB.


Background Color

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

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

This div background color is #7DECDB.


Border color

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

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

This div border color is #7DECDB.


Opacity

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

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

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

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

This text has shadow with #7DECDB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DECDB on black background.


Color preview on white background

This text has color #7DECDB on white background.



Black color preview on #7DECDB background

This text has black color on #7DECDB background.


White color preview on #7DECDB background

This text has white color on #7DECDB background.