COLOR #7D968E

HEX: #7D968E RGB: (125,150,142)

Color info

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

RGB color model

#7D968E color RGB value is (125,150,142).

RGB: (125,150,142) (49%, 59%, 56%)

RGB channels and saturation

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

125
150
142

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

Portions of RGB colors in percentages

R + G + B = 125 + 150 + 142 = 417 (100%)
R 125 of 417 ~ 29.98%
G 150 of 417 ~ 35.97%
B 142 of 417 ~ 34.05'%

%29.98
%35.97
%34.05

CMYK color model

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

  • cyan value is 16.67%
  • magenta value is 0.00%
  • yellow value is 5.33%
  • 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
%5.33
%41.18

Codes

Color #7D968E in popluar color models

7D 96 8E
RGB 125 150 142
HSL 161° 10.64% 53.92%
HSB/HSV 161° 16.67% 58.82%
CMYK 16.67% 0.00% 5.33%
41.18%

Color #7D968E in popluar number systems.

HEX 7D 96 8E
Decimal 125 150 142
Binary 1111101 10010110 10001110
Octal 175 226 216

Shades and tints

Shades of #7D968E

#7D968E
(125,150,142)
#728982
(114,137,130)
#677C76
(103,124,118)
#5C6F6A
(92,111,106)
#51625E
(81,98,94)
#465552
(70,85,82)
#3B4846
(59,72,70)
#303B3A
(48,59,58)
#252E2E
(37,46,46)
#1A2122
(26,33,34)
#0F1416
(15,20,22)
#000000
(0,0,0)

Tints of #7D968E

#7D968E
(125,150,142)
#889F98
(136,159,152)
#93A8A2
(147,168,162)
#9EB1AC
(158,177,172)
#A9BAB6
(169,186,182)
#B4C3C0
(180,195,192)
#BFCCCA
(191,204,202)
#CAD5D4
(202,213,212)
#D5DEDE
(213,222,222)
#E0E7E8
(224,231,232)
#EBF0F2
(235,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D968E; }

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

This text font color is #7D968E.

Background Color

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

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

This div background color is #7D968E.

Border color

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

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

This div border color is #7D968E.

Opacity

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

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

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

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

This text has shadow with #7D968E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7D968E.

Preview

Color preview on black background

This text has color #7D968E on black background.


Color preview on white background

This text has color #7D968E on white background.


Black color preview on #7D968E background

This text has black color on #7D968E background.


White color preview on #7D968E background

This text has white color on #7D968E background.


Related colors

Complementary color

Complementary color for #hex is #826971.


I love getcolorcode.com

Triadic colors

1 #8E7D96 and #968E7D with #7D968E are triadic colors.

2 #8E967D and #967D8E with #7D968E are triadic colors.