COLOR #7D968F

HEX: #7D968F
RGB: (125,150,143)

Color info

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

RGB color model

#7D968F color RGB value is (125,150,143).

  • red value is 125;
  • green value is 150;
  • blue value is 143.
RGB:
(125,150,143)
(49%,59%,56%)

RGB channels and saturation

R 125 of 255 = 49%
G 150 of 255 = 59%
B 143 of 255 = 56%

125
150
143

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

Portions of RGB colors in percentages

R + G + B =
125 + 150 + 143 = 418 (100%)
R 125 of 418 ~ 29.9%
G 150 of 418 ~ 35.89%
B 143 of 418 ~ 34.21%

%29.9
%35.89
%34.21

CMYK color model

#7D968F color CMYK value is (17,0,5,41).

  • cyan value is 16.67%
  • magenta value is 0.00%
  • yellow value is 4.67%
  • key color value is 41.18%
CMYK:
(17,0,5,41)
C17M0Y5K41 
(17%,0%,5%,41%)
(0.17/0.00/0.05/0.41)	

CMYK percentages

%16.67
%0
%4.67
%41.18

Codes

Color #7D968F in popluar color models

7D968F
RGB125150143
HSL163°10.64%53.92%
HSB/HSV163°16.67%58.82%
CMYK16.67%0.00%4.67%
41.18%

Color #7D968F in popluar number systems.

HEX7D968F
Decimal125150143
Binary11111011001011010001111
Octal175226217

Shades and tints

Shades of #7D968F

#7D968F
(125,150,143)
#728982
(114,137,130)
#677C75
(103,124,117)
#5C6F68
(92,111,104)
#51625B
(81,98,91)
#46554E
(70,85,78)
#3B4841
(59,72,65)
#303B34
(48,59,52)
#252E27
(37,46,39)
#1A211A
(26,33,26)
#0F140D
(15,20,13)
#000000
(0,0,0)

Tints of #7D968F

#7D968F
(125,150,143)
#889F99
(136,159,153)
#93A8A3
(147,168,163)
#9EB1AD
(158,177,173)
#A9BAB7
(169,186,183)
#B4C3C1
(180,195,193)
#BFCCCB
(191,204,203)
#CAD5D5
(202,213,213)
#D5DEDF
(213,222,223)
#E0E7E9
(224,231,233)
#EBF0F3
(235,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D968F color. Also use rgb(125,150,143) instead hex code.

Text Font Color

.myTextColor { color: #7D968F; }

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

This text font color is #7D968F.


Background Color

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

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

This div background color is #7D968F.


Border color

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

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

This div border color is #7D968F.


Opacity

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

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

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

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

This text has shadow with #7D968F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D968F on black background.


Color preview on white background

This text has color #7D968F on white background.



Black color preview on #7D968F background

This text has black color on #7D968F background.


White color preview on #7D968F background

This text has white color on #7D968F background.