COLOR #7D8998

HEX: #7D8998
RGB: (125,137,152)

Color info

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

RGB color model

#7D8998 color RGB value is (125,137,152).

  • red value is 125;
  • green value is 137;
  • blue value is 152.
RGB:
(125,137,152)
(49%,54%,60%)

RGB channels and saturation

R 125 of 255 = 49%
G 137 of 255 = 54%
B 152 of 255 = 60%

125
137
152

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

Portions of RGB colors in percentages

R + G + B =
125 + 137 + 152 = 414 (100%)
R 125 of 414 ~ 30.19%
G 137 of 414 ~ 33.09%
B 152 of 414 ~ 36.71%

%30.19
%33.09
%36.71

CMYK color model

#7D8998 color CMYK value is (18,10,0,40).

  • cyan value is 17.76%
  • magenta value is 9.87%
  • yellow value is 0.00%
  • key color value is 40.39%
CMYK:
(18,10,0,40)
C18M10Y0K40 
(18%,10%,0%,40%)
(0.18/0.10/0.00/0.40)	

CMYK percentages

%17.76
%9.87
%0
%40.39

Codes

Color #7D8998 in popluar color models

7D8998
RGB125137152
HSL213°11.59%54.31%
HSB/HSV213°17.76%59.61%
CMYK17.76%9.87%0.00%
40.39%

Color #7D8998 in popluar number systems.

HEX7D8998
Decimal125137152
Binary11111011000100110011000
Octal175211230

Shades and tints

Shades of #7D8998

#7D8998
(125,137,152)
#727D8B
(114,125,139)
#67717E
(103,113,126)
#5C6571
(92,101,113)
#515964
(81,89,100)
#464D57
(70,77,87)
#3B414A
(59,65,74)
#30353D
(48,53,61)
#252930
(37,41,48)
#1A1D23
(26,29,35)
#0F1116
(15,17,22)
#000000
(0,0,0)

Tints of #7D8998

#7D8998
(125,137,152)
#8893A1
(136,147,161)
#939DAA
(147,157,170)
#9EA7B3
(158,167,179)
#A9B1BC
(169,177,188)
#B4BBC5
(180,187,197)
#BFC5CE
(191,197,206)
#CACFD7
(202,207,215)
#D5D9E0
(213,217,224)
#E0E3E9
(224,227,233)
#EBEDF2
(235,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D8998 color. Also use rgb(125,137,152) instead hex code.

Text Font Color

.myTextColor { color: #7D8998; }

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

This text font color is #7D8998.


Background Color

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

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

This div background color is #7D8998.


Border color

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

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

This div border color is #7D8998.


Opacity

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

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

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

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

This text has shadow with #7D8998 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D8998 on black background.


Color preview on white background

This text has color #7D8998 on white background.



Black color preview on #7D8998 background

This text has black color on #7D8998 background.


White color preview on #7D8998 background

This text has white color on #7D8998 background.