COLOR #6EDB8E

HEX: #6EDB8E RGB: (110,219,142)

Color info

#6EDB8E contains mainly green color. Web safe color of #6EDB8E is #66CC99 (or #6C9).

RGB color model

#6EDB8E color RGB value is (110,219,142).

RGB: (110,219,142) (43%, 86%, 56%)

RGB channels and saturation

R 110 of 255 = 43%
G 219 of 255 = 86%
B 142 of 255 = 56%

110
219
142

R + G + B ~ 62%. #6EDB8E is quite light color.

Portions of RGB colors in percentages

R + G + B = 110 + 219 + 142 = 471 (100%)
R 110 of 471 ~ 23.35%
G 219 of 471 ~ 46.5%
B 142 of 471 ~ 30.15'%

%23.35
%46.5
%30.15

CMYK color model

#6EDB8E color CMYK value is (50,0,35,14).

  • cyan value is 49.77%
  • magenta value is 0.00%
  • yellow value is 35.16%
  • key color value is 14.12%

CMYK: (50,0,35,14)
C50M0Y35K14 (50%, 0%, 35%, 14%)
(0.50 / 0.00 / 0.35 / 0.14)

CMYK percentages

%49.77
%0
%35.16
%14.12

Codes

Color #6EDB8E in popluar color models

6E DB 8E
RGB 110 219 142
HSL 138° 60.22% 64.51%
HSB/HSV 138° 49.77% 85.88%
CMYK 49.77% 0.00% 35.16%
14.12%

Color #6EDB8E in popluar number systems.

HEX 6E DB 8E
Decimal 110 219 142
Binary 1101110 11011011 10001110
Octal 156 333 216

Shades and tints

Shades of #6EDB8E

#6EDB8E
(110,219,142)
#64C882
(100,200,130)
#5AB576
(90,181,118)
#50A26A
(80,162,106)
#468F5E
(70,143,94)
#3C7C52
(60,124,82)
#326946
(50,105,70)
#28563A
(40,86,58)
#1E432E
(30,67,46)
#143022
(20,48,34)
#0A1D16
(10,29,22)
#000000
(0,0,0)

Tints of #6EDB8E

#6EDB8E
(110,219,142)
#7BDE98
(123,222,152)
#88E1A2
(136,225,162)
#95E4AC
(149,228,172)
#A2E7B6
(162,231,182)
#AFEAC0
(175,234,192)
#BCEDCA
(188,237,202)
#C9F0D4
(201,240,212)
#D6F3DE
(214,243,222)
#E3F6E8
(227,246,232)
#F0F9F2
(240,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6EDB8E; }

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

This text font color is #6EDB8E.

Background Color

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

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

This div background color is #6EDB8E.

Border color

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

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

This div border color is #6EDB8E.

Opacity

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

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

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

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

This text has shadow with #6EDB8E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6EDB8E.

Preview

Color preview on black background

This text has color #6EDB8E on black background.


Color preview on white background

This text has color #6EDB8E on white background.


Black color preview on #6EDB8E background

This text has black color on #6EDB8E background.


White color preview on #6EDB8E background

This text has white color on #6EDB8E background.


Related colors

Complementary color

Complementary color for #hex is #912471.


I love getcolorcode.com

Triadic colors

1 #8E6EDB and #DB8E6E with #6EDB8E are triadic colors.

2 #8EDB6E and #DB6E8E with #6EDB8E are triadic colors.