COLOR #7D8B9A

HEX: #7D8B9A
RGB: (125,139,154)

Color info

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

RGB color model

#7D8B9A color RGB value is (125,139,154).

  • red value is 125;
  • green value is 139;
  • blue value is 154.
RGB:
(125,139,154)
(49%,55%,60%)

RGB channels and saturation

R 125 of 255 = 49%
G 139 of 255 = 55%
B 154 of 255 = 60%

125
139
154

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

Portions of RGB colors in percentages

R + G + B =
125 + 139 + 154 = 418 (100%)
R 125 of 418 ~ 29.9%
G 139 of 418 ~ 33.25%
B 154 of 418 ~ 36.84%

%29.9
%33.25
%36.84

CMYK color model

#7D8B9A color CMYK value is (19,10,0,40).

  • cyan value is 18.83%
  • magenta value is 9.74%
  • yellow value is 0.00%
  • key color value is 39.61%
CMYK:
(19,10,0,40)
C19M10Y0K40 
(19%,10%,0%,40%)
(0.19/0.10/0.00/0.40)	

CMYK percentages

%18.83
%9.74
%0
%39.61

Codes

Color #7D8B9A in popluar color models

7D8B9A
RGB125139154
HSL211°12.55%54.71%
HSB/HSV211°18.83%60.39%
CMYK18.83%9.74%0.00%
39.61%

Color #7D8B9A in popluar number systems.

HEX7D8B9A
Decimal125139154
Binary11111011000101110011010
Octal175213232

Shades and tints

Shades of #7D8B9A

#7D8B9A
(125,139,154)
#727F8C
(114,127,140)
#67737E
(103,115,126)
#5C6770
(92,103,112)
#515B62
(81,91,98)
#464F54
(70,79,84)
#3B4346
(59,67,70)
#303738
(48,55,56)
#252B2A
(37,43,42)
#1A1F1C
(26,31,28)
#0F130E
(15,19,14)
#000000
(0,0,0)

Tints of #7D8B9A

#7D8B9A
(125,139,154)
#8895A3
(136,149,163)
#939FAC
(147,159,172)
#9EA9B5
(158,169,181)
#A9B3BE
(169,179,190)
#B4BDC7
(180,189,199)
#BFC7D0
(191,199,208)
#CAD1D9
(202,209,217)
#D5DBE2
(213,219,226)
#E0E5EB
(224,229,235)
#EBEFF4
(235,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D8B9A color. Also use rgb(125,139,154) instead hex code.

Text Font Color

.myTextColor { color: #7D8B9A; }

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

This text font color is #7D8B9A.


Background Color

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

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

This div background color is #7D8B9A.


Border color

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

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

This div border color is #7D8B9A.


Opacity

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

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

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

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

This text has shadow with #7D8B9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D8B9A on black background.


Color preview on white background

This text has color #7D8B9A on white background.



Black color preview on #7D8B9A background

This text has black color on #7D8B9A background.


White color preview on #7D8B9A background

This text has white color on #7D8B9A background.