COLOR #7D8684

HEX: #7D8684
RGB: (125,134,132)

Renk bilgisi

#7D8684 contains red, green and blue colors in about the same proportion. #7D8684 ‘ nin web güvenlik rengi #669999 (ya da #699) dir.

RGB renk modeli

#7D8684 color RGB value is (125,134,132).

  • kırmız ton 125;
  • yeşil ton 134;
  • mavi ton 132.
RGB:
(125,134,132)
(49%,53%,52%)

RGB bağlantıları ve doygunluk

R 125 of 255 = 49%
G 134 of 255 = 53%
B 132 of 255 = 52%

125
134
132

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

Yüzdelerle RGB renk parçaları

R + G + B =
125 + 134 + 132 = 391 (100%)
R 125 of 391 ~ 31.97%
G 134 of 391 ~ 34.27%
B 132 of 391 ~ 33.76%

%31.97
%34.27
%33.76

CMYK RENK MODELİ

#7D8684 rengi CMYK tonu (7,0,1,47).

  • camgöbeği tonu 6.72%
  • eflatun tonu 0.00%
  • sarı tonu 1.49%
  • ana renk tonu 47.45%
CMYK:
(7,0,1,47)
C7M0Y1K47 
(7%,0%,1%,47%)
(0.07/0.00/0.01/0.47)	

CMYK yüzdeleri

%6.72
%0
%1.49
%47.45

Codes

Color #7D8684 in popluar color models

7D8684
RGB125134132
HSL167°3.59%50.78%
HSB/HSV167°6.72%52.55%
CMYK6.72%0.00%1.49%
47.45%

Color #7D8684 in popluar number systems.

HEX7D8684
Decimal125134132
Binary11111011000011010000100
Octal175206204

Shades and tints

Shades of #7D8684

#7D8684
(125,134,132)
#727A78
(114,122,120)
#676E6C
(103,110,108)
#5C6260
(92,98,96)
#515654
(81,86,84)
#464A48
(70,74,72)
#3B3E3C
(59,62,60)
#303230
(48,50,48)
#252624
(37,38,36)
#1A1A18
(26,26,24)
#0F0E0C
(15,14,12)
#000000
(0,0,0)

Tints of #7D8684

#7D8684
(125,134,132)
#88918F
(136,145,143)
#939C9A
(147,156,154)
#9EA7A5
(158,167,165)
#A9B2B0
(169,178,176)
#B4BDBB
(180,189,187)
#BFC8C6
(191,200,198)
#CAD3D1
(202,211,209)
#D5DEDC
(213,222,220)
#E0E9E7
(224,233,231)
#EBF4F2
(235,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D8684; }

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

This text font color is #7D8684.


Background Color

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

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

This div background color is #7D8684.


Border color

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

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

This div border color is #7D8684.


Opacity

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

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

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

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

This text has shadow with #7D8684 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D8684 on black background.


Color preview on white background

This text has color #7D8684 on white background.



Black color preview on #7D8684 background

This text has black color on #7D8684 background.


White color preview on #7D8684 background

This text has white color on #7D8684 background.