COLOR #7EA693

HEX: #7EA693
RGB: (126,166,147)

Renk bilgisi

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

RGB renk modeli

#7EA693 color RGB value is (126,166,147).

  • kırmız ton 126;
  • yeşil ton 166;
  • mavi ton 147.
RGB:
(126,166,147)
(49%,65%,58%)

RGB bağlantıları ve doygunluk

R 126 of 255 = 49%
G 166 of 255 = 65%
B 147 of 255 = 58%

126
166
147

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

Yüzdelerle RGB renk parçaları

R + G + B =
126 + 166 + 147 = 439 (100%)
R 126 of 439 ~ 28.7%
G 166 of 439 ~ 37.81%
B 147 of 439 ~ 33.49%

%28.7
%37.81
%33.49

CMYK RENK MODELİ

#7EA693 rengi CMYK tonu (24,0,11,35).

  • camgöbeği tonu 24.10%
  • eflatun tonu 0.00%
  • sarı tonu 11.45%
  • ana renk tonu 34.90%
CMYK:
(24,0,11,35)
C24M0Y11K35 
(24%,0%,11%,35%)
(0.24/0.00/0.11/0.35)	

CMYK yüzdeleri

%24.1
%0
%11.45
%34.9

Codes

Color #7EA693 in popluar color models

7EA693
RGB126166147
HSL152°18.35%57.25%
HSB/HSV152°24.10%65.10%
CMYK24.10%0.00%11.45%
34.90%

Color #7EA693 in popluar number systems.

HEX7EA693
Decimal126166147
Binary11111101010011010010011
Octal176246223

Shades and tints

Shades of #7EA693

#7EA693
(126,166,147)
#739786
(115,151,134)
#688879
(104,136,121)
#5D796C
(93,121,108)
#526A5F
(82,106,95)
#475B52
(71,91,82)
#3C4C45
(60,76,69)
#313D38
(49,61,56)
#262E2B
(38,46,43)
#1B1F1E
(27,31,30)
#101011
(16,16,17)
#000000
(0,0,0)

Tints of #7EA693

#7EA693
(126,166,147)
#89AE9C
(137,174,156)
#94B6A5
(148,182,165)
#9FBEAE
(159,190,174)
#AAC6B7
(170,198,183)
#B5CEC0
(181,206,192)
#C0D6C9
(192,214,201)
#CBDED2
(203,222,210)
#D6E6DB
(214,230,219)
#E1EEE4
(225,238,228)
#ECF6ED
(236,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7EA693; }

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

This text font color is #7EA693.


Background Color

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

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

This div background color is #7EA693.


Border color

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

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

This div border color is #7EA693.


Opacity

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

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

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

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

This text has shadow with #7EA693 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EA693 on black background.


Color preview on white background

This text has color #7EA693 on white background.



Black color preview on #7EA693 background

This text has black color on #7EA693 background.


White color preview on #7EA693 background

This text has white color on #7EA693 background.