COLOR #6EADA8

HEX: #6EADA8
RGB: (110,173,168)

Color info

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

RGB color model

#6EADA8 color RGB value is (110,173,168).

  • red value is 110;
  • green value is 173;
  • blue value is 168.
RGB:
(110,173,168)
(43%,68%,66%)

RGB channels and saturation

R 110 of 255 = 43%
G 173 of 255 = 68%
B 168 of 255 = 66%

110
173
168

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

Portions of RGB colors in percentages

R + G + B =
110 + 173 + 168 = 451 (100%)
R 110 of 451 ~ 24.39%
G 173 of 451 ~ 38.36%
B 168 of 451 ~ 37.25%

%24.39
%38.36
%37.25

CMYK color model

#6EADA8 color CMYK value is (36,0,3,32).

  • cyan value is 36.42%
  • magenta value is 0.00%
  • yellow value is 2.89%
  • key color value is 32.16%
CMYK:
(36,0,3,32)
C36M0Y3K32 
(36%,0%,3%,32%)
(0.36/0.00/0.03/0.32)	

CMYK percentages

%36.42
%0
%2.89
%32.16

Codes

Color #6EADA8 in popluar color models

6EADA8
RGB110173168
HSL175°27.75%55.49%
HSB/HSV175°36.42%67.84%
CMYK36.42%0.00%2.89%
32.16%

Color #6EADA8 in popluar number systems.

HEX6EADA8
Decimal110173168
Binary11011101010110110101000
Octal156255250

Shades and tints

Shades of #6EADA8

#6EADA8
(110,173,168)
#649E99
(100,158,153)
#5A8F8A
(90,143,138)
#50807B
(80,128,123)
#46716C
(70,113,108)
#3C625D
(60,98,93)
#32534E
(50,83,78)
#28443F
(40,68,63)
#1E3530
(30,53,48)
#142621
(20,38,33)
#0A1712
(10,23,18)
#000000
(0,0,0)

Tints of #6EADA8

#6EADA8
(110,173,168)
#7BB4AF
(123,180,175)
#88BBB6
(136,187,182)
#95C2BD
(149,194,189)
#A2C9C4
(162,201,196)
#AFD0CB
(175,208,203)
#BCD7D2
(188,215,210)
#C9DED9
(201,222,217)
#D6E5E0
(214,229,224)
#E3ECE7
(227,236,231)
#F0F3EE
(240,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6EADA8 color. Also use rgb(110,173,168) instead hex code.

Text Font Color

.myTextColor { color: #6EADA8; }

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

This text font color is #6EADA8.


Background Color

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

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

This div background color is #6EADA8.


Border color

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

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

This div border color is #6EADA8.


Opacity

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

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

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

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

This text has shadow with #6EADA8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6EADA8 on black background.


Color preview on white background

This text has color #6EADA8 on white background.



Black color preview on #6EADA8 background

This text has black color on #6EADA8 background.


White color preview on #6EADA8 background

This text has white color on #6EADA8 background.