COLOR #7D8895

HEX: #7D8895
RGB: (125,136,149)

Color info

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

RGB color model

#7D8895 color RGB value is (125,136,149).

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

RGB channels and saturation

R 125 of 255 = 49%
G 136 of 255 = 53%
B 149 of 255 = 58%

125
136
149

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

Portions of RGB colors in percentages

R + G + B =
125 + 136 + 149 = 410 (100%)
R 125 of 410 ~ 30.49%
G 136 of 410 ~ 33.17%
B 149 of 410 ~ 36.34%

%30.49
%33.17
%36.34

CMYK color model

#7D8895 color CMYK value is (16,9,0,42).

  • cyan value is 16.11%
  • magenta value is 8.72%
  • yellow value is 0.00%
  • key color value is 41.57%
CMYK:
(16,9,0,42)
C16M9Y0K42 
(16%,9%,0%,42%)
(0.16/0.09/0.00/0.42)	

CMYK percentages

%16.11
%8.72
%0
%41.57

Codes

Color #7D8895 in popluar color models

7D8895
RGB125136149
HSL213°10.17%53.73%
HSB/HSV213°16.11%58.43%
CMYK16.11%8.72%0.00%
41.57%

Color #7D8895 in popluar number systems.

HEX7D8895
Decimal125136149
Binary11111011000100010010101
Octal175210225

Shades and tints

Shades of #7D8895

#7D8895
(125,136,149)
#727C88
(114,124,136)
#67707B
(103,112,123)
#5C646E
(92,100,110)
#515861
(81,88,97)
#464C54
(70,76,84)
#3B4047
(59,64,71)
#30343A
(48,52,58)
#25282D
(37,40,45)
#1A1C20
(26,28,32)
#0F1013
(15,16,19)
#000000
(0,0,0)

Tints of #7D8895

#7D8895
(125,136,149)
#88929E
(136,146,158)
#939CA7
(147,156,167)
#9EA6B0
(158,166,176)
#A9B0B9
(169,176,185)
#B4BAC2
(180,186,194)
#BFC4CB
(191,196,203)
#CACED4
(202,206,212)
#D5D8DD
(213,216,221)
#E0E2E6
(224,226,230)
#EBECEF
(235,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D8895 color. Also use rgb(125,136,149) instead hex code.

Text Font Color

.myTextColor { color: #7D8895; }

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

This text font color is #7D8895.


Background Color

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

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

This div background color is #7D8895.


Border color

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

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

This div border color is #7D8895.


Opacity

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

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

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

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

This text has shadow with #7D8895 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D8895 on black background.


Color preview on white background

This text has color #7D8895 on white background.



Black color preview on #7D8895 background

This text has black color on #7D8895 background.


White color preview on #7D8895 background

This text has white color on #7D8895 background.