COLOR #6EADE3

HEX: #6EADE3
RGB: (110,173,227)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

110
173
227

R + G + B ~ 67%. #6EADE3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
110 + 173 + 227 = 510 (100%)
R 110 of 510 ~ 21.57%
G 173 of 510 ~ 33.92%
B 227 of 510 ~ 44.51%

%21.57
%33.92
%44.51

CMYK color model

#6EADE3 color CMYK value is (52,24,0,11).

  • cyan value is 51.54%
  • magenta value is 23.79%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(52,24,0,11)
C52M24Y0K11 
(52%,24%,0%,11%)
(0.52/0.24/0.00/0.11)	

CMYK percentages

%51.54
%23.79
%0
%10.98

Codes

Color #6EADE3 in popluar color models

6EADE3
RGB110173227
HSL208°67.63%66.08%
HSB/HSV208°51.54%89.02%
CMYK51.54%23.79%0.00%
10.98%

Color #6EADE3 in popluar number systems.

HEX6EADE3
Decimal110173227
Binary11011101010110111100011
Octal156255343

Shades and tints

Shades of #6EADE3

#6EADE3
(110,173,227)
#649ECF
(100,158,207)
#5A8FBB
(90,143,187)
#5080A7
(80,128,167)
#467193
(70,113,147)
#3C627F
(60,98,127)
#32536B
(50,83,107)
#284457
(40,68,87)
#1E3543
(30,53,67)
#14262F
(20,38,47)
#0A171B
(10,23,27)
#000000
(0,0,0)

Tints of #6EADE3

#6EADE3
(110,173,227)
#7BB4E5
(123,180,229)
#88BBE7
(136,187,231)
#95C2E9
(149,194,233)
#A2C9EB
(162,201,235)
#AFD0ED
(175,208,237)
#BCD7EF
(188,215,239)
#C9DEF1
(201,222,241)
#D6E5F3
(214,229,243)
#E3ECF5
(227,236,245)
#F0F3F7
(240,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6EADE3; }

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

This text font color is #6EADE3.


Background Color

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

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

This div background color is #6EADE3.


Border color

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

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

This div border color is #6EADE3.


Opacity

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

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

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

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

This text has shadow with #6EADE3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6EADE3 on black background.


Color preview on white background

This text has color #6EADE3 on white background.



Black color preview on #6EADE3 background

This text has black color on #6EADE3 background.


White color preview on #6EADE3 background

This text has white color on #6EADE3 background.