COLOR #6EAB82

HEX: #6EAB82
RGB: (110,171,130)

Color info

#6EAB82 contains mainly green and blue colors. Web safe color of #6EAB82 is #669999 (or #699).

RGB color model

#6EAB82 color RGB value is (110,171,130).

  • red value is 110;
  • green value is 171;
  • blue value is 130.
RGB:
(110,171,130)
(43%,67%,51%)

RGB channels and saturation

R 110 of 255 = 43%
G 171 of 255 = 67%
B 130 of 255 = 51%

110
171
130

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

Portions of RGB colors in percentages

R + G + B =
110 + 171 + 130 = 411 (100%)
R 110 of 411 ~ 26.76%
G 171 of 411 ~ 41.61%
B 130 of 411 ~ 31.63%

%26.76
%41.61
%31.63

CMYK color model

#6EAB82 color CMYK value is (36,0,24,33).

  • cyan value is 35.67%
  • magenta value is 0.00%
  • yellow value is 23.98%
  • key color value is 32.94%
CMYK:
(36,0,24,33)
C36M0Y24K33 
(36%,0%,24%,33%)
(0.36/0.00/0.24/0.33)	

CMYK percentages

%35.67
%0
%23.98
%32.94

Codes

Color #6EAB82 in popluar color models

6EAB82
RGB110171130
HSL140°26.64%55.10%
HSB/HSV140°35.67%67.06%
CMYK35.67%0.00%23.98%
32.94%

Color #6EAB82 in popluar number systems.

HEX6EAB82
Decimal110171130
Binary11011101010101110000010
Octal156253202

Shades and tints

Shades of #6EAB82

#6EAB82
(110,171,130)
#649C77
(100,156,119)
#5A8D6C
(90,141,108)
#507E61
(80,126,97)
#466F56
(70,111,86)
#3C604B
(60,96,75)
#325140
(50,81,64)
#284235
(40,66,53)
#1E332A
(30,51,42)
#14241F
(20,36,31)
#0A1514
(10,21,20)
#000000
(0,0,0)

Tints of #6EAB82

#6EAB82
(110,171,130)
#7BB28D
(123,178,141)
#88B998
(136,185,152)
#95C0A3
(149,192,163)
#A2C7AE
(162,199,174)
#AFCEB9
(175,206,185)
#BCD5C4
(188,213,196)
#C9DCCF
(201,220,207)
#D6E3DA
(214,227,218)
#E3EAE5
(227,234,229)
#F0F1F0
(240,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6EAB82 color. Also use rgb(110,171,130) instead hex code.

Text Font Color

.myTextColor { color: #6EAB82; }

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

This text font color is #6EAB82.


Background Color

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

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

This div background color is #6EAB82.


Border color

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

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

This div border color is #6EAB82.


Opacity

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

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

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

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

This text has shadow with #6EAB82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6EAB82 on black background.


Color preview on white background

This text has color #6EAB82 on white background.



Black color preview on #6EAB82 background

This text has black color on #6EAB82 background.


White color preview on #6EAB82 background

This text has white color on #6EAB82 background.