COLOR #6EAC80

HEX: #6EAC80
RGB: (110,172,128)

Color info

#6EAC80 contains mainly green and blue colors. Web safe color of #6EAC80 is #669966 (or #696).

RGB color model

#6EAC80 color RGB value is (110,172,128).

  • red value is 110;
  • green value is 172;
  • blue value is 128.
RGB:
(110,172,128)
(43%,67%,50%)

RGB channels and saturation

R 110 of 255 = 43%
G 172 of 255 = 67%
B 128 of 255 = 50%

110
172
128

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

Portions of RGB colors in percentages

R + G + B =
110 + 172 + 128 = 410 (100%)
R 110 of 410 ~ 26.83%
G 172 of 410 ~ 41.95%
B 128 of 410 ~ 31.22%

%26.83
%41.95
%31.22

CMYK color model

#6EAC80 color CMYK value is (36,0,26,33).

  • cyan value is 36.05%
  • magenta value is 0.00%
  • yellow value is 25.58%
  • key color value is 32.55%
CMYK:
(36,0,26,33)
C36M0Y26K33 
(36%,0%,26%,33%)
(0.36/0.00/0.26/0.33)	

CMYK percentages

%36.05
%0
%25.58
%32.55

Codes

Color #6EAC80 in popluar color models

6EAC80
RGB110172128
HSL137°27.19%55.29%
HSB/HSV137°36.05%67.45%
CMYK36.05%0.00%25.58%
32.55%

Color #6EAC80 in popluar number systems.

HEX6EAC80
Decimal110172128
Binary11011101010110010000000
Octal156254200

Shades and tints

Shades of #6EAC80

#6EAC80
(110,172,128)
#649D75
(100,157,117)
#5A8E6A
(90,142,106)
#507F5F
(80,127,95)
#467054
(70,112,84)
#3C6149
(60,97,73)
#32523E
(50,82,62)
#284333
(40,67,51)
#1E3428
(30,52,40)
#14251D
(20,37,29)
#0A1612
(10,22,18)
#000000
(0,0,0)

Tints of #6EAC80

#6EAC80
(110,172,128)
#7BB38B
(123,179,139)
#88BA96
(136,186,150)
#95C1A1
(149,193,161)
#A2C8AC
(162,200,172)
#AFCFB7
(175,207,183)
#BCD6C2
(188,214,194)
#C9DDCD
(201,221,205)
#D6E4D8
(214,228,216)
#E3EBE3
(227,235,227)
#F0F2EE
(240,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6EAC80; }

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

This text font color is #6EAC80.


Background Color

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

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

This div background color is #6EAC80.


Border color

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

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

This div border color is #6EAC80.


Opacity

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

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

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

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

This text has shadow with #6EAC80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6EAC80 on black background.


Color preview on white background

This text has color #6EAC80 on white background.



Black color preview on #6EAC80 background

This text has black color on #6EAC80 background.


White color preview on #6EAC80 background

This text has white color on #6EAC80 background.