COLOR #7E8488

HEX: #7E8488
RGB: (126,132,136)

Renk bilgisi

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

RGB renk modeli

#7E8488 color RGB value is (126,132,136).

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

RGB bağlantıları ve doygunluk

R 126 of 255 = 49%
G 132 of 255 = 52%
B 136 of 255 = 53%

126
132
136

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

Yüzdelerle RGB renk parçaları

R + G + B =
126 + 132 + 136 = 394 (100%)
R 126 of 394 ~ 31.98%
G 132 of 394 ~ 33.5%
B 136 of 394 ~ 34.52%

%31.98
%33.5
%34.52

CMYK RENK MODELİ

#7E8488 rengi CMYK tonu (7,3,0,47).

  • camgöbeği tonu 7.35%
  • eflatun tonu 2.94%
  • sarı tonu 0.00%
  • ana renk tonu 46.67%
CMYK:
(7,3,0,47)
C7M3Y0K47 
(7%,3%,0%,47%)
(0.07/0.03/0.00/0.47)	

CMYK yüzdeleri

%7.35
%2.94
%0
%46.67

Codes

Color #7E8488 in popluar color models

7E8488
RGB126132136
HSL204°4.03%51.37%
HSB/HSV204°7.35%53.33%
CMYK7.35%2.94%0.00%
46.67%

Color #7E8488 in popluar number systems.

HEX7E8488
Decimal126132136
Binary11111101000010010001000
Octal176204210

Shades and tints

Shades of #7E8488

#7E8488
(126,132,136)
#73787C
(115,120,124)
#686C70
(104,108,112)
#5D6064
(93,96,100)
#525458
(82,84,88)
#47484C
(71,72,76)
#3C3C40
(60,60,64)
#313034
(49,48,52)
#262428
(38,36,40)
#1B181C
(27,24,28)
#100C10
(16,12,16)
#000000
(0,0,0)

Tints of #7E8488

#7E8488
(126,132,136)
#898F92
(137,143,146)
#949A9C
(148,154,156)
#9FA5A6
(159,165,166)
#AAB0B0
(170,176,176)
#B5BBBA
(181,187,186)
#C0C6C4
(192,198,196)
#CBD1CE
(203,209,206)
#D6DCD8
(214,220,216)
#E1E7E2
(225,231,226)
#ECF2EC
(236,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E8488 color. Also use rgb(126,132,136) instead hex code.

Text Font Color

.myTextColor { color: #7E8488; }

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

This text font color is #7E8488.


Background Color

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

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

This div background color is #7E8488.


Border color

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

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

This div border color is #7E8488.


Opacity

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

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

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

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

This text has shadow with #7E8488 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E8488 on black background.


Color preview on white background

This text has color #7E8488 on white background.



Black color preview on #7E8488 background

This text has black color on #7E8488 background.


White color preview on #7E8488 background

This text has white color on #7E8488 background.