COLOR #7DA18C

HEX: #7DA18C
RGB: (125,161,140)

Color info

#7DA18C contains red, green and blue colors in about the same proportion. Web safe color of #7DA18C is #669999 (or #699).

RGB color model

#7DA18C color RGB value is (125,161,140).

  • red value is 125;
  • green value is 161;
  • blue value is 140.
RGB:
(125,161,140)
(49%,63%,55%)

RGB channels and saturation

R 125 of 255 = 49%
G 161 of 255 = 63%
B 140 of 255 = 55%

125
161
140

R + G + B ~ 56%. #7DA18C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
125 + 161 + 140 = 426 (100%)
R 125 of 426 ~ 29.34%
G 161 of 426 ~ 37.79%
B 140 of 426 ~ 32.86%

%29.34
%37.79
%32.86

CMYK color model

#7DA18C color CMYK value is (22,0,13,37).

  • cyan value is 22.36%
  • magenta value is 0.00%
  • yellow value is 13.04%
  • key color value is 36.86%
CMYK:
(22,0,13,37)
C22M0Y13K37 
(22%,0%,13%,37%)
(0.22/0.00/0.13/0.37)	

CMYK percentages

%22.36
%0
%13.04
%36.86

Codes

Color #7DA18C in popluar color models

7DA18C
RGB125161140
HSL145°16.07%56.08%
HSB/HSV145°22.36%63.14%
CMYK22.36%0.00%13.04%
36.86%

Color #7DA18C in popluar number systems.

HEX7DA18C
Decimal125161140
Binary11111011010000110001100
Octal175241214

Shades and tints

Shades of #7DA18C

#7DA18C
(125,161,140)
#729380
(114,147,128)
#678574
(103,133,116)
#5C7768
(92,119,104)
#51695C
(81,105,92)
#465B50
(70,91,80)
#3B4D44
(59,77,68)
#303F38
(48,63,56)
#25312C
(37,49,44)
#1A2320
(26,35,32)
#0F1514
(15,21,20)
#000000
(0,0,0)

Tints of #7DA18C

#7DA18C
(125,161,140)
#88A996
(136,169,150)
#93B1A0
(147,177,160)
#9EB9AA
(158,185,170)
#A9C1B4
(169,193,180)
#B4C9BE
(180,201,190)
#BFD1C8
(191,209,200)
#CAD9D2
(202,217,210)
#D5E1DC
(213,225,220)
#E0E9E6
(224,233,230)
#EBF1F0
(235,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7DA18C color. Also use rgb(125,161,140) instead hex code.

Text Font Color

.myTextColor { color: #7DA18C; }

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

This text font color is #7DA18C.


Background Color

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

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

This div background color is #7DA18C.


Border color

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

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

This div border color is #7DA18C.


Opacity

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

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

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

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

This text has shadow with #7DA18C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DA18C on black background.


Color preview on white background

This text has color #7DA18C on white background.



Black color preview on #7DA18C background

This text has black color on #7DA18C background.


White color preview on #7DA18C background

This text has white color on #7DA18C background.