COLOR #6EDEE7

HEX: #6EDEE7
RGB: (110,222,231)

Color info

#6EDEE7 contains mainly green and blue colors. Web safe color of #6EDEE7 is #66CCFF (or #6CF).

RGB color model

#6EDEE7 color RGB value is (110,222,231).

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

RGB channels and saturation

R 110 of 255 = 43%
G 222 of 255 = 87%
B 231 of 255 = 91%

110
222
231

R + G + B ~ 74%. #6EDEE7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
110 + 222 + 231 = 563 (100%)
R 110 of 563 ~ 19.54%
G 222 of 563 ~ 39.43%
B 231 of 563 ~ 41.03%

%19.54
%39.43
%41.03

CMYK color model

#6EDEE7 color CMYK value is (52,4,0,9).

  • cyan value is 52.38%
  • magenta value is 3.90%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(52,4,0,9)
C52M4Y0K9 
(52%,4%,0%,9%)
(0.52/0.04/0.00/0.09)	

CMYK percentages

%52.38
%3.9
%0
%9.41

Codes

Color #6EDEE7 in popluar color models

6EDEE7
RGB110222231
HSL184°71.60%66.86%
HSB/HSV184°52.38%90.59%
CMYK52.38%3.90%0.00%
9.41%

Color #6EDEE7 in popluar number systems.

HEX6EDEE7
Decimal110222231
Binary11011101101111011100111
Octal156336347

Shades and tints

Shades of #6EDEE7

#6EDEE7
(110,222,231)
#64CAD2
(100,202,210)
#5AB6BD
(90,182,189)
#50A2A8
(80,162,168)
#468E93
(70,142,147)
#3C7A7E
(60,122,126)
#326669
(50,102,105)
#285254
(40,82,84)
#1E3E3F
(30,62,63)
#142A2A
(20,42,42)
#0A1615
(10,22,21)
#000000
(0,0,0)

Tints of #6EDEE7

#6EDEE7
(110,222,231)
#7BE1E9
(123,225,233)
#88E4EB
(136,228,235)
#95E7ED
(149,231,237)
#A2EAEF
(162,234,239)
#AFEDF1
(175,237,241)
#BCF0F3
(188,240,243)
#C9F3F5
(201,243,245)
#D6F6F7
(214,246,247)
#E3F9F9
(227,249,249)
#F0FCFB
(240,252,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6EDEE7; }

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

This text font color is #6EDEE7.


Background Color

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

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

This div background color is #6EDEE7.


Border color

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

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

This div border color is #6EDEE7.


Opacity

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

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

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

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

This text has shadow with #6EDEE7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6EDEE7 on black background.


Color preview on white background

This text has color #6EDEE7 on white background.



Black color preview on #6EDEE7 background

This text has black color on #6EDEE7 background.


White color preview on #6EDEE7 background

This text has white color on #6EDEE7 background.