COLOR #7D8598

HEX: #7D8598
RGB: (125,133,152)

Color info

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

RGB color model

#7D8598 color RGB value is (125,133,152).

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

RGB channels and saturation

R 125 of 255 = 49%
G 133 of 255 = 52%
B 152 of 255 = 60%

125
133
152

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

Portions of RGB colors in percentages

R + G + B =
125 + 133 + 152 = 410 (100%)
R 125 of 410 ~ 30.49%
G 133 of 410 ~ 32.44%
B 152 of 410 ~ 37.07%

%30.49
%32.44
%37.07

CMYK color model

#7D8598 color CMYK value is (18,13,0,40).

  • cyan value is 17.76%
  • magenta value is 12.50%
  • yellow value is 0.00%
  • key color value is 40.39%
CMYK:
(18,13,0,40)
C18M13Y0K40 
(18%,13%,0%,40%)
(0.18/0.13/0.00/0.40)	

CMYK percentages

%17.76
%12.5
%0
%40.39

Codes

Color #7D8598 in popluar color models

7D8598
RGB125133152
HSL222°11.59%54.31%
HSB/HSV222°17.76%59.61%
CMYK17.76%12.50%0.00%
40.39%

Color #7D8598 in popluar number systems.

HEX7D8598
Decimal125133152
Binary11111011000010110011000
Octal175205230

Shades and tints

Shades of #7D8598

#7D8598
(125,133,152)
#72798B
(114,121,139)
#676D7E
(103,109,126)
#5C6171
(92,97,113)
#515564
(81,85,100)
#464957
(70,73,87)
#3B3D4A
(59,61,74)
#30313D
(48,49,61)
#252530
(37,37,48)
#1A1923
(26,25,35)
#0F0D16
(15,13,22)
#000000
(0,0,0)

Tints of #7D8598

#7D8598
(125,133,152)
#8890A1
(136,144,161)
#939BAA
(147,155,170)
#9EA6B3
(158,166,179)
#A9B1BC
(169,177,188)
#B4BCC5
(180,188,197)
#BFC7CE
(191,199,206)
#CAD2D7
(202,210,215)
#D5DDE0
(213,221,224)
#E0E8E9
(224,232,233)
#EBF3F2
(235,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D8598; }

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

This text font color is #7D8598.


Background Color

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

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

This div background color is #7D8598.


Border color

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

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

This div border color is #7D8598.


Opacity

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

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

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

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

This text has shadow with #7D8598 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D8598 on black background.


Color preview on white background

This text has color #7D8598 on white background.



Black color preview on #7D8598 background

This text has black color on #7D8598 background.


White color preview on #7D8598 background

This text has white color on #7D8598 background.