COLOR #7E878B

HEX: #7E878B
RGB: (126,135,139)

Renk bilgisi

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

RGB renk modeli

#7E878B color RGB value is (126,135,139).

  • kırmız ton 126;
  • yeşil ton 135;
  • mavi ton 139.
RGB:
(126,135,139)
(49%,53%,55%)

RGB bağlantıları ve doygunluk

R 126 of 255 = 49%
G 135 of 255 = 53%
B 139 of 255 = 55%

126
135
139

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

Yüzdelerle RGB renk parçaları

R + G + B =
126 + 135 + 139 = 400 (100%)
R 126 of 400 ~ 31.5%
G 135 of 400 ~ 33.75%
B 139 of 400 ~ 34.75%

%31.5
%33.75
%34.75

CMYK RENK MODELİ

#7E878B rengi CMYK tonu (9,3,0,45).

  • camgöbeği tonu 9.35%
  • eflatun tonu 2.88%
  • sarı tonu 0.00%
  • ana renk tonu 45.49%
CMYK:
(9,3,0,45)
C9M3Y0K45 
(9%,3%,0%,45%)
(0.09/0.03/0.00/0.45)	

CMYK yüzdeleri

%9.35
%2.88
%0
%45.49

Codes

Color #7E878B in popluar color models

7E878B
RGB126135139
HSL198°5.31%51.96%
HSB/HSV198°9.35%54.51%
CMYK9.35%2.88%0.00%
45.49%

Color #7E878B in popluar number systems.

HEX7E878B
Decimal126135139
Binary11111101000011110001011
Octal176207213

Shades and tints

Shades of #7E878B

#7E878B
(126,135,139)
#737B7F
(115,123,127)
#686F73
(104,111,115)
#5D6367
(93,99,103)
#52575B
(82,87,91)
#474B4F
(71,75,79)
#3C3F43
(60,63,67)
#313337
(49,51,55)
#26272B
(38,39,43)
#1B1B1F
(27,27,31)
#100F13
(16,15,19)
#000000
(0,0,0)

Tints of #7E878B

#7E878B
(126,135,139)
#899195
(137,145,149)
#949B9F
(148,155,159)
#9FA5A9
(159,165,169)
#AAAFB3
(170,175,179)
#B5B9BD
(181,185,189)
#C0C3C7
(192,195,199)
#CBCDD1
(203,205,209)
#D6D7DB
(214,215,219)
#E1E1E5
(225,225,229)
#ECEBEF
(236,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E878B color. Also use rgb(126,135,139) instead hex code.

Text Font Color

.myTextColor { color: #7E878B; }

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

This text font color is #7E878B.


Background Color

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

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

This div background color is #7E878B.


Border color

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

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

This div border color is #7E878B.


Opacity

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

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

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

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

This text has shadow with #7E878B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E878B on black background.


Color preview on white background

This text has color #7E878B on white background.



Black color preview on #7E878B background

This text has black color on #7E878B background.


White color preview on #7E878B background

This text has white color on #7E878B background.