COLOR #6EADCC

HEX: #6EADCC RGB: (110,173,204)

Color info

#6EADCC contains mainly green and blue colors. Web safe color of #6EADCC is #6699CC (or #69C).

RGB color model

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

RGB: (110,173,204) (43%, 68%, 80%)

RGB channels and saturation

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

110
173
204

R + G + B ~ 64%. #6EADCC is quite light color.

Portions of RGB colors in percentages

R + G + B = 110 + 173 + 204 = 487 (100%)
R 110 of 487 ~ 22.59%
G 173 of 487 ~ 35.52%
B 204 of 487 ~ 41.89'%

%22.59
%35.52
%41.89

CMYK color model

#6EADCC color CMYK value is (46,15,0,20).

  • cyan value is 46.08%
  • magenta value is 15.20%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK: (46,15,0,20) C46M15Y0K20 (46%,15%,0%,20%) (0.46/0.15/0.00/0.20) 

CMYK percentages

%46.08
%15.2
%0
%20

Codes

Color #6EADCC in popluar color models

6E AD CC
RGB 110 173 204
HSL 200° 47.96% 61.57%
HSB/HSV 200° 46.08% 80.00%
CMYK 46.08% 15.20% 0.00%
20.00%

Color #6EADCC in popluar number systems.

HEX 6E AD CC
Decimal 110 173 204
Binary 1101110 10101101 11001100
Octal 156 255 314

Shades and tints

Shades of #6EADCC

#6EADCC
(110,173,204)
#649EBA
(100,158,186)
#5A8FA8
(90,143,168)
#508096
(80,128,150)
#467184
(70,113,132)
#3C6272
(60,98,114)
#325360
(50,83,96)
#28444E
(40,68,78)
#1E353C
(30,53,60)
#14262A
(20,38,42)
#0A1718
(10,23,24)
#000000
(0,0,0)

Tints of #6EADCC

#6EADCC
(110,173,204)
#7BB4D0
(123,180,208)
#88BBD4
(136,187,212)
#95C2D8
(149,194,216)
#A2C9DC
(162,201,220)
#AFD0E0
(175,208,224)
#BCD7E4
(188,215,228)
#C9DEE8
(201,222,232)
#D6E5EC
(214,229,236)
#E3ECF0
(227,236,240)
#F0F3F4
(240,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6EADCC; }

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

This text font color is #6EADCC.

Background Color

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

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

This div background color is #6EADCC.

Border color

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

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

This div border color is #6EADCC.

Opacity

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

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

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

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

This text has shadow with #6EADCC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6EADCC.

Preview

Color preview on black background

This text has color #6EADCC on black background.


Color preview on white background

This text has color #6EADCC on white background.


Black color preview on #6EADCC background

This text has black color on #6EADCC background.


White color preview on #6EADCC background

This text has white color on #6EADCC background.


Related colors

Complementary color

Complementary color for #hex is #915233.


I love getcolorcode.com

Triadic colors

1 #CC6EAD and #ADCC6E with #6EADCC are triadic colors.

2 #CCAD6E and #AD6ECC with #6EADCC are triadic colors.