COLOR #7D8E97

HEX: #7D8E97
RGB: (125,142,151)

Color info

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

RGB color model

#7D8E97 color RGB value is (125,142,151).

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

RGB channels and saturation

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

125
142
151

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

Portions of RGB colors in percentages

R + G + B =
125 + 142 + 151 = 418 (100%)
R 125 of 418 ~ 29.9%
G 142 of 418 ~ 33.97%
B 151 of 418 ~ 36.12%

%29.9
%33.97
%36.12

CMYK color model

#7D8E97 color CMYK value is (17,6,0,41).

  • cyan value is 17.22%
  • magenta value is 5.96%
  • yellow value is 0.00%
  • key color value is 40.78%
CMYK:
(17,6,0,41)
C17M6Y0K41 
(17%,6%,0%,41%)
(0.17/0.06/0.00/0.41)	

CMYK percentages

%17.22
%5.96
%0
%40.78

Codes

Color #7D8E97 in popluar color models

7D8E97
RGB125142151
HSL201°11.11%54.12%
HSB/HSV201°17.22%59.22%
CMYK17.22%5.96%0.00%
40.78%

Color #7D8E97 in popluar number systems.

HEX7D8E97
Decimal125142151
Binary11111011000111010010111
Octal175216227

Shades and tints

Shades of #7D8E97

#7D8E97
(125,142,151)
#72828A
(114,130,138)
#67767D
(103,118,125)
#5C6A70
(92,106,112)
#515E63
(81,94,99)
#465256
(70,82,86)
#3B4649
(59,70,73)
#303A3C
(48,58,60)
#252E2F
(37,46,47)
#1A2222
(26,34,34)
#0F1615
(15,22,21)
#000000
(0,0,0)

Tints of #7D8E97

#7D8E97
(125,142,151)
#8898A0
(136,152,160)
#93A2A9
(147,162,169)
#9EACB2
(158,172,178)
#A9B6BB
(169,182,187)
#B4C0C4
(180,192,196)
#BFCACD
(191,202,205)
#CAD4D6
(202,212,214)
#D5DEDF
(213,222,223)
#E0E8E8
(224,232,232)
#EBF2F1
(235,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D8E97; }

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

This text font color is #7D8E97.


Background Color

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

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

This div background color is #7D8E97.


Border color

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

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

This div border color is #7D8E97.


Opacity

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

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

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

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

This text has shadow with #7D8E97 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D8E97 on black background.


Color preview on white background

This text has color #7D8E97 on white background.



Black color preview on #7D8E97 background

This text has black color on #7D8E97 background.


White color preview on #7D8E97 background

This text has white color on #7D8E97 background.