COLOR #6EB27E

HEX: #6EB27E RGB: (110,178,126)

Color info

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

RGB color model

#6EB27E color RGB value is (110,178,126).

RGB: (110,178,126) (43%, 70%, 49%)

RGB channels and saturation

R 110 of 255 = 43%
G 178 of 255 = 70%
B 126 of 255 = 49%

110
178
126

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

Portions of RGB colors in percentages

R + G + B = 110 + 178 + 126 = 414 (100%)
R 110 of 414 ~ 26.57%
G 178 of 414 ~ 43%
B 126 of 414 ~ 30.43'%

%26.57
%43
%30.43

CMYK color model

#6EB27E color CMYK value is (38,0,29,30).

  • cyan value is 38.20%
  • magenta value is 0.00%
  • yellow value is 29.21%
  • key color value is 30.20%

CMYK: (38,0,29,30)
C38M0Y29K30 (38%, 0%, 29%, 30%)
(0.38 / 0.00 / 0.29 / 0.30)

CMYK percentages

%38.2
%0
%29.21
%30.2

Codes

Color #6EB27E in popluar color models

6E B2 7E
RGB 110 178 126
HSL 134° 30.63% 56.47%
HSB/HSV 134° 38.20% 69.80%
CMYK 38.20% 0.00% 29.21%
30.20%

Color #6EB27E in popluar number systems.

HEX 6E B2 7E
Decimal 110 178 126
Binary 1101110 10110010 1111110
Octal 156 262 176

Shades and tints

Shades of #6EB27E

#6EB27E
(110,178,126)
#64A273
(100,162,115)
#5A9268
(90,146,104)
#50825D
(80,130,93)
#467252
(70,114,82)
#3C6247
(60,98,71)
#32523C
(50,82,60)
#284231
(40,66,49)
#1E3226
(30,50,38)
#14221B
(20,34,27)
#0A1210
(10,18,16)
#000000
(0,0,0)

Tints of #6EB27E

#6EB27E
(110,178,126)
#7BB989
(123,185,137)
#88C094
(136,192,148)
#95C79F
(149,199,159)
#A2CEAA
(162,206,170)
#AFD5B5
(175,213,181)
#BCDCC0
(188,220,192)
#C9E3CB
(201,227,203)
#D6EAD6
(214,234,214)
#E3F1E1
(227,241,225)
#F0F8EC
(240,248,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6EB27E; }

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

This text font color is #6EB27E.

Background Color

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

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

This div background color is #6EB27E.

Border color

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

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

This div border color is #6EB27E.

Opacity

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

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

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

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

This text has shadow with #6EB27E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6EB27E.

Preview

Color preview on black background

This text has color #6EB27E on black background.


Color preview on white background

This text has color #6EB27E on white background.


Black color preview on #6EB27E background

This text has black color on #6EB27E background.


White color preview on #6EB27E background

This text has white color on #6EB27E background.


Related colors

Complementary color

Complementary color for #hex is #914D81.


I love getcolorcode.com

Triadic colors

1 #7E6EB2 and #B27E6E with #6EB27E are triadic colors.

2 #7EB26E and #B26E7E with #6EB27E are triadic colors.