COLOR #7EDD9C

HEX: #7EDD9C
RGB: (126,221,156)

Renk bilgisi

#7EDD9C contains mainly green color. #7EDD9C ‘ nin web güvenlik rengi #66CC99 (ya da #6C9) dir.

RGB renk modeli

#7EDD9C color RGB value is (126,221,156).

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

RGB bağlantıları ve doygunluk

R 126 of 255 = 49%
G 221 of 255 = 87%
B 156 of 255 = 61%

126
221
156

R + G + B ~ 66%. #7EDD9C is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
126 + 221 + 156 = 503 (100%)
R 126 of 503 ~ 25.05%
G 221 of 503 ~ 43.94%
B 156 of 503 ~ 31.01%

%25.05
%43.94
%31.01

CMYK RENK MODELİ

#7EDD9C rengi CMYK tonu (43,0,29,13).

  • camgöbeği tonu 42.99%
  • eflatun tonu 0.00%
  • sarı tonu 29.41%
  • ana renk tonu 13.33%
CMYK:
(43,0,29,13)
C43M0Y29K13 
(43%,0%,29%,13%)
(0.43/0.00/0.29/0.13)	

CMYK yüzdeleri

%42.99
%0
%29.41
%13.33

Codes

Color #7EDD9C in popluar color models

7EDD9C
RGB126221156
HSL139°58.28%68.04%
HSB/HSV139°42.99%86.67%
CMYK42.99%0.00%29.41%
13.33%

Color #7EDD9C in popluar number systems.

HEX7EDD9C
Decimal126221156
Binary11111101101110110011100
Octal176335234

Shades and tints

Shades of #7EDD9C

#7EDD9C
(126,221,156)
#73C98E
(115,201,142)
#68B580
(104,181,128)
#5DA172
(93,161,114)
#528D64
(82,141,100)
#477956
(71,121,86)
#3C6548
(60,101,72)
#31513A
(49,81,58)
#263D2C
(38,61,44)
#1B291E
(27,41,30)
#101510
(16,21,16)
#000000
(0,0,0)

Tints of #7EDD9C

#7EDD9C
(126,221,156)
#89E0A5
(137,224,165)
#94E3AE
(148,227,174)
#9FE6B7
(159,230,183)
#AAE9C0
(170,233,192)
#B5ECC9
(181,236,201)
#C0EFD2
(192,239,210)
#CBF2DB
(203,242,219)
#D6F5E4
(214,245,228)
#E1F8ED
(225,248,237)
#ECFBF6
(236,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7EDD9C; }

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

This text font color is #7EDD9C.


Background Color

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

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

This div background color is #7EDD9C.


Border color

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

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

This div border color is #7EDD9C.


Opacity

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

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

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

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

This text has shadow with #7EDD9C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EDD9C on black background.


Color preview on white background

This text has color #7EDD9C on white background.



Black color preview on #7EDD9C background

This text has black color on #7EDD9C background.


White color preview on #7EDD9C background

This text has white color on #7EDD9C background.