COLOR #6EA686

HEX: #6EA686
RGB: (110,166,134)

Color info

#6EA686 contains red, green and blue colors in about the same proportion. Web safe color of #6EA686 is #669999 (or #699).

RGB color model

#6EA686 color RGB value is (110,166,134).

  • red value is 110;
  • green value is 166;
  • blue value is 134.
RGB:
(110,166,134)
(43%,65%,53%)

RGB channels and saturation

R 110 of 255 = 43%
G 166 of 255 = 65%
B 134 of 255 = 53%

110
166
134

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

Portions of RGB colors in percentages

R + G + B =
110 + 166 + 134 = 410 (100%)
R 110 of 410 ~ 26.83%
G 166 of 410 ~ 40.49%
B 134 of 410 ~ 32.68%

%26.83
%40.49
%32.68

CMYK color model

#6EA686 color CMYK value is (34,0,19,35).

  • cyan value is 33.73%
  • magenta value is 0.00%
  • yellow value is 19.28%
  • key color value is 34.90%
CMYK:
(34,0,19,35)
C34M0Y19K35 
(34%,0%,19%,35%)
(0.34/0.00/0.19/0.35)	

CMYK percentages

%33.73
%0
%19.28
%34.9

Codes

Color #6EA686 in popluar color models

6EA686
RGB110166134
HSL146°23.93%54.12%
HSB/HSV146°33.73%65.10%
CMYK33.73%0.00%19.28%
34.90%

Color #6EA686 in popluar number systems.

HEX6EA686
Decimal110166134
Binary11011101010011010000110
Octal156246206

Shades and tints

Shades of #6EA686

#6EA686
(110,166,134)
#64977A
(100,151,122)
#5A886E
(90,136,110)
#507962
(80,121,98)
#466A56
(70,106,86)
#3C5B4A
(60,91,74)
#324C3E
(50,76,62)
#283D32
(40,61,50)
#1E2E26
(30,46,38)
#141F1A
(20,31,26)
#0A100E
(10,16,14)
#000000
(0,0,0)

Tints of #6EA686

#6EA686
(110,166,134)
#7BAE91
(123,174,145)
#88B69C
(136,182,156)
#95BEA7
(149,190,167)
#A2C6B2
(162,198,178)
#AFCEBD
(175,206,189)
#BCD6C8
(188,214,200)
#C9DED3
(201,222,211)
#D6E6DE
(214,230,222)
#E3EEE9
(227,238,233)
#F0F6F4
(240,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6EA686 color. Also use rgb(110,166,134) instead hex code.

Text Font Color

.myTextColor { color: #6EA686; }

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

This text font color is #6EA686.


Background Color

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

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

This div background color is #6EA686.


Border color

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

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

This div border color is #6EA686.


Opacity

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

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

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

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

This text has shadow with #6EA686 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6EA686 on black background.


Color preview on white background

This text has color #6EA686 on white background.



Black color preview on #6EA686 background

This text has black color on #6EA686 background.


White color preview on #6EA686 background

This text has white color on #6EA686 background.