COLOR #6EBA7E

HEX: #6EBA7E RGB: (110,186,126)

Color info

#6EBA7E contains mainly green color. Web safe color of #6EBA7E is #66CC66 (or #6C6).

RGB color model

#6EBA7E color RGB value is (110,186,126).

RGB: (110,186,126) (43%, 73%, 49%)

RGB channels and saturation

R 110 of 255 = 43%
G 186 of 255 = 73%
B 126 of 255 = 49%

110
186
126

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

Portions of RGB colors in percentages

R + G + B = 110 + 186 + 126 = 422 (100%)
R 110 of 422 ~ 26.07%
G 186 of 422 ~ 44.08%
B 126 of 422 ~ 29.86'%

%26.07
%44.08
%29.86

CMYK color model

#6EBA7E color CMYK value is (41,0,32,27).

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

CMYK: (41,0,32,27)
C41M0Y32K27 (41%, 0%, 32%, 27%)
(0.41 / 0.00 / 0.32 / 0.27)

CMYK percentages

%40.86
%0
%32.26
%27.06

Codes

Color #6EBA7E in popluar color models

6E BA 7E
RGB 110 186 126
HSL 133° 35.51% 58.04%
HSB/HSV 133° 40.86% 72.94%
CMYK 40.86% 0.00% 32.26%
27.06%

Color #6EBA7E in popluar number systems.

HEX 6E BA 7E
Decimal 110 186 126
Binary 1101110 10111010 1111110
Octal 156 272 176

Shades and tints

Shades of #6EBA7E

#6EBA7E
(110,186,126)
#64AA73
(100,170,115)
#5A9A68
(90,154,104)
#508A5D
(80,138,93)
#467A52
(70,122,82)
#3C6A47
(60,106,71)
#325A3C
(50,90,60)
#284A31
(40,74,49)
#1E3A26
(30,58,38)
#142A1B
(20,42,27)
#0A1A10
(10,26,16)
#000000
(0,0,0)

Tints of #6EBA7E

#6EBA7E
(110,186,126)
#7BC089
(123,192,137)
#88C694
(136,198,148)
#95CC9F
(149,204,159)
#A2D2AA
(162,210,170)
#AFD8B5
(175,216,181)
#BCDEC0
(188,222,192)
#C9E4CB
(201,228,203)
#D6EAD6
(214,234,214)
#E3F0E1
(227,240,225)
#F0F6EC
(240,246,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6EBA7E; }

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

This text font color is #6EBA7E.

Background Color

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

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

This div background color is #6EBA7E.

Border color

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

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

This div border color is #6EBA7E.

Opacity

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

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

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

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

This text has shadow with #6EBA7E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6EBA7E.

Preview

Color preview on black background

This text has color #6EBA7E on black background.


Color preview on white background

This text has color #6EBA7E on white background.


Black color preview on #6EBA7E background

This text has black color on #6EBA7E background.


White color preview on #6EBA7E background

This text has white color on #6EBA7E background.


Related colors

Complementary color

Complementary color for #hex is #914581.


I love getcolorcode.com

Triadic colors

1 #7E6EBA and #BA7E6E with #6EBA7E are triadic colors.

2 #7EBA6E and #BA6E7E with #6EBA7E are triadic colors.