COLOR #6EA993

HEX: #6EA993
RGB: (110,169,147)

Color info

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

RGB color model

#6EA993 color RGB value is (110,169,147).

  • red value is 110;
  • green value is 169;
  • blue value is 147.
RGB:
(110,169,147)
(43%,66%,58%)

RGB channels and saturation

R 110 of 255 = 43%
G 169 of 255 = 66%
B 147 of 255 = 58%

110
169
147

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

Portions of RGB colors in percentages

R + G + B =
110 + 169 + 147 = 426 (100%)
R 110 of 426 ~ 25.82%
G 169 of 426 ~ 39.67%
B 147 of 426 ~ 34.51%

%25.82
%39.67
%34.51

CMYK color model

#6EA993 color CMYK value is (35,0,13,34).

  • cyan value is 34.91%
  • magenta value is 0.00%
  • yellow value is 13.02%
  • key color value is 33.73%
CMYK:
(35,0,13,34)
C35M0Y13K34 
(35%,0%,13%,34%)
(0.35/0.00/0.13/0.34)	

CMYK percentages

%34.91
%0
%13.02
%33.73

Codes

Color #6EA993 in popluar color models

6EA993
RGB110169147
HSL158°25.54%54.71%
HSB/HSV158°34.91%66.27%
CMYK34.91%0.00%13.02%
33.73%

Color #6EA993 in popluar number systems.

HEX6EA993
Decimal110169147
Binary11011101010100110010011
Octal156251223

Shades and tints

Shades of #6EA993

#6EA993
(110,169,147)
#649A86
(100,154,134)
#5A8B79
(90,139,121)
#507C6C
(80,124,108)
#466D5F
(70,109,95)
#3C5E52
(60,94,82)
#324F45
(50,79,69)
#284038
(40,64,56)
#1E312B
(30,49,43)
#14221E
(20,34,30)
#0A1311
(10,19,17)
#000000
(0,0,0)

Tints of #6EA993

#6EA993
(110,169,147)
#7BB09C
(123,176,156)
#88B7A5
(136,183,165)
#95BEAE
(149,190,174)
#A2C5B7
(162,197,183)
#AFCCC0
(175,204,192)
#BCD3C9
(188,211,201)
#C9DAD2
(201,218,210)
#D6E1DB
(214,225,219)
#E3E8E4
(227,232,228)
#F0EFED
(240,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6EA993 color. Also use rgb(110,169,147) instead hex code.

Text Font Color

.myTextColor { color: #6EA993; }

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

This text font color is #6EA993.


Background Color

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

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

This div background color is #6EA993.


Border color

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

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

This div border color is #6EA993.


Opacity

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

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

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

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

This text has shadow with #6EA993 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6EA993 on black background.


Color preview on white background

This text has color #6EA993 on white background.



Black color preview on #6EA993 background

This text has black color on #6EA993 background.


White color preview on #6EA993 background

This text has white color on #6EA993 background.