COLOR #6EA88E

HEX: #6EA88E RGB: (110,168,142)

Color info

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

RGB color model

#6EA88E color RGB value is (110,168,142).

RGB: (110,168,142) (43%, 66%, 56%)

RGB channels and saturation

R 110 of 255 = 43%
G 168 of 255 = 66%
B 142 of 255 = 56%

110
168
142

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

Portions of RGB colors in percentages

R + G + B = 110 + 168 + 142 = 420 (100%)
R 110 of 420 ~ 26.19%
G 168 of 420 ~ 40%
B 142 of 420 ~ 33.81'%

%26.19
%40
%33.81

CMYK color model

#6EA88E color CMYK value is (35,0,15,34).

  • cyan value is 34.52%
  • magenta value is 0.00%
  • yellow value is 15.48%
  • key color value is 34.12%

CMYK: (35,0,15,34)
C35M0Y15K34 (35%, 0%, 15%, 34%)
(0.35 / 0.00 / 0.15 / 0.34)

CMYK percentages

%34.52
%0
%15.48
%34.12

Codes

Color #6EA88E in popluar color models

6E A8 8E
RGB 110 168 142
HSL 153° 25.00% 54.51%
HSB/HSV 153° 34.52% 65.88%
CMYK 34.52% 0.00% 15.48%
34.12%

Color #6EA88E in popluar number systems.

HEX 6E A8 8E
Decimal 110 168 142
Binary 1101110 10101000 10001110
Octal 156 250 216

Shades and tints

Shades of #6EA88E

#6EA88E
(110,168,142)
#649982
(100,153,130)
#5A8A76
(90,138,118)
#507B6A
(80,123,106)
#466C5E
(70,108,94)
#3C5D52
(60,93,82)
#324E46
(50,78,70)
#283F3A
(40,63,58)
#1E302E
(30,48,46)
#142122
(20,33,34)
#0A1216
(10,18,22)
#000000
(0,0,0)

Tints of #6EA88E

#6EA88E
(110,168,142)
#7BAF98
(123,175,152)
#88B6A2
(136,182,162)
#95BDAC
(149,189,172)
#A2C4B6
(162,196,182)
#AFCBC0
(175,203,192)
#BCD2CA
(188,210,202)
#C9D9D4
(201,217,212)
#D6E0DE
(214,224,222)
#E3E7E8
(227,231,232)
#F0EEF2
(240,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6EA88E color. Also use rgb(110,168,142) instead hex code.

Text Font Color

.myTextColor { color: #6EA88E; }

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

This text font color is #6EA88E.

Background Color

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

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

This div background color is #6EA88E.

Border color

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

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

This div border color is #6EA88E.

Opacity

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

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

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

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

This text has shadow with #6EA88E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6EA88E.

Preview

Color preview on black background

This text has color #6EA88E on black background.


Color preview on white background

This text has color #6EA88E on white background.


Black color preview on #6EA88E background

This text has black color on #6EA88E background.


White color preview on #6EA88E background

This text has white color on #6EA88E background.


Related colors

Complementary color

Complementary color for #hex is #915771.


I love getcolorcode.com

Triadic colors

1 #8E6EA8 and #A88E6E with #6EA88E are triadic colors.

2 #8EA86E and #A86E8E with #6EA88E are triadic colors.