COLOR #7D869D

HEX: #7D869D
RGB: (125,134,157)

Color info

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

RGB color model

#7D869D color RGB value is (125,134,157).

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

RGB channels and saturation

R 125 of 255 = 49%
G 134 of 255 = 53%
B 157 of 255 = 62%

125
134
157

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

Portions of RGB colors in percentages

R + G + B =
125 + 134 + 157 = 416 (100%)
R 125 of 416 ~ 30.05%
G 134 of 416 ~ 32.21%
B 157 of 416 ~ 37.74%

%30.05
%32.21
%37.74

CMYK color model

#7D869D color CMYK value is (20,15,0,38).

  • cyan value is 20.38%
  • magenta value is 14.65%
  • yellow value is 0.00%
  • key color value is 38.43%
CMYK:
(20,15,0,38)
C20M15Y0K38 
(20%,15%,0%,38%)
(0.20/0.15/0.00/0.38)	

CMYK percentages

%20.38
%14.65
%0
%38.43

Codes

Color #7D869D in popluar color models

7D869D
RGB125134157
HSL223°14.04%55.29%
HSB/HSV223°20.38%61.57%
CMYK20.38%14.65%0.00%
38.43%

Color #7D869D in popluar number systems.

HEX7D869D
Decimal125134157
Binary11111011000011010011101
Octal175206235

Shades and tints

Shades of #7D869D

#7D869D
(125,134,157)
#727A8F
(114,122,143)
#676E81
(103,110,129)
#5C6273
(92,98,115)
#515665
(81,86,101)
#464A57
(70,74,87)
#3B3E49
(59,62,73)
#30323B
(48,50,59)
#25262D
(37,38,45)
#1A1A1F
(26,26,31)
#0F0E11
(15,14,17)
#000000
(0,0,0)

Tints of #7D869D

#7D869D
(125,134,157)
#8891A5
(136,145,165)
#939CAD
(147,156,173)
#9EA7B5
(158,167,181)
#A9B2BD
(169,178,189)
#B4BDC5
(180,189,197)
#BFC8CD
(191,200,205)
#CAD3D5
(202,211,213)
#D5DEDD
(213,222,221)
#E0E9E5
(224,233,229)
#EBF4ED
(235,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D869D; }

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

This text font color is #7D869D.


Background Color

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

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

This div background color is #7D869D.


Border color

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

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

This div border color is #7D869D.


Opacity

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

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

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

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

This text has shadow with #7D869D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D869D on black background.


Color preview on white background

This text has color #7D869D on white background.



Black color preview on #7D869D background

This text has black color on #7D869D background.


White color preview on #7D869D background

This text has white color on #7D869D background.