COLOR #6EA096

HEX: #6EA096
RGB: (110,160,150)

Color info

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

RGB color model

#6EA096 color RGB value is (110,160,150).

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

RGB channels and saturation

R 110 of 255 = 43%
G 160 of 255 = 63%
B 150 of 255 = 59%

110
160
150

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

Portions of RGB colors in percentages

R + G + B =
110 + 160 + 150 = 420 (100%)
R 110 of 420 ~ 26.19%
G 160 of 420 ~ 38.1%
B 150 of 420 ~ 35.71%

%26.19
%38.1
%35.71

CMYK color model

#6EA096 color CMYK value is (31,0,6,37).

  • cyan value is 31.25%
  • magenta value is 0.00%
  • yellow value is 6.25%
  • key color value is 37.25%
CMYK:
(31,0,6,37)
C31M0Y6K37 
(31%,0%,6%,37%)
(0.31/0.00/0.06/0.37)	

CMYK percentages

%31.25
%0
%6.25
%37.25

Codes

Color #6EA096 in popluar color models

6EA096
RGB110160150
HSL168°20.83%52.94%
HSB/HSV168°31.25%62.75%
CMYK31.25%0.00%6.25%
37.25%

Color #6EA096 in popluar number systems.

HEX6EA096
Decimal110160150
Binary11011101010000010010110
Octal156240226

Shades and tints

Shades of #6EA096

#6EA096
(110,160,150)
#649289
(100,146,137)
#5A847C
(90,132,124)
#50766F
(80,118,111)
#466862
(70,104,98)
#3C5A55
(60,90,85)
#324C48
(50,76,72)
#283E3B
(40,62,59)
#1E302E
(30,48,46)
#142221
(20,34,33)
#0A1414
(10,20,20)
#000000
(0,0,0)

Tints of #6EA096

#6EA096
(110,160,150)
#7BA89F
(123,168,159)
#88B0A8
(136,176,168)
#95B8B1
(149,184,177)
#A2C0BA
(162,192,186)
#AFC8C3
(175,200,195)
#BCD0CC
(188,208,204)
#C9D8D5
(201,216,213)
#D6E0DE
(214,224,222)
#E3E8E7
(227,232,231)
#F0F0F0
(240,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6EA096; }

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

This text font color is #6EA096.


Background Color

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

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

This div background color is #6EA096.


Border color

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

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

This div border color is #6EA096.


Opacity

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

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

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

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

This text has shadow with #6EA096 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6EA096 on black background.


Color preview on white background

This text has color #6EA096 on white background.



Black color preview on #6EA096 background

This text has black color on #6EA096 background.


White color preview on #6EA096 background

This text has white color on #6EA096 background.