COLOR #7D8793

HEX: #7D8793
RGB: (125,135,147)

Color info

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

RGB color model

#7D8793 color RGB value is (125,135,147).

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

RGB channels and saturation

R 125 of 255 = 49%
G 135 of 255 = 53%
B 147 of 255 = 58%

125
135
147

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

Portions of RGB colors in percentages

R + G + B =
125 + 135 + 147 = 407 (100%)
R 125 of 407 ~ 30.71%
G 135 of 407 ~ 33.17%
B 147 of 407 ~ 36.12%

%30.71
%33.17
%36.12

CMYK color model

#7D8793 color CMYK value is (15,8,0,42).

  • cyan value is 14.97%
  • magenta value is 8.16%
  • yellow value is 0.00%
  • key color value is 42.35%
CMYK:
(15,8,0,42)
C15M8Y0K42 
(15%,8%,0%,42%)
(0.15/0.08/0.00/0.42)	

CMYK percentages

%14.97
%8.16
%0
%42.35

Codes

Color #7D8793 in popluar color models

7D8793
RGB125135147
HSL213°9.24%53.33%
HSB/HSV213°14.97%57.65%
CMYK14.97%8.16%0.00%
42.35%

Color #7D8793 in popluar number systems.

HEX7D8793
Decimal125135147
Binary11111011000011110010011
Octal175207223

Shades and tints

Shades of #7D8793

#7D8793
(125,135,147)
#727B86
(114,123,134)
#676F79
(103,111,121)
#5C636C
(92,99,108)
#51575F
(81,87,95)
#464B52
(70,75,82)
#3B3F45
(59,63,69)
#303338
(48,51,56)
#25272B
(37,39,43)
#1A1B1E
(26,27,30)
#0F0F11
(15,15,17)
#000000
(0,0,0)

Tints of #7D8793

#7D8793
(125,135,147)
#88919C
(136,145,156)
#939BA5
(147,155,165)
#9EA5AE
(158,165,174)
#A9AFB7
(169,175,183)
#B4B9C0
(180,185,192)
#BFC3C9
(191,195,201)
#CACDD2
(202,205,210)
#D5D7DB
(213,215,219)
#E0E1E4
(224,225,228)
#EBEBED
(235,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D8793; }

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

This text font color is #7D8793.


Background Color

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

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

This div background color is #7D8793.


Border color

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

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

This div border color is #7D8793.


Opacity

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

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

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

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

This text has shadow with #7D8793 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D8793 on black background.


Color preview on white background

This text has color #7D8793 on white background.



Black color preview on #7D8793 background

This text has black color on #7D8793 background.


White color preview on #7D8793 background

This text has white color on #7D8793 background.