COLOR #7DA193

HEX: #7DA193
RGB: (125,161,147)

Color info

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

RGB color model

#7DA193 color RGB value is (125,161,147).

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

RGB channels and saturation

R 125 of 255 = 49%
G 161 of 255 = 63%
B 147 of 255 = 58%

125
161
147

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

Portions of RGB colors in percentages

R + G + B =
125 + 161 + 147 = 433 (100%)
R 125 of 433 ~ 28.87%
G 161 of 433 ~ 37.18%
B 147 of 433 ~ 33.95%

%28.87
%37.18
%33.95

CMYK color model

#7DA193 color CMYK value is (22,0,9,37).

  • cyan value is 22.36%
  • magenta value is 0.00%
  • yellow value is 8.70%
  • key color value is 36.86%
CMYK:
(22,0,9,37)
C22M0Y9K37 
(22%,0%,9%,37%)
(0.22/0.00/0.09/0.37)	

CMYK percentages

%22.36
%0
%8.7
%36.86

Codes

Color #7DA193 in popluar color models

7DA193
RGB125161147
HSL157°16.07%56.08%
HSB/HSV157°22.36%63.14%
CMYK22.36%0.00%8.70%
36.86%

Color #7DA193 in popluar number systems.

HEX7DA193
Decimal125161147
Binary11111011010000110010011
Octal175241223

Shades and tints

Shades of #7DA193

#7DA193
(125,161,147)
#729386
(114,147,134)
#678579
(103,133,121)
#5C776C
(92,119,108)
#51695F
(81,105,95)
#465B52
(70,91,82)
#3B4D45
(59,77,69)
#303F38
(48,63,56)
#25312B
(37,49,43)
#1A231E
(26,35,30)
#0F1511
(15,21,17)
#000000
(0,0,0)

Tints of #7DA193

#7DA193
(125,161,147)
#88A99C
(136,169,156)
#93B1A5
(147,177,165)
#9EB9AE
(158,185,174)
#A9C1B7
(169,193,183)
#B4C9C0
(180,201,192)
#BFD1C9
(191,209,201)
#CAD9D2
(202,217,210)
#D5E1DB
(213,225,219)
#E0E9E4
(224,233,228)
#EBF1ED
(235,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7DA193; }

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

This text font color is #7DA193.


Background Color

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

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

This div background color is #7DA193.


Border color

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

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

This div border color is #7DA193.


Opacity

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

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

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

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

This text has shadow with #7DA193 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DA193 on black background.


Color preview on white background

This text has color #7DA193 on white background.



Black color preview on #7DA193 background

This text has black color on #7DA193 background.


White color preview on #7DA193 background

This text has white color on #7DA193 background.