COLOR #7DA095

HEX: #7DA095
RGB: (125,160,149)

Color info

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

RGB color model

#7DA095 color RGB value is (125,160,149).

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

RGB channels and saturation

R 125 of 255 = 49%
G 160 of 255 = 63%
B 149 of 255 = 58%

125
160
149

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

Portions of RGB colors in percentages

R + G + B =
125 + 160 + 149 = 434 (100%)
R 125 of 434 ~ 28.8%
G 160 of 434 ~ 36.87%
B 149 of 434 ~ 34.33%

%28.8
%36.87
%34.33

CMYK color model

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

  • cyan value is 21.88%
  • magenta value is 0.00%
  • yellow value is 6.87%
  • key color value is 37.25%
CMYK:
(22,0,7,37)
C22M0Y7K37 
(22%,0%,7%,37%)
(0.22/0.00/0.07/0.37)	

CMYK percentages

%21.88
%0
%6.87
%37.25

Codes

Color #7DA095 in popluar color models

7DA095
RGB125160149
HSL161°15.56%55.88%
HSB/HSV161°21.88%62.75%
CMYK21.88%0.00%6.87%
37.25%

Color #7DA095 in popluar number systems.

HEX7DA095
Decimal125160149
Binary11111011010000010010101
Octal175240225

Shades and tints

Shades of #7DA095

#7DA095
(125,160,149)
#729288
(114,146,136)
#67847B
(103,132,123)
#5C766E
(92,118,110)
#516861
(81,104,97)
#465A54
(70,90,84)
#3B4C47
(59,76,71)
#303E3A
(48,62,58)
#25302D
(37,48,45)
#1A2220
(26,34,32)
#0F1413
(15,20,19)
#000000
(0,0,0)

Tints of #7DA095

#7DA095
(125,160,149)
#88A89E
(136,168,158)
#93B0A7
(147,176,167)
#9EB8B0
(158,184,176)
#A9C0B9
(169,192,185)
#B4C8C2
(180,200,194)
#BFD0CB
(191,208,203)
#CAD8D4
(202,216,212)
#D5E0DD
(213,224,221)
#E0E8E6
(224,232,230)
#EBF0EF
(235,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7DA095 color. Also use rgb(125,160,149) instead hex code.

Text Font Color

.myTextColor { color: #7DA095; }

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

This text font color is #7DA095.


Background Color

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

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

This div background color is #7DA095.


Border color

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

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

This div border color is #7DA095.


Opacity

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

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

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

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

This text has shadow with #7DA095 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DA095 on black background.


Color preview on white background

This text has color #7DA095 on white background.



Black color preview on #7DA095 background

This text has black color on #7DA095 background.


White color preview on #7DA095 background

This text has white color on #7DA095 background.