COLOR #7EA38C

HEX: #7EA38C
RGB: (126,163,140)

Renk bilgisi

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

RGB renk modeli

#7EA38C color RGB value is (126,163,140).

  • kırmız ton 126;
  • yeşil ton 163;
  • mavi ton 140.
RGB:
(126,163,140)
(49%,64%,55%)

RGB bağlantıları ve doygunluk

R 126 of 255 = 49%
G 163 of 255 = 64%
B 140 of 255 = 55%

126
163
140

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

Yüzdelerle RGB renk parçaları

R + G + B =
126 + 163 + 140 = 429 (100%)
R 126 of 429 ~ 29.37%
G 163 of 429 ~ 38%
B 140 of 429 ~ 32.63%

%29.37
%38
%32.63

CMYK RENK MODELİ

#7EA38C rengi CMYK tonu (23,0,14,36).

  • camgöbeği tonu 22.70%
  • eflatun tonu 0.00%
  • sarı tonu 14.11%
  • ana renk tonu 36.08%
CMYK:
(23,0,14,36)
C23M0Y14K36 
(23%,0%,14%,36%)
(0.23/0.00/0.14/0.36)	

CMYK yüzdeleri

%22.7
%0
%14.11
%36.08

Codes

Color #7EA38C in popluar color models

7EA38C
RGB126163140
HSL143°16.74%56.67%
HSB/HSV143°22.70%63.92%
CMYK22.70%0.00%14.11%
36.08%

Color #7EA38C in popluar number systems.

HEX7EA38C
Decimal126163140
Binary11111101010001110001100
Octal176243214

Shades and tints

Shades of #7EA38C

#7EA38C
(126,163,140)
#739580
(115,149,128)
#688774
(104,135,116)
#5D7968
(93,121,104)
#526B5C
(82,107,92)
#475D50
(71,93,80)
#3C4F44
(60,79,68)
#314138
(49,65,56)
#26332C
(38,51,44)
#1B2520
(27,37,32)
#101714
(16,23,20)
#000000
(0,0,0)

Tints of #7EA38C

#7EA38C
(126,163,140)
#89AB96
(137,171,150)
#94B3A0
(148,179,160)
#9FBBAA
(159,187,170)
#AAC3B4
(170,195,180)
#B5CBBE
(181,203,190)
#C0D3C8
(192,211,200)
#CBDBD2
(203,219,210)
#D6E3DC
(214,227,220)
#E1EBE6
(225,235,230)
#ECF3F0
(236,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7EA38C; }

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

This text font color is #7EA38C.


Background Color

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

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

This div background color is #7EA38C.


Border color

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

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

This div border color is #7EA38C.


Opacity

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

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

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

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

This text has shadow with #7EA38C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EA38C on black background.


Color preview on white background

This text has color #7EA38C on white background.



Black color preview on #7EA38C background

This text has black color on #7EA38C background.


White color preview on #7EA38C background

This text has white color on #7EA38C background.