COLOR #6DAE8E

HEX: #6DAE8E
RGB: (109,174,142)

Color info

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

RGB color model

#6DAE8E color RGB value is (109,174,142).

  • red value is 109;
  • green value is 174;
  • blue value is 142.
RGB:
(109,174,142)
(43%,68%,56%)

RGB channels and saturation

R 109 of 255 = 43%
G 174 of 255 = 68%
B 142 of 255 = 56%

109
174
142

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

Portions of RGB colors in percentages

R + G + B =
109 + 174 + 142 = 425 (100%)
R 109 of 425 ~ 25.65%
G 174 of 425 ~ 40.94%
B 142 of 425 ~ 33.41%

%25.65
%40.94
%33.41

CMYK color model

#6DAE8E color CMYK value is (37,0,18,32).

  • cyan value is 37.36%
  • magenta value is 0.00%
  • yellow value is 18.39%
  • key color value is 31.76%
CMYK:
(37,0,18,32)
C37M0Y18K32 
(37%,0%,18%,32%)
(0.37/0.00/0.18/0.32)	

CMYK percentages

%37.36
%0
%18.39
%31.76

Codes

Color #6DAE8E in popluar color models

6DAE8E
RGB109174142
HSL150°28.63%55.49%
HSB/HSV150°37.36%68.24%
CMYK37.36%0.00%18.39%
31.76%

Color #6DAE8E in popluar number systems.

HEX6DAE8E
Decimal109174142
Binary11011011010111010001110
Octal155256216

Shades and tints

Shades of #6DAE8E

#6DAE8E
(109,174,142)
#649F82
(100,159,130)
#5B9076
(91,144,118)
#52816A
(82,129,106)
#49725E
(73,114,94)
#406352
(64,99,82)
#375446
(55,84,70)
#2E453A
(46,69,58)
#25362E
(37,54,46)
#1C2722
(28,39,34)
#131816
(19,24,22)
#000000
(0,0,0)

Tints of #6DAE8E

#6DAE8E
(109,174,142)
#7AB598
(122,181,152)
#87BCA2
(135,188,162)
#94C3AC
(148,195,172)
#A1CAB6
(161,202,182)
#AED1C0
(174,209,192)
#BBD8CA
(187,216,202)
#C8DFD4
(200,223,212)
#D5E6DE
(213,230,222)
#E2EDE8
(226,237,232)
#EFF4F2
(239,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6DAE8E color. Also use rgb(109,174,142) instead hex code.

Text Font Color

.myTextColor { color: #6DAE8E; }

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

This text font color is #6DAE8E.


Background Color

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

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

This div background color is #6DAE8E.


Border color

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

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

This div border color is #6DAE8E.


Opacity

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

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

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

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

This text has shadow with #6DAE8E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6DAE8E on black background.


Color preview on white background

This text has color #6DAE8E on white background.



Black color preview on #6DAE8E background

This text has black color on #6DAE8E background.


White color preview on #6DAE8E background

This text has white color on #6DAE8E background.