COLOR #7D868F

HEX: #7D868F
RGB: (125,134,143)

Color info

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

RGB color model

#7D868F color RGB value is (125,134,143).

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

RGB channels and saturation

R 125 of 255 = 49%
G 134 of 255 = 53%
B 143 of 255 = 56%

125
134
143

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

Portions of RGB colors in percentages

R + G + B =
125 + 134 + 143 = 402 (100%)
R 125 of 402 ~ 31.09%
G 134 of 402 ~ 33.33%
B 143 of 402 ~ 35.57%

%31.09
%33.33
%35.57

CMYK color model

#7D868F color CMYK value is (13,6,0,44).

  • cyan value is 12.59%
  • magenta value is 6.29%
  • yellow value is 0.00%
  • key color value is 43.92%
CMYK:
(13,6,0,44)
C13M6Y0K44 
(13%,6%,0%,44%)
(0.13/0.06/0.00/0.44)	

CMYK percentages

%12.59
%6.29
%0
%43.92

Codes

Color #7D868F in popluar color models

7D868F
RGB125134143
HSL210°7.44%52.55%
HSB/HSV210°12.59%56.08%
CMYK12.59%6.29%0.00%
43.92%

Color #7D868F in popluar number systems.

HEX7D868F
Decimal125134143
Binary11111011000011010001111
Octal175206217

Shades and tints

Shades of #7D868F

#7D868F
(125,134,143)
#727A82
(114,122,130)
#676E75
(103,110,117)
#5C6268
(92,98,104)
#51565B
(81,86,91)
#464A4E
(70,74,78)
#3B3E41
(59,62,65)
#303234
(48,50,52)
#252627
(37,38,39)
#1A1A1A
(26,26,26)
#0F0E0D
(15,14,13)
#000000
(0,0,0)

Tints of #7D868F

#7D868F
(125,134,143)
#889199
(136,145,153)
#939CA3
(147,156,163)
#9EA7AD
(158,167,173)
#A9B2B7
(169,178,183)
#B4BDC1
(180,189,193)
#BFC8CB
(191,200,203)
#CAD3D5
(202,211,213)
#D5DEDF
(213,222,223)
#E0E9E9
(224,233,233)
#EBF4F3
(235,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D868F; }

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

This text font color is #7D868F.


Background Color

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

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

This div background color is #7D868F.


Border color

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

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

This div border color is #7D868F.


Opacity

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

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

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

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

This text has shadow with #7D868F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D868F on black background.


Color preview on white background

This text has color #7D868F on white background.



Black color preview on #7D868F background

This text has black color on #7D868F background.


White color preview on #7D868F background

This text has white color on #7D868F background.