COLOR #7E9B7E

HEX: #7E9B7E
RGB: (126,155,126)

Renk bilgisi

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

RGB renk modeli

#7E9B7E color RGB value is (126,155,126).

  • kırmız ton 126;
  • yeşil ton 155;
  • mavi ton 126.
RGB:
(126,155,126)
(49%,61%,49%)

RGB bağlantıları ve doygunluk

R 126 of 255 = 49%
G 155 of 255 = 61%
B 126 of 255 = 49%

126
155
126

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

Yüzdelerle RGB renk parçaları

R + G + B =
126 + 155 + 126 = 407 (100%)
R 126 of 407 ~ 30.96%
G 155 of 407 ~ 38.08%
B 126 of 407 ~ 30.96%

%30.96
%38.08
%30.96

CMYK RENK MODELİ

#7E9B7E rengi CMYK tonu (19,0,19,39).

  • camgöbeği tonu 18.71%
  • eflatun tonu 0.00%
  • sarı tonu 18.71%
  • ana renk tonu 39.22%
CMYK:
(19,0,19,39)
C19M0Y19K39 
(19%,0%,19%,39%)
(0.19/0.00/0.19/0.39)	

CMYK yüzdeleri

%18.71
%0
%18.71
%39.22

Codes

Color #7E9B7E in popluar color models

7E9B7E
RGB126155126
HSL120°12.66%55.10%
HSB/HSV120°18.71%60.78%
CMYK18.71%0.00%18.71%
39.22%

Color #7E9B7E in popluar number systems.

HEX7E9B7E
Decimal126155126
Binary1111110100110111111110
Octal176233176

Shades and tints

Shades of #7E9B7E

#7E9B7E
(126,155,126)
#738D73
(115,141,115)
#687F68
(104,127,104)
#5D715D
(93,113,93)
#526352
(82,99,82)
#475547
(71,85,71)
#3C473C
(60,71,60)
#313931
(49,57,49)
#262B26
(38,43,38)
#1B1D1B
(27,29,27)
#100F10
(16,15,16)
#000000
(0,0,0)

Tints of #7E9B7E

#7E9B7E
(126,155,126)
#89A489
(137,164,137)
#94AD94
(148,173,148)
#9FB69F
(159,182,159)
#AABFAA
(170,191,170)
#B5C8B5
(181,200,181)
#C0D1C0
(192,209,192)
#CBDACB
(203,218,203)
#D6E3D6
(214,227,214)
#E1ECE1
(225,236,225)
#ECF5EC
(236,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E9B7E; }

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

This text font color is #7E9B7E.


Background Color

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

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

This div background color is #7E9B7E.


Border color

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

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

This div border color is #7E9B7E.


Opacity

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

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

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

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

This text has shadow with #7E9B7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E9B7E on black background.


Color preview on white background

This text has color #7E9B7E on white background.



Black color preview on #7E9B7E background

This text has black color on #7E9B7E background.


White color preview on #7E9B7E background

This text has white color on #7E9B7E background.