COLOR #7D958E

HEX: #7D958E
RGB: (125,149,142)

Color info

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

RGB color model

#7D958E color RGB value is (125,149,142).

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

RGB channels and saturation

R 125 of 255 = 49%
G 149 of 255 = 58%
B 142 of 255 = 56%

125
149
142

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

Portions of RGB colors in percentages

R + G + B =
125 + 149 + 142 = 416 (100%)
R 125 of 416 ~ 30.05%
G 149 of 416 ~ 35.82%
B 142 of 416 ~ 34.13%

%30.05
%35.82
%34.13

CMYK color model

#7D958E color CMYK value is (16,0,5,42).

  • cyan value is 16.11%
  • magenta value is 0.00%
  • yellow value is 4.70%
  • key color value is 41.57%
CMYK:
(16,0,5,42)
C16M0Y5K42 
(16%,0%,5%,42%)
(0.16/0.00/0.05/0.42)	

CMYK percentages

%16.11
%0
%4.7
%41.57

Codes

Color #7D958E in popluar color models

7D958E
RGB125149142
HSL163°10.17%53.73%
HSB/HSV163°16.11%58.43%
CMYK16.11%0.00%4.70%
41.57%

Color #7D958E in popluar number systems.

HEX7D958E
Decimal125149142
Binary11111011001010110001110
Octal175225216

Shades and tints

Shades of #7D958E

#7D958E
(125,149,142)
#728882
(114,136,130)
#677B76
(103,123,118)
#5C6E6A
(92,110,106)
#51615E
(81,97,94)
#465452
(70,84,82)
#3B4746
(59,71,70)
#303A3A
(48,58,58)
#252D2E
(37,45,46)
#1A2022
(26,32,34)
#0F1316
(15,19,22)
#000000
(0,0,0)

Tints of #7D958E

#7D958E
(125,149,142)
#889E98
(136,158,152)
#93A7A2
(147,167,162)
#9EB0AC
(158,176,172)
#A9B9B6
(169,185,182)
#B4C2C0
(180,194,192)
#BFCBCA
(191,203,202)
#CAD4D4
(202,212,212)
#D5DDDE
(213,221,222)
#E0E6E8
(224,230,232)
#EBEFF2
(235,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D958E; }

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

This text font color is #7D958E.


Background Color

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

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

This div background color is #7D958E.


Border color

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

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

This div border color is #7D958E.


Opacity

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

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

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

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

This text has shadow with #7D958E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D958E on black background.


Color preview on white background

This text has color #7D958E on white background.



Black color preview on #7D958E background

This text has black color on #7D958E background.


White color preview on #7D958E background

This text has white color on #7D958E background.