COLOR #6EADAB

HEX: #6EADAB
RGB: (110,173,171)

Color info

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

RGB color model

#6EADAB color RGB value is (110,173,171).

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

RGB channels and saturation

R 110 of 255 = 43%
G 173 of 255 = 68%
B 171 of 255 = 67%

110
173
171

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

Portions of RGB colors in percentages

R + G + B =
110 + 173 + 171 = 454 (100%)
R 110 of 454 ~ 24.23%
G 173 of 454 ~ 38.11%
B 171 of 454 ~ 37.67%

%24.23
%38.11
%37.67

CMYK color model

#6EADAB color CMYK value is (36,0,1,32).

  • cyan value is 36.42%
  • magenta value is 0.00%
  • yellow value is 1.16%
  • key color value is 32.16%
CMYK:
(36,0,1,32)
C36M0Y1K32 
(36%,0%,1%,32%)
(0.36/0.00/0.01/0.32)	

CMYK percentages

%36.42
%0
%1.16
%32.16

Codes

Color #6EADAB in popluar color models

6EADAB
RGB110173171
HSL178°27.75%55.49%
HSB/HSV178°36.42%67.84%
CMYK36.42%0.00%1.16%
32.16%

Color #6EADAB in popluar number systems.

HEX6EADAB
Decimal110173171
Binary11011101010110110101011
Octal156255253

Shades and tints

Shades of #6EADAB

#6EADAB
(110,173,171)
#649E9C
(100,158,156)
#5A8F8D
(90,143,141)
#50807E
(80,128,126)
#46716F
(70,113,111)
#3C6260
(60,98,96)
#325351
(50,83,81)
#284442
(40,68,66)
#1E3533
(30,53,51)
#142624
(20,38,36)
#0A1715
(10,23,21)
#000000
(0,0,0)

Tints of #6EADAB

#6EADAB
(110,173,171)
#7BB4B2
(123,180,178)
#88BBB9
(136,187,185)
#95C2C0
(149,194,192)
#A2C9C7
(162,201,199)
#AFD0CE
(175,208,206)
#BCD7D5
(188,215,213)
#C9DEDC
(201,222,220)
#D6E5E3
(214,229,227)
#E3ECEA
(227,236,234)
#F0F3F1
(240,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6EADAB; }

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

This text font color is #6EADAB.


Background Color

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

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

This div background color is #6EADAB.


Border color

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

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

This div border color is #6EADAB.


Opacity

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

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

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

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

This text has shadow with #6EADAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6EADAB on black background.


Color preview on white background

This text has color #6EADAB on white background.



Black color preview on #6EADAB background

This text has black color on #6EADAB background.


White color preview on #6EADAB background

This text has white color on #6EADAB background.