COLOR #7D8688

HEX: #7D8688
RGB: (125,134,136)

Color info

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

RGB color model

#7D8688 color RGB value is (125,134,136).

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

RGB channels and saturation

R 125 of 255 = 49%
G 134 of 255 = 53%
B 136 of 255 = 53%

125
134
136

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

Portions of RGB colors in percentages

R + G + B =
125 + 134 + 136 = 395 (100%)
R 125 of 395 ~ 31.65%
G 134 of 395 ~ 33.92%
B 136 of 395 ~ 34.43%

%31.65
%33.92
%34.43

CMYK color model

#7D8688 color CMYK value is (8,1,0,47).

  • cyan value is 8.09%
  • magenta value is 1.47%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(8,1,0,47)
C8M1Y0K47 
(8%,1%,0%,47%)
(0.08/0.01/0.00/0.47)	

CMYK percentages

%8.09
%1.47
%0
%46.67

Codes

Color #7D8688 in popluar color models

7D8688
RGB125134136
HSL191°4.42%51.18%
HSB/HSV191°8.09%53.33%
CMYK8.09%1.47%0.00%
46.67%

Color #7D8688 in popluar number systems.

HEX7D8688
Decimal125134136
Binary11111011000011010001000
Octal175206210

Shades and tints

Shades of #7D8688

#7D8688
(125,134,136)
#727A7C
(114,122,124)
#676E70
(103,110,112)
#5C6264
(92,98,100)
#515658
(81,86,88)
#464A4C
(70,74,76)
#3B3E40
(59,62,64)
#303234
(48,50,52)
#252628
(37,38,40)
#1A1A1C
(26,26,28)
#0F0E10
(15,14,16)
#000000
(0,0,0)

Tints of #7D8688

#7D8688
(125,134,136)
#889192
(136,145,146)
#939C9C
(147,156,156)
#9EA7A6
(158,167,166)
#A9B2B0
(169,178,176)
#B4BDBA
(180,189,186)
#BFC8C4
(191,200,196)
#CAD3CE
(202,211,206)
#D5DED8
(213,222,216)
#E0E9E2
(224,233,226)
#EBF4EC
(235,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D8688; }

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

This text font color is #7D8688.


Background Color

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

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

This div background color is #7D8688.


Border color

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

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

This div border color is #7D8688.


Opacity

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

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

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

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

This text has shadow with #7D8688 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D8688 on black background.


Color preview on white background

This text has color #7D8688 on white background.



Black color preview on #7D8688 background

This text has black color on #7D8688 background.


White color preview on #7D8688 background

This text has white color on #7D8688 background.