COLOR #6EAE8D

HEX: #6EAE8D RGB: (110,174,141)

Color info

#6EAE8D contains mainly green and blue colors. Web safe color of #6EAE8D is #669999 (or #699).

RGB color model

#6EAE8D color RGB value is (110,174,141).

RGB: (110,174,141) (43%, 68%, 55%)

RGB channels and saturation

R 110 of 255 = 43%
G 174 of 255 = 68%
B 141 of 255 = 55%

110
174
141

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

Portions of RGB colors in percentages

R + G + B = 110 + 174 + 141 = 425 (100%)
R 110 of 425 ~ 25.88%
G 174 of 425 ~ 40.94%
B 141 of 425 ~ 33.18'%

%25.88
%40.94
%33.18

CMYK color model

#6EAE8D color CMYK value is (37,0,19,32).

  • cyan value is 36.78%
  • magenta value is 0.00%
  • yellow value is 18.97%
  • key color value is 31.76%
CMYK: (37,0,19,32) C37M0Y19K32 (37%,0%,19%,32%) (0.37/0.00/0.19/0.32) 

CMYK percentages

%36.78
%0
%18.97
%31.76

Codes

Color #6EAE8D in popluar color models

6E AE 8D
RGB 110 174 141
HSL 149° 28.32% 55.69%
HSB/HSV 149° 36.78% 68.24%
CMYK 36.78% 0.00% 18.97%
31.76%

Color #6EAE8D in popluar number systems.

HEX 6E AE 8D
Decimal 110 174 141
Binary 1101110 10101110 10001101
Octal 156 256 215

Shades and tints

Shades of #6EAE8D

#6EAE8D
(110,174,141)
#649F81
(100,159,129)
#5A9075
(90,144,117)
#508169
(80,129,105)
#46725D
(70,114,93)
#3C6351
(60,99,81)
#325445
(50,84,69)
#284539
(40,69,57)
#1E362D
(30,54,45)
#142721
(20,39,33)
#0A1815
(10,24,21)
#000000
(0,0,0)

Tints of #6EAE8D

#6EAE8D
(110,174,141)
#7BB597
(123,181,151)
#88BCA1
(136,188,161)
#95C3AB
(149,195,171)
#A2CAB5
(162,202,181)
#AFD1BF
(175,209,191)
#BCD8C9
(188,216,201)
#C9DFD3
(201,223,211)
#D6E6DD
(214,230,221)
#E3EDE7
(227,237,231)
#F0F4F1
(240,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6EAE8D color. Also use rgb(110,174,141) instead hex code.

Text Font Color

.myTextColor { color: #6EAE8D; }

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

This text font color is #6EAE8D.

Background Color

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

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

This div background color is #6EAE8D.

Border color

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

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

This div border color is #6EAE8D.

Opacity

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

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

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

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

This text has shadow with #6EAE8D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6EAE8D.

Preview

Color preview on black background

This text has color #6EAE8D on black background.


Color preview on white background

This text has color #6EAE8D on white background.


Black color preview on #6EAE8D background

This text has black color on #6EAE8D background.


White color preview on #6EAE8D background

This text has white color on #6EAE8D background.


Related colors

Complementary color

Complementary color for #hex is #915172.


I love getcolorcode.com

Triadic colors

1 #8D6EAE and #AE8D6E with #6EAE8D are triadic colors.

2 #8DAE6E and #AE6E8D with #6EAE8D are triadic colors.