COLOR #6EA980

HEX: #6EA980
RGB: (110,169,128)

Renk bilgisi

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

RGB renk modeli

#6EA980 color RGB value is (110,169,128).

  • kırmız ton 110;
  • yeşil ton 169;
  • mavi ton 128.
RGB:
(110,169,128)
(43%,66%,50%)

RGB bağlantıları ve doygunluk

R 110 of 255 = 43%
G 169 of 255 = 66%
B 128 of 255 = 50%

110
169
128

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

Yüzdelerle RGB renk parçaları

R + G + B =
110 + 169 + 128 = 407 (100%)
R 110 of 407 ~ 27.03%
G 169 of 407 ~ 41.52%
B 128 of 407 ~ 31.45%

%27.03
%41.52
%31.45

CMYK RENK MODELİ

#6EA980 rengi CMYK tonu (35,0,24,34).

  • camgöbeği tonu 34.91%
  • eflatun tonu 0.00%
  • sarı tonu 24.26%
  • ana renk tonu 33.73%
CMYK:
(35,0,24,34)
C35M0Y24K34 
(35%,0%,24%,34%)
(0.35/0.00/0.24/0.34)	

CMYK yüzdeleri

%34.91
%0
%24.26
%33.73

Codes

Color #6EA980 in popluar color models

6EA980
RGB110169128
HSL138°25.54%54.71%
HSB/HSV138°34.91%66.27%
CMYK34.91%0.00%24.26%
33.73%

Color #6EA980 in popluar number systems.

HEX6EA980
Decimal110169128
Binary11011101010100110000000
Octal156251200

Shades and tints

Shades of #6EA980

#6EA980
(110,169,128)
#649A75
(100,154,117)
#5A8B6A
(90,139,106)
#507C5F
(80,124,95)
#466D54
(70,109,84)
#3C5E49
(60,94,73)
#324F3E
(50,79,62)
#284033
(40,64,51)
#1E3128
(30,49,40)
#14221D
(20,34,29)
#0A1312
(10,19,18)
#000000
(0,0,0)

Tints of #6EA980

#6EA980
(110,169,128)
#7BB08B
(123,176,139)
#88B796
(136,183,150)
#95BEA1
(149,190,161)
#A2C5AC
(162,197,172)
#AFCCB7
(175,204,183)
#BCD3C2
(188,211,194)
#C9DACD
(201,218,205)
#D6E1D8
(214,225,216)
#E3E8E3
(227,232,227)
#F0EFEE
(240,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6EA980 color. Also use rgb(110,169,128) instead hex code.

Text Font Color

.myTextColor { color: #6EA980; }

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

This text font color is #6EA980.


Background Color

.myBgColor { background-color: #6EA980; }

<div style="background-color:#6EA980">Inner text</div>

This div background color is #6EA980.


Border color

.myBorderColor { border: 1px solid #6EA980; }

<div style="border:3px solid #6EA980">Div</div>

This div border color is #6EA980.


Opacity

.myOpacity80 { color: #6EA980; opacity: 0.8; }

<p style="color:#6EA980;opacity:0.8;">80%</p>

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

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

This text has shadow with #6EA980 color.

.textShadow {text-shadow: 3px 3px 1px #6EA980, 3px 3px 1px red;}

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

This text has shadow with #6EA980 primary color and red secondary color.


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

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

This text has shadow with #6EA980 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6EA980 on black background.


Color preview on white background

This text has color #6EA980 on white background.



Black color preview on #6EA980 background

This text has black color on #6EA980 background.


White color preview on #6EA980 background

This text has white color on #6EA980 background.