COLOR #7DEBC9

HEX: #7DEBC9 RGB: (125,235,201)

Color info

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

RGB color model

#7DEBC9 color RGB value is (125,235,201).

RGB: (125,235,201) (49%, 92%, 79%)

RGB channels and saturation

R 125 of 255 = 49%
G 235 of 255 = 92%
B 201 of 255 = 79%

125
235
201

R + G + B ~ 73%. #7DEBC9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 125 + 235 + 201 = 561 (100%)
R 125 of 561 ~ 22.28%
G 235 of 561 ~ 41.89%
B 201 of 561 ~ 35.83'%

%22.28
%41.89
%35.83

CMYK color model

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

  • cyan value is 46.81%
  • magenta value is 0.00%
  • yellow value is 14.47%
  • key color value is 7.84%

CMYK: (47,0,14,8)
C47M0Y14K8 (47%, 0%, 14%, 8%)
(0.47 / 0.00 / 0.14 / 0.08)

CMYK percentages

%46.81
%0
%14.47
%7.84

Codes

Color #7DEBC9 in popluar color models

7D EB C9
RGB 125 235 201
HSL 161° 73.33% 70.59%
HSB/HSV 161° 46.81% 92.16%
CMYK 46.81% 0.00% 14.47%
7.84%

Color #7DEBC9 in popluar number systems.

HEX 7D EB C9
Decimal 125 235 201
Binary 1111101 11101011 11001001
Octal 175 353 311

Shades and tints

Shades of #7DEBC9

#7DEBC9
(125,235,201)
#72D6B7
(114,214,183)
#67C1A5
(103,193,165)
#5CAC93
(92,172,147)
#519781
(81,151,129)
#46826F
(70,130,111)
#3B6D5D
(59,109,93)
#30584B
(48,88,75)
#254339
(37,67,57)
#1A2E27
(26,46,39)
#0F1915
(15,25,21)
#000000
(0,0,0)

Tints of #7DEBC9

#7DEBC9
(125,235,201)
#88ECCD
(136,236,205)
#93EDD1
(147,237,209)
#9EEED5
(158,238,213)
#A9EFD9
(169,239,217)
#B4F0DD
(180,240,221)
#BFF1E1
(191,241,225)
#CAF2E5
(202,242,229)
#D5F3E9
(213,243,233)
#E0F4ED
(224,244,237)
#EBF5F1
(235,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7DEBC9 color. Also use rgb(125,235,201) instead hex code.

Text Font Color

.myTextColor { color: #7DEBC9; }

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

This text font color is #7DEBC9.

Background Color

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

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

This div background color is #7DEBC9.

Border color

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

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

This div border color is #7DEBC9.

Opacity

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

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

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

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

This text has shadow with #7DEBC9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7DEBC9.

Preview

Color preview on black background

This text has color #7DEBC9 on black background.


Color preview on white background

This text has color #7DEBC9 on white background.


Black color preview on #7DEBC9 background

This text has black color on #7DEBC9 background.


White color preview on #7DEBC9 background

This text has white color on #7DEBC9 background.


Related colors

Complementary color

Complementary color for #hex is #821436.


I love getcolorcode.com

Triadic colors

1 #C97DEB and #EBC97D with #7DEBC9 are triadic colors.

2 #C9EB7D and #EB7DC9 with #7DEBC9 are triadic colors.