COLOR #6EADAD

HEX: #6EADAD
RGB: (110,173,173)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

110
173
173

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

Portions of RGB colors in percentages

R + G + B =
110 + 173 + 173 = 456 (100%)
R 110 of 456 ~ 24.12%
G 173 of 456 ~ 37.94%
B 173 of 456 ~ 37.94%

%24.12
%37.94
%37.94

CMYK color model

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

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

CMYK percentages

%36.42
%0
%0
%32.16

Codes

Color #6EADAD in popluar color models

6EADAD
RGB110173173
HSL180°27.75%55.49%
HSB/HSV180°36.42%67.84%
CMYK36.42%0.00%0.00%
32.16%

Color #6EADAD in popluar number systems.

HEX6EADAD
Decimal110173173
Binary11011101010110110101101
Octal156255255

Shades and tints

Shades of #6EADAD

#6EADAD
(110,173,173)
#649E9E
(100,158,158)
#5A8F8F
(90,143,143)
#508080
(80,128,128)
#467171
(70,113,113)
#3C6262
(60,98,98)
#325353
(50,83,83)
#284444
(40,68,68)
#1E3535
(30,53,53)
#142626
(20,38,38)
#0A1717
(10,23,23)
#000000
(0,0,0)

Tints of #6EADAD

#6EADAD
(110,173,173)
#7BB4B4
(123,180,180)
#88BBBB
(136,187,187)
#95C2C2
(149,194,194)
#A2C9C9
(162,201,201)
#AFD0D0
(175,208,208)
#BCD7D7
(188,215,215)
#C9DEDE
(201,222,222)
#D6E5E5
(214,229,229)
#E3ECEC
(227,236,236)
#F0F3F3
(240,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6EADAD; }

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

This text font color is #6EADAD.


Background Color

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

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

This div background color is #6EADAD.


Border color

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

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

This div border color is #6EADAD.


Opacity

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

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

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

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

This text has shadow with #6EADAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6EADAD on black background.


Color preview on white background

This text has color #6EADAD on white background.



Black color preview on #6EADAD background

This text has black color on #6EADAD background.


White color preview on #6EADAD background

This text has white color on #6EADAD background.