COLOR #7D938E

HEX: #7D938E
RGB: (125,147,142)

Color info

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

RGB color model

#7D938E color RGB value is (125,147,142).

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

RGB channels and saturation

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

125
147
142

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

Portions of RGB colors in percentages

R + G + B =
125 + 147 + 142 = 414 (100%)
R 125 of 414 ~ 30.19%
G 147 of 414 ~ 35.51%
B 142 of 414 ~ 34.3%

%30.19
%35.51
%34.3

CMYK color model

#7D938E color CMYK value is (15,0,3,42).

  • cyan value is 14.97%
  • magenta value is 0.00%
  • yellow value is 3.40%
  • key color value is 42.35%
CMYK:
(15,0,3,42)
C15M0Y3K42 
(15%,0%,3%,42%)
(0.15/0.00/0.03/0.42)	

CMYK percentages

%14.97
%0
%3.4
%42.35

Codes

Color #7D938E in popluar color models

7D938E
RGB125147142
HSL166°9.24%53.33%
HSB/HSV166°14.97%57.65%
CMYK14.97%0.00%3.40%
42.35%

Color #7D938E in popluar number systems.

HEX7D938E
Decimal125147142
Binary11111011001001110001110
Octal175223216

Shades and tints

Shades of #7D938E

#7D938E
(125,147,142)
#728682
(114,134,130)
#677976
(103,121,118)
#5C6C6A
(92,108,106)
#515F5E
(81,95,94)
#465252
(70,82,82)
#3B4546
(59,69,70)
#30383A
(48,56,58)
#252B2E
(37,43,46)
#1A1E22
(26,30,34)
#0F1116
(15,17,22)
#000000
(0,0,0)

Tints of #7D938E

#7D938E
(125,147,142)
#889C98
(136,156,152)
#93A5A2
(147,165,162)
#9EAEAC
(158,174,172)
#A9B7B6
(169,183,182)
#B4C0C0
(180,192,192)
#BFC9CA
(191,201,202)
#CAD2D4
(202,210,212)
#D5DBDE
(213,219,222)
#E0E4E8
(224,228,232)
#EBEDF2
(235,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D938E; }

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

This text font color is #7D938E.


Background Color

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

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

This div background color is #7D938E.


Border color

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

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

This div border color is #7D938E.


Opacity

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

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

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

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

This text has shadow with #7D938E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D938E on black background.


Color preview on white background

This text has color #7D938E on white background.



Black color preview on #7D938E background

This text has black color on #7D938E background.


White color preview on #7D938E background

This text has white color on #7D938E background.