COLOR #6EAEDE

HEX: #6EAEDE
RGB: (110,174,222)

Color info

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

RGB color model

#6EAEDE color RGB value is (110,174,222).

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

RGB channels and saturation

R 110 of 255 = 43%
G 174 of 255 = 68%
B 222 of 255 = 87%

110
174
222

R + G + B ~ 66%. #6EAEDE is quite light color.

Portions of RGB colors in percentages

R + G + B =
110 + 174 + 222 = 506 (100%)
R 110 of 506 ~ 21.74%
G 174 of 506 ~ 34.39%
B 222 of 506 ~ 43.87%

%21.74
%34.39
%43.87

CMYK color model

#6EAEDE color CMYK value is (50,22,0,13).

  • cyan value is 50.45%
  • magenta value is 21.62%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(50,22,0,13)
C50M22Y0K13 
(50%,22%,0%,13%)
(0.50/0.22/0.00/0.13)	

CMYK percentages

%50.45
%21.62
%0
%12.94

Codes

Color #6EAEDE in popluar color models

6EAEDE
RGB110174222
HSL206°62.92%65.10%
HSB/HSV206°50.45%87.06%
CMYK50.45%21.62%0.00%
12.94%

Color #6EAEDE in popluar number systems.

HEX6EAEDE
Decimal110174222
Binary11011101010111011011110
Octal156256336

Shades and tints

Shades of #6EAEDE

#6EAEDE
(110,174,222)
#649FCA
(100,159,202)
#5A90B6
(90,144,182)
#5081A2
(80,129,162)
#46728E
(70,114,142)
#3C637A
(60,99,122)
#325466
(50,84,102)
#284552
(40,69,82)
#1E363E
(30,54,62)
#14272A
(20,39,42)
#0A1816
(10,24,22)
#000000
(0,0,0)

Tints of #6EAEDE

#6EAEDE
(110,174,222)
#7BB5E1
(123,181,225)
#88BCE4
(136,188,228)
#95C3E7
(149,195,231)
#A2CAEA
(162,202,234)
#AFD1ED
(175,209,237)
#BCD8F0
(188,216,240)
#C9DFF3
(201,223,243)
#D6E6F6
(214,230,246)
#E3EDF9
(227,237,249)
#F0F4FC
(240,244,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6EAEDE; }

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

This text font color is #6EAEDE.


Background Color

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

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

This div background color is #6EAEDE.


Border color

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

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

This div border color is #6EAEDE.


Opacity

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

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

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

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

This text has shadow with #6EAEDE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6EAEDE on black background.


Color preview on white background

This text has color #6EAEDE on white background.



Black color preview on #6EAEDE background

This text has black color on #6EAEDE background.


White color preview on #6EAEDE background

This text has white color on #6EAEDE background.