COLOR #7DECA8

HEX: #7DECA8
RGB: (125,236,168)

Color info

#7DECA8 contains mainly green color. Web safe color of #7DECA8 is #66FF99 (or #6F9).

RGB color model

#7DECA8 color RGB value is (125,236,168).

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

RGB channels and saturation

R 125 of 255 = 49%
G 236 of 255 = 93%
B 168 of 255 = 66%

125
236
168

R + G + B ~ 69%. #7DECA8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
125 + 236 + 168 = 529 (100%)
R 125 of 529 ~ 23.63%
G 236 of 529 ~ 44.61%
B 168 of 529 ~ 31.76%

%23.63
%44.61
%31.76

CMYK color model

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

  • cyan value is 47.03%
  • magenta value is 0.00%
  • yellow value is 28.81%
  • key color value is 7.45%
CMYK:
(47,0,29,7)
C47M0Y29K7 
(47%,0%,29%,7%)
(0.47/0.00/0.29/0.07)	

CMYK percentages

%47.03
%0
%28.81
%7.45

Codes

Color #7DECA8 in popluar color models

7DECA8
RGB125236168
HSL143°74.50%70.78%
HSB/HSV143°47.03%92.55%
CMYK47.03%0.00%28.81%
7.45%

Color #7DECA8 in popluar number systems.

HEX7DECA8
Decimal125236168
Binary11111011110110010101000
Octal175354250

Shades and tints

Shades of #7DECA8

#7DECA8
(125,236,168)
#72D799
(114,215,153)
#67C28A
(103,194,138)
#5CAD7B
(92,173,123)
#51986C
(81,152,108)
#46835D
(70,131,93)
#3B6E4E
(59,110,78)
#30593F
(48,89,63)
#254430
(37,68,48)
#1A2F21
(26,47,33)
#0F1A12
(15,26,18)
#000000
(0,0,0)

Tints of #7DECA8

#7DECA8
(125,236,168)
#88EDAF
(136,237,175)
#93EEB6
(147,238,182)
#9EEFBD
(158,239,189)
#A9F0C4
(169,240,196)
#B4F1CB
(180,241,203)
#BFF2D2
(191,242,210)
#CAF3D9
(202,243,217)
#D5F4E0
(213,244,224)
#E0F5E7
(224,245,231)
#EBF6EE
(235,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7DECA8; }

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

This text font color is #7DECA8.


Background Color

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

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

This div background color is #7DECA8.


Border color

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

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

This div border color is #7DECA8.


Opacity

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

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

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

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

This text has shadow with #7DECA8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DECA8 on black background.


Color preview on white background

This text has color #7DECA8 on white background.



Black color preview on #7DECA8 background

This text has black color on #7DECA8 background.


White color preview on #7DECA8 background

This text has white color on #7DECA8 background.