COLOR #7D9E92

HEX: #7D9E92
RGB: (125,158,146)

Color info

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

RGB color model

#7D9E92 color RGB value is (125,158,146).

  • red value is 125;
  • green value is 158;
  • blue value is 146.
RGB:
(125,158,146)
(49%,62%,57%)

RGB channels and saturation

R 125 of 255 = 49%
G 158 of 255 = 62%
B 146 of 255 = 57%

125
158
146

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

Portions of RGB colors in percentages

R + G + B =
125 + 158 + 146 = 429 (100%)
R 125 of 429 ~ 29.14%
G 158 of 429 ~ 36.83%
B 146 of 429 ~ 34.03%

%29.14
%36.83
%34.03

CMYK color model

#7D9E92 color CMYK value is (21,0,8,38).

  • cyan value is 20.89%
  • magenta value is 0.00%
  • yellow value is 7.59%
  • key color value is 38.04%
CMYK:
(21,0,8,38)
C21M0Y8K38 
(21%,0%,8%,38%)
(0.21/0.00/0.08/0.38)	

CMYK percentages

%20.89
%0
%7.59
%38.04

Codes

Color #7D9E92 in popluar color models

7D9E92
RGB125158146
HSL158°14.54%55.49%
HSB/HSV158°20.89%61.96%
CMYK20.89%0.00%7.59%
38.04%

Color #7D9E92 in popluar number systems.

HEX7D9E92
Decimal125158146
Binary11111011001111010010010
Octal175236222

Shades and tints

Shades of #7D9E92

#7D9E92
(125,158,146)
#729085
(114,144,133)
#678278
(103,130,120)
#5C746B
(92,116,107)
#51665E
(81,102,94)
#465851
(70,88,81)
#3B4A44
(59,74,68)
#303C37
(48,60,55)
#252E2A
(37,46,42)
#1A201D
(26,32,29)
#0F1210
(15,18,16)
#000000
(0,0,0)

Tints of #7D9E92

#7D9E92
(125,158,146)
#88A69B
(136,166,155)
#93AEA4
(147,174,164)
#9EB6AD
(158,182,173)
#A9BEB6
(169,190,182)
#B4C6BF
(180,198,191)
#BFCEC8
(191,206,200)
#CAD6D1
(202,214,209)
#D5DEDA
(213,222,218)
#E0E6E3
(224,230,227)
#EBEEEC
(235,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D9E92 color. Also use rgb(125,158,146) instead hex code.

Text Font Color

.myTextColor { color: #7D9E92; }

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

This text font color is #7D9E92.


Background Color

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

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

This div background color is #7D9E92.


Border color

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

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

This div border color is #7D9E92.


Opacity

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

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

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

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

This text has shadow with #7D9E92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D9E92 on black background.


Color preview on white background

This text has color #7D9E92 on white background.



Black color preview on #7D9E92 background

This text has black color on #7D9E92 background.


White color preview on #7D9E92 background

This text has white color on #7D9E92 background.