COLOR #7EB48A

HEX: #7EB48A
RGB: (126,180,138)

Renk bilgisi

#7EB48A contains red, green and blue colors in about the same proportion. #7EB48A ‘ nin web güvenlik rengi #66CC99 (ya da #6C9) dir.

RGB renk modeli

#7EB48A color RGB value is (126,180,138).

  • kırmız ton 126;
  • yeşil ton 180;
  • mavi ton 138.
RGB:
(126,180,138)
(49%,71%,54%)

RGB bağlantıları ve doygunluk

R 126 of 255 = 49%
G 180 of 255 = 71%
B 138 of 255 = 54%

126
180
138

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

Yüzdelerle RGB renk parçaları

R + G + B =
126 + 180 + 138 = 444 (100%)
R 126 of 444 ~ 28.38%
G 180 of 444 ~ 40.54%
B 138 of 444 ~ 31.08%

%28.38
%40.54
%31.08

CMYK RENK MODELİ

#7EB48A rengi CMYK tonu (30,0,23,29).

  • camgöbeği tonu 30.00%
  • eflatun tonu 0.00%
  • sarı tonu 23.33%
  • ana renk tonu 29.41%
CMYK:
(30,0,23,29)
C30M0Y23K29 
(30%,0%,23%,29%)
(0.30/0.00/0.23/0.29)	

CMYK yüzdeleri

%30
%0
%23.33
%29.41

Codes

Color #7EB48A in popluar color models

7EB48A
RGB126180138
HSL133°26.47%60.00%
HSB/HSV133°30.00%70.59%
CMYK30.00%0.00%23.33%
29.41%

Color #7EB48A in popluar number systems.

HEX7EB48A
Decimal126180138
Binary11111101011010010001010
Octal176264212

Shades and tints

Shades of #7EB48A

#7EB48A
(126,180,138)
#73A47E
(115,164,126)
#689472
(104,148,114)
#5D8466
(93,132,102)
#52745A
(82,116,90)
#47644E
(71,100,78)
#3C5442
(60,84,66)
#314436
(49,68,54)
#26342A
(38,52,42)
#1B241E
(27,36,30)
#101412
(16,20,18)
#000000
(0,0,0)

Tints of #7EB48A

#7EB48A
(126,180,138)
#89BA94
(137,186,148)
#94C09E
(148,192,158)
#9FC6A8
(159,198,168)
#AACCB2
(170,204,178)
#B5D2BC
(181,210,188)
#C0D8C6
(192,216,198)
#CBDED0
(203,222,208)
#D6E4DA
(214,228,218)
#E1EAE4
(225,234,228)
#ECF0EE
(236,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7EB48A; }

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

This text font color is #7EB48A.


Background Color

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

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

This div background color is #7EB48A.


Border color

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

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

This div border color is #7EB48A.


Opacity

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

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

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

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

This text has shadow with #7EB48A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EB48A on black background.


Color preview on white background

This text has color #7EB48A on white background.



Black color preview on #7EB48A background

This text has black color on #7EB48A background.


White color preview on #7EB48A background

This text has white color on #7EB48A background.