COLOR #6EA18B

HEX: #6EA18B RGB: (110,161,139)

Color info

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

RGB color model

#6EA18B color RGB value is (110,161,139).

RGB: (110,161,139) (43%, 63%, 55%)

RGB channels and saturation

R 110 of 255 = 43%
G 161 of 255 = 63%
B 139 of 255 = 55%

110
161
139

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

Portions of RGB colors in percentages

R + G + B = 110 + 161 + 139 = 410 (100%)
R 110 of 410 ~ 26.83%
G 161 of 410 ~ 39.27%
B 139 of 410 ~ 33.9'%

%26.83
%39.27
%33.9

CMYK color model

#6EA18B color CMYK value is (32,0,14,37).

  • cyan value is 31.68%
  • magenta value is 0.00%
  • yellow value is 13.66%
  • key color value is 36.86%

CMYK: (32,0,14,37)
C32M0Y14K37 (32%, 0%, 14%, 37%)
(0.32 / 0.00 / 0.14 / 0.37)

CMYK percentages

%31.68
%0
%13.66
%36.86

Codes

Color #6EA18B in popluar color models

6E A1 8B
RGB 110 161 139
HSL 154° 21.34% 53.14%
HSB/HSV 154° 31.68% 63.14%
CMYK 31.68% 0.00% 13.66%
36.86%

Color #6EA18B in popluar number systems.

HEX 6E A1 8B
Decimal 110 161 139
Binary 1101110 10100001 10001011
Octal 156 241 213

Shades and tints

Shades of #6EA18B

#6EA18B
(110,161,139)
#64937F
(100,147,127)
#5A8573
(90,133,115)
#507767
(80,119,103)
#46695B
(70,105,91)
#3C5B4F
(60,91,79)
#324D43
(50,77,67)
#283F37
(40,63,55)
#1E312B
(30,49,43)
#14231F
(20,35,31)
#0A1513
(10,21,19)
#000000
(0,0,0)

Tints of #6EA18B

#6EA18B
(110,161,139)
#7BA995
(123,169,149)
#88B19F
(136,177,159)
#95B9A9
(149,185,169)
#A2C1B3
(162,193,179)
#AFC9BD
(175,201,189)
#BCD1C7
(188,209,199)
#C9D9D1
(201,217,209)
#D6E1DB
(214,225,219)
#E3E9E5
(227,233,229)
#F0F1EF
(240,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6EA18B color. Also use rgb(110,161,139) instead hex code.

Text Font Color

.myTextColor { color: #6EA18B; }

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

This text font color is #6EA18B.

Background Color

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

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

This div background color is #6EA18B.

Border color

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

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

This div border color is #6EA18B.

Opacity

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

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

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

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

This text has shadow with #6EA18B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6EA18B.

Preview

Color preview on black background

This text has color #6EA18B on black background.


Color preview on white background

This text has color #6EA18B on white background.


Black color preview on #6EA18B background

This text has black color on #6EA18B background.


White color preview on #6EA18B background

This text has white color on #6EA18B background.


Related colors

Complementary color

Complementary color for #hex is #915E74.


I love getcolorcode.com

Triadic colors

1 #8B6EA1 and #A18B6E with #6EA18B are triadic colors.

2 #8BA16E and #A16E8B with #6EA18B are triadic colors.