COLOR #6EB17E

HEX: #6EB17E
RGB: (110,177,126)

Color info

#6EB17E contains mainly green and blue colors. Web safe color of #6EB17E is #669966 (or #696).

RGB color model

#6EB17E color RGB value is (110,177,126).

  • red value is 110;
  • green value is 177;
  • blue value is 126.
RGB:
(110,177,126)
(43%,69%,49%)

RGB channels and saturation

R 110 of 255 = 43%
G 177 of 255 = 69%
B 126 of 255 = 49%

110
177
126

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

Portions of RGB colors in percentages

R + G + B =
110 + 177 + 126 = 413 (100%)
R 110 of 413 ~ 26.63%
G 177 of 413 ~ 42.86%
B 126 of 413 ~ 30.51%

%26.63
%42.86
%30.51

CMYK color model

#6EB17E color CMYK value is (38,0,29,31).

  • cyan value is 37.85%
  • magenta value is 0.00%
  • yellow value is 28.81%
  • key color value is 30.59%
CMYK:
(38,0,29,31)
C38M0Y29K31 
(38%,0%,29%,31%)
(0.38/0.00/0.29/0.31)	

CMYK percentages

%37.85
%0
%28.81
%30.59

Codes

Color #6EB17E in popluar color models

6EB17E
RGB110177126
HSL134°30.04%56.27%
HSB/HSV134°37.85%69.41%
CMYK37.85%0.00%28.81%
30.59%

Color #6EB17E in popluar number systems.

HEX6EB17E
Decimal110177126
Binary1101110101100011111110
Octal156261176

Shades and tints

Shades of #6EB17E

#6EB17E
(110,177,126)
#64A173
(100,161,115)
#5A9168
(90,145,104)
#50815D
(80,129,93)
#467152
(70,113,82)
#3C6147
(60,97,71)
#32513C
(50,81,60)
#284131
(40,65,49)
#1E3126
(30,49,38)
#14211B
(20,33,27)
#0A1110
(10,17,16)
#000000
(0,0,0)

Tints of #6EB17E

#6EB17E
(110,177,126)
#7BB889
(123,184,137)
#88BF94
(136,191,148)
#95C69F
(149,198,159)
#A2CDAA
(162,205,170)
#AFD4B5
(175,212,181)
#BCDBC0
(188,219,192)
#C9E2CB
(201,226,203)
#D6E9D6
(214,233,214)
#E3F0E1
(227,240,225)
#F0F7EC
(240,247,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6EB17E; }

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

This text font color is #6EB17E.


Background Color

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

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

This div background color is #6EB17E.


Border color

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

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

This div border color is #6EB17E.


Opacity

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

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

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

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

This text has shadow with #6EB17E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6EB17E on black background.


Color preview on white background

This text has color #6EB17E on white background.



Black color preview on #6EB17E background

This text has black color on #6EB17E background.


White color preview on #6EB17E background

This text has white color on #6EB17E background.