COLOR #6EAD80

HEX: #6EAD80
RGB: (110,173,128)

Renk bilgisi

#6EAD80 contains mainly green and blue colors. #6EAD80 ‘ nin web güvenlik rengi #669966 (ya da #696) dir.

RGB renk modeli

#6EAD80 color RGB value is (110,173,128).

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

RGB bağlantıları ve doygunluk

R 110 of 255 = 43%
G 173 of 255 = 68%
B 128 of 255 = 50%

110
173
128

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

Yüzdelerle RGB renk parçaları

R + G + B =
110 + 173 + 128 = 411 (100%)
R 110 of 411 ~ 26.76%
G 173 of 411 ~ 42.09%
B 128 of 411 ~ 31.14%

%26.76
%42.09
%31.14

CMYK RENK MODELİ

#6EAD80 rengi CMYK tonu (36,0,26,32).

  • camgöbeği tonu 36.42%
  • eflatun tonu 0.00%
  • sarı tonu 26.01%
  • ana renk tonu 32.16%
CMYK:
(36,0,26,32)
C36M0Y26K32 
(36%,0%,26%,32%)
(0.36/0.00/0.26/0.32)	

CMYK yüzdeleri

%36.42
%0
%26.01
%32.16

Codes

Color #6EAD80 in popluar color models

6EAD80
RGB110173128
HSL137°27.75%55.49%
HSB/HSV137°36.42%67.84%
CMYK36.42%0.00%26.01%
32.16%

Color #6EAD80 in popluar number systems.

HEX6EAD80
Decimal110173128
Binary11011101010110110000000
Octal156255200

Shades and tints

Shades of #6EAD80

#6EAD80
(110,173,128)
#649E75
(100,158,117)
#5A8F6A
(90,143,106)
#50805F
(80,128,95)
#467154
(70,113,84)
#3C6249
(60,98,73)
#32533E
(50,83,62)
#284433
(40,68,51)
#1E3528
(30,53,40)
#14261D
(20,38,29)
#0A1712
(10,23,18)
#000000
(0,0,0)

Tints of #6EAD80

#6EAD80
(110,173,128)
#7BB48B
(123,180,139)
#88BB96
(136,187,150)
#95C2A1
(149,194,161)
#A2C9AC
(162,201,172)
#AFD0B7
(175,208,183)
#BCD7C2
(188,215,194)
#C9DECD
(201,222,205)
#D6E5D8
(214,229,216)
#E3ECE3
(227,236,227)
#F0F3EE
(240,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6EAD80; }

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

This text font color is #6EAD80.


Background Color

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

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

This div background color is #6EAD80.


Border color

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

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

This div border color is #6EAD80.


Opacity

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

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

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

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

This text has shadow with #6EAD80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6EAD80 on black background.


Color preview on white background

This text has color #6EAD80 on white background.



Black color preview on #6EAD80 background

This text has black color on #6EAD80 background.


White color preview on #6EAD80 background

This text has white color on #6EAD80 background.