COLOR #7DCB94

HEX: #7DCB94
RGB: (125,203,148)

Color info

#7DCB94 contains mainly green and blue colors. Web safe color of #7DCB94 is #66CC99 (or #6C9).

RGB color model

#7DCB94 color RGB value is (125,203,148).

  • red value is 125;
  • green value is 203;
  • blue value is 148.
RGB:
(125,203,148)
(49%,80%,58%)

RGB channels and saturation

R 125 of 255 = 49%
G 203 of 255 = 80%
B 148 of 255 = 58%

125
203
148

R + G + B ~ 62%. #7DCB94 is quite light color.

Portions of RGB colors in percentages

R + G + B =
125 + 203 + 148 = 476 (100%)
R 125 of 476 ~ 26.26%
G 203 of 476 ~ 42.65%
B 148 of 476 ~ 31.09%

%26.26
%42.65
%31.09

CMYK color model

#7DCB94 color CMYK value is (38,0,27,20).

  • cyan value is 38.42%
  • magenta value is 0.00%
  • yellow value is 27.09%
  • key color value is 20.39%
CMYK:
(38,0,27,20)
C38M0Y27K20 
(38%,0%,27%,20%)
(0.38/0.00/0.27/0.20)	

CMYK percentages

%38.42
%0
%27.09
%20.39

Codes

Color #7DCB94 in popluar color models

7DCB94
RGB125203148
HSL138°42.86%64.31%
HSB/HSV138°38.42%79.61%
CMYK38.42%0.00%27.09%
20.39%

Color #7DCB94 in popluar number systems.

HEX7DCB94
Decimal125203148
Binary11111011100101110010100
Octal175313224

Shades and tints

Shades of #7DCB94

#7DCB94
(125,203,148)
#72B987
(114,185,135)
#67A77A
(103,167,122)
#5C956D
(92,149,109)
#518360
(81,131,96)
#467153
(70,113,83)
#3B5F46
(59,95,70)
#304D39
(48,77,57)
#253B2C
(37,59,44)
#1A291F
(26,41,31)
#0F1712
(15,23,18)
#000000
(0,0,0)

Tints of #7DCB94

#7DCB94
(125,203,148)
#88CF9D
(136,207,157)
#93D3A6
(147,211,166)
#9ED7AF
(158,215,175)
#A9DBB8
(169,219,184)
#B4DFC1
(180,223,193)
#BFE3CA
(191,227,202)
#CAE7D3
(202,231,211)
#D5EBDC
(213,235,220)
#E0EFE5
(224,239,229)
#EBF3EE
(235,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7DCB94 color. Also use rgb(125,203,148) instead hex code.

Text Font Color

.myTextColor { color: #7DCB94; }

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

This text font color is #7DCB94.


Background Color

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

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

This div background color is #7DCB94.


Border color

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

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

This div border color is #7DCB94.


Opacity

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

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

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

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

This text has shadow with #7DCB94 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DCB94 on black background.


Color preview on white background

This text has color #7DCB94 on white background.



Black color preview on #7DCB94 background

This text has black color on #7DCB94 background.


White color preview on #7DCB94 background

This text has white color on #7DCB94 background.