COLOR #6EAE81

HEX: #6EAE81
RGB: (110,174,129)

Color info

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

RGB color model

#6EAE81 color RGB value is (110,174,129).

  • red value is 110;
  • green value is 174;
  • blue value is 129.
RGB:
(110,174,129)
(43%,68%,51%)

RGB channels and saturation

R 110 of 255 = 43%
G 174 of 255 = 68%
B 129 of 255 = 51%

110
174
129

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

Portions of RGB colors in percentages

R + G + B =
110 + 174 + 129 = 413 (100%)
R 110 of 413 ~ 26.63%
G 174 of 413 ~ 42.13%
B 129 of 413 ~ 31.23%

%26.63
%42.13
%31.23

CMYK color model

#6EAE81 color CMYK value is (37,0,26,32).

  • cyan value is 36.78%
  • magenta value is 0.00%
  • yellow value is 25.86%
  • key color value is 31.76%
CMYK:
(37,0,26,32)
C37M0Y26K32 
(37%,0%,26%,32%)
(0.37/0.00/0.26/0.32)	

CMYK percentages

%36.78
%0
%25.86
%31.76

Codes

Color #6EAE81 in popluar color models

6EAE81
RGB110174129
HSL138°28.32%55.69%
HSB/HSV138°36.78%68.24%
CMYK36.78%0.00%25.86%
31.76%

Color #6EAE81 in popluar number systems.

HEX6EAE81
Decimal110174129
Binary11011101010111010000001
Octal156256201

Shades and tints

Shades of #6EAE81

#6EAE81
(110,174,129)
#649F76
(100,159,118)
#5A906B
(90,144,107)
#508160
(80,129,96)
#467255
(70,114,85)
#3C634A
(60,99,74)
#32543F
(50,84,63)
#284534
(40,69,52)
#1E3629
(30,54,41)
#14271E
(20,39,30)
#0A1813
(10,24,19)
#000000
(0,0,0)

Tints of #6EAE81

#6EAE81
(110,174,129)
#7BB58C
(123,181,140)
#88BC97
(136,188,151)
#95C3A2
(149,195,162)
#A2CAAD
(162,202,173)
#AFD1B8
(175,209,184)
#BCD8C3
(188,216,195)
#C9DFCE
(201,223,206)
#D6E6D9
(214,230,217)
#E3EDE4
(227,237,228)
#F0F4EF
(240,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6EAE81; }

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

This text font color is #6EAE81.


Background Color

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

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

This div background color is #6EAE81.


Border color

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

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

This div border color is #6EAE81.


Opacity

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

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

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

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

This text has shadow with #6EAE81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6EAE81 on black background.


Color preview on white background

This text has color #6EAE81 on white background.



Black color preview on #6EAE81 background

This text has black color on #6EAE81 background.


White color preview on #6EAE81 background

This text has white color on #6EAE81 background.