COLOR #6EBA8E

HEX: #6EBA8E RGB: (110,186,142)

Color info

#6EBA8E contains mainly green and blue colors. Web safe color of #6EBA8E is #66CC99 (or #6C9).

RGB color model

#6EBA8E color RGB value is (110,186,142).

RGB: (110,186,142) (43%, 73%, 56%)

RGB channels and saturation

R 110 of 255 = 43%
G 186 of 255 = 73%
B 142 of 255 = 56%

110
186
142

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

Portions of RGB colors in percentages

R + G + B = 110 + 186 + 142 = 438 (100%)
R 110 of 438 ~ 25.11%
G 186 of 438 ~ 42.47%
B 142 of 438 ~ 32.42'%

%25.11
%42.47
%32.42

CMYK color model

#6EBA8E color CMYK value is (41,0,24,27).

  • cyan value is 40.86%
  • magenta value is 0.00%
  • yellow value is 23.66%
  • key color value is 27.06%

CMYK: (41,0,24,27)
C41M0Y24K27 (41%, 0%, 24%, 27%)
(0.41 / 0.00 / 0.24 / 0.27)

CMYK percentages

%40.86
%0
%23.66
%27.06

Codes

Color #6EBA8E in popluar color models

6E BA 8E
RGB 110 186 142
HSL 145° 35.51% 58.04%
HSB/HSV 145° 40.86% 72.94%
CMYK 40.86% 0.00% 23.66%
27.06%

Color #6EBA8E in popluar number systems.

HEX 6E BA 8E
Decimal 110 186 142
Binary 1101110 10111010 10001110
Octal 156 272 216

Shades and tints

Shades of #6EBA8E

#6EBA8E
(110,186,142)
#64AA82
(100,170,130)
#5A9A76
(90,154,118)
#508A6A
(80,138,106)
#467A5E
(70,122,94)
#3C6A52
(60,106,82)
#325A46
(50,90,70)
#284A3A
(40,74,58)
#1E3A2E
(30,58,46)
#142A22
(20,42,34)
#0A1A16
(10,26,22)
#000000
(0,0,0)

Tints of #6EBA8E

#6EBA8E
(110,186,142)
#7BC098
(123,192,152)
#88C6A2
(136,198,162)
#95CCAC
(149,204,172)
#A2D2B6
(162,210,182)
#AFD8C0
(175,216,192)
#BCDECA
(188,222,202)
#C9E4D4
(201,228,212)
#D6EADE
(214,234,222)
#E3F0E8
(227,240,232)
#F0F6F2
(240,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6EBA8E; }

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

This text font color is #6EBA8E.

Background Color

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

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

This div background color is #6EBA8E.

Border color

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

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

This div border color is #6EBA8E.

Opacity

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

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

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

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

This text has shadow with #6EBA8E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6EBA8E.

Preview

Color preview on black background

This text has color #6EBA8E on black background.


Color preview on white background

This text has color #6EBA8E on white background.


Black color preview on #6EBA8E background

This text has black color on #6EBA8E background.


White color preview on #6EBA8E background

This text has white color on #6EBA8E background.


Related colors

Complementary color

Complementary color for #hex is #914571.


I love getcolorcode.com

Triadic colors

1 #8E6EBA and #BA8E6E with #6EBA8E are triadic colors.

2 #8EBA6E and #BA6E8E with #6EBA8E are triadic colors.