COLOR #7D869C

HEX: #7D869C
RGB: (125,134,156)

Color info

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

RGB color model

#7D869C color RGB value is (125,134,156).

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

RGB channels and saturation

R 125 of 255 = 49%
G 134 of 255 = 53%
B 156 of 255 = 61%

125
134
156

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

Portions of RGB colors in percentages

R + G + B =
125 + 134 + 156 = 415 (100%)
R 125 of 415 ~ 30.12%
G 134 of 415 ~ 32.29%
B 156 of 415 ~ 37.59%

%30.12
%32.29
%37.59

CMYK color model

#7D869C color CMYK value is (20,14,0,39).

  • cyan value is 19.87%
  • magenta value is 14.10%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(20,14,0,39)
C20M14Y0K39 
(20%,14%,0%,39%)
(0.20/0.14/0.00/0.39)	

CMYK percentages

%19.87
%14.1
%0
%38.82

Codes

Color #7D869C in popluar color models

7D869C
RGB125134156
HSL223°13.54%55.10%
HSB/HSV223°19.87%61.18%
CMYK19.87%14.10%0.00%
38.82%

Color #7D869C in popluar number systems.

HEX7D869C
Decimal125134156
Binary11111011000011010011100
Octal175206234

Shades and tints

Shades of #7D869C

#7D869C
(125,134,156)
#727A8E
(114,122,142)
#676E80
(103,110,128)
#5C6272
(92,98,114)
#515664
(81,86,100)
#464A56
(70,74,86)
#3B3E48
(59,62,72)
#30323A
(48,50,58)
#25262C
(37,38,44)
#1A1A1E
(26,26,30)
#0F0E10
(15,14,16)
#000000
(0,0,0)

Tints of #7D869C

#7D869C
(125,134,156)
#8891A5
(136,145,165)
#939CAE
(147,156,174)
#9EA7B7
(158,167,183)
#A9B2C0
(169,178,192)
#B4BDC9
(180,189,201)
#BFC8D2
(191,200,210)
#CAD3DB
(202,211,219)
#D5DEE4
(213,222,228)
#E0E9ED
(224,233,237)
#EBF4F6
(235,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D869C; }

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

This text font color is #7D869C.


Background Color

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

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

This div background color is #7D869C.


Border color

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

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

This div border color is #7D869C.


Opacity

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

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

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

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

This text has shadow with #7D869C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D869C on black background.


Color preview on white background

This text has color #7D869C on white background.



Black color preview on #7D869C background

This text has black color on #7D869C background.


White color preview on #7D869C background

This text has white color on #7D869C background.