COLOR #6EA696

HEX: #6EA696
RGB: (110,166,150)

Color info

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

RGB color model

#6EA696 color RGB value is (110,166,150).

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

RGB channels and saturation

R 110 of 255 = 43%
G 166 of 255 = 65%
B 150 of 255 = 59%

110
166
150

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

Portions of RGB colors in percentages

R + G + B =
110 + 166 + 150 = 426 (100%)
R 110 of 426 ~ 25.82%
G 166 of 426 ~ 38.97%
B 150 of 426 ~ 35.21%

%25.82
%38.97
%35.21

CMYK color model

#6EA696 color CMYK value is (34,0,10,35).

  • cyan value is 33.73%
  • magenta value is 0.00%
  • yellow value is 9.64%
  • key color value is 34.90%
CMYK:
(34,0,10,35)
C34M0Y10K35 
(34%,0%,10%,35%)
(0.34/0.00/0.10/0.35)	

CMYK percentages

%33.73
%0
%9.64
%34.9

Codes

Color #6EA696 in popluar color models

6EA696
RGB110166150
HSL163°23.93%54.12%
HSB/HSV163°33.73%65.10%
CMYK33.73%0.00%9.64%
34.90%

Color #6EA696 in popluar number systems.

HEX6EA696
Decimal110166150
Binary11011101010011010010110
Octal156246226

Shades and tints

Shades of #6EA696

#6EA696
(110,166,150)
#649789
(100,151,137)
#5A887C
(90,136,124)
#50796F
(80,121,111)
#466A62
(70,106,98)
#3C5B55
(60,91,85)
#324C48
(50,76,72)
#283D3B
(40,61,59)
#1E2E2E
(30,46,46)
#141F21
(20,31,33)
#0A1014
(10,16,20)
#000000
(0,0,0)

Tints of #6EA696

#6EA696
(110,166,150)
#7BAE9F
(123,174,159)
#88B6A8
(136,182,168)
#95BEB1
(149,190,177)
#A2C6BA
(162,198,186)
#AFCEC3
(175,206,195)
#BCD6CC
(188,214,204)
#C9DED5
(201,222,213)
#D6E6DE
(214,230,222)
#E3EEE7
(227,238,231)
#F0F6F0
(240,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6EA696; }

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

This text font color is #6EA696.


Background Color

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

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

This div background color is #6EA696.


Border color

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

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

This div border color is #6EA696.


Opacity

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

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

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

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

This text has shadow with #6EA696 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6EA696 on black background.


Color preview on white background

This text has color #6EA696 on white background.



Black color preview on #6EA696 background

This text has black color on #6EA696 background.


White color preview on #6EA696 background

This text has white color on #6EA696 background.