COLOR #6EDDE7

HEX: #6EDDE7 RGB: (110,221,231)

Color info

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

RGB color model

#6EDDE7 color RGB value is (110,221,231).

RGB: (110,221,231) (43%, 87%, 91%)

RGB channels and saturation

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

110
221
231

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

Portions of RGB colors in percentages

R + G + B = 110 + 221 + 231 = 562 (100%)
R 110 of 562 ~ 19.57%
G 221 of 562 ~ 39.32%
B 231 of 562 ~ 41.1'%

%19.57
%39.32
%41.1

CMYK color model

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

  • cyan value is 52.38%
  • magenta value is 4.33%
  • 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
%4.33
%0
%9.41

Codes

Color #6EDDE7 in popluar color models

6E DD E7
RGB 110 221 231
HSL 185° 71.60% 66.86%
HSB/HSV 185° 52.38% 90.59%
CMYK 52.38% 4.33% 0.00%
9.41%

Color #6EDDE7 in popluar number systems.

HEX 6E DD E7
Decimal 110 221 231
Binary 1101110 11011101 11100111
Octal 156 335 347

Shades and tints

Shades of #6EDDE7

#6EDDE7
(110,221,231)
#64C9D2
(100,201,210)
#5AB5BD
(90,181,189)
#50A1A8
(80,161,168)
#468D93
(70,141,147)
#3C797E
(60,121,126)
#326569
(50,101,105)
#285154
(40,81,84)
#1E3D3F
(30,61,63)
#14292A
(20,41,42)
#0A1515
(10,21,21)
#000000
(0,0,0)

Tints of #6EDDE7

#6EDDE7
(110,221,231)
#7BE0E9
(123,224,233)
#88E3EB
(136,227,235)
#95E6ED
(149,230,237)
#A2E9EF
(162,233,239)
#AFECF1
(175,236,241)
#BCEFF3
(188,239,243)
#C9F2F5
(201,242,245)
#D6F5F7
(214,245,247)
#E3F8F9
(227,248,249)
#F0FBFB
(240,251,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6EDDE7; }

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

This text font color is #6EDDE7.

Background Color

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

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

This div background color is #6EDDE7.

Border color

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

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

This div border color is #6EDDE7.

Opacity

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

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

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

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

This text has shadow with #6EDDE7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6EDDE7.

Preview

Color preview on black background

This text has color #6EDDE7 on black background.


Color preview on white background

This text has color #6EDDE7 on white background.


Black color preview on #6EDDE7 background

This text has black color on #6EDDE7 background.


White color preview on #6EDDE7 background

This text has white color on #6EDDE7 background.


Related colors

Complementary color

Complementary color for #hex is #912218.


I love getcolorcode.com

Triadic colors

1 #E76EDD and #DDE76E with #6EDDE7 are triadic colors.

2 #E7DD6E and #DD6EE7 with #6EDDE7 are triadic colors.