COLOR #7D9F85

HEX: #7D9F85
RGB: (125,159,133)

Color info

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

RGB color model

#7D9F85 color RGB value is (125,159,133).

  • red value is 125;
  • green value is 159;
  • blue value is 133.
RGB:
(125,159,133)
(49%,62%,52%)

RGB channels and saturation

R 125 of 255 = 49%
G 159 of 255 = 62%
B 133 of 255 = 52%

125
159
133

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

Portions of RGB colors in percentages

R + G + B =
125 + 159 + 133 = 417 (100%)
R 125 of 417 ~ 29.98%
G 159 of 417 ~ 38.13%
B 133 of 417 ~ 31.89%

%29.98
%38.13
%31.89

CMYK color model

#7D9F85 color CMYK value is (21,0,16,38).

  • cyan value is 21.38%
  • magenta value is 0.00%
  • yellow value is 16.35%
  • key color value is 37.65%
CMYK:
(21,0,16,38)
C21M0Y16K38 
(21%,0%,16%,38%)
(0.21/0.00/0.16/0.38)	

CMYK percentages

%21.38
%0
%16.35
%37.65

Codes

Color #7D9F85 in popluar color models

7D9F85
RGB125159133
HSL134°15.04%55.69%
HSB/HSV134°21.38%62.35%
CMYK21.38%0.00%16.35%
37.65%

Color #7D9F85 in popluar number systems.

HEX7D9F85
Decimal125159133
Binary11111011001111110000101
Octal175237205

Shades and tints

Shades of #7D9F85

#7D9F85
(125,159,133)
#729179
(114,145,121)
#67836D
(103,131,109)
#5C7561
(92,117,97)
#516755
(81,103,85)
#465949
(70,89,73)
#3B4B3D
(59,75,61)
#303D31
(48,61,49)
#252F25
(37,47,37)
#1A2119
(26,33,25)
#0F130D
(15,19,13)
#000000
(0,0,0)

Tints of #7D9F85

#7D9F85
(125,159,133)
#88A790
(136,167,144)
#93AF9B
(147,175,155)
#9EB7A6
(158,183,166)
#A9BFB1
(169,191,177)
#B4C7BC
(180,199,188)
#BFCFC7
(191,207,199)
#CAD7D2
(202,215,210)
#D5DFDD
(213,223,221)
#E0E7E8
(224,231,232)
#EBEFF3
(235,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D9F85 color. Also use rgb(125,159,133) instead hex code.

Text Font Color

.myTextColor { color: #7D9F85; }

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

This text font color is #7D9F85.


Background Color

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

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

This div background color is #7D9F85.


Border color

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

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

This div border color is #7D9F85.


Opacity

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

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

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

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

This text has shadow with #7D9F85 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D9F85 on black background.


Color preview on white background

This text has color #7D9F85 on white background.



Black color preview on #7D9F85 background

This text has black color on #7D9F85 background.


White color preview on #7D9F85 background

This text has white color on #7D9F85 background.