COLOR #6ED7E7

HEX: #6ED7E7 RGB: (110,215,231)

Color info

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

RGB color model

#6ED7E7 color RGB value is (110,215,231).

RGB: (110,215,231) (43%, 84%, 91%)

RGB channels and saturation

R 110 of 255 = 43%
G 215 of 255 = 84%
B 231 of 255 = 91%

110
215
231

R + G + B ~ 73%. #6ED7E7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 110 + 215 + 231 = 556 (100%)
R 110 of 556 ~ 19.78%
G 215 of 556 ~ 38.67%
B 231 of 556 ~ 41.55'%

%19.78
%38.67
%41.55

CMYK color model

#6ED7E7 color CMYK value is (52,7,0,9).

  • cyan value is 52.38%
  • magenta value is 6.93%
  • yellow value is 0.00%
  • key color value is 9.41%

CMYK: (52,7,0,9)
C52M7Y0K9 (52%, 7%, 0%, 9%)
(0.52 / 0.07 / 0.00 / 0.09)

CMYK percentages

%52.38
%6.93
%0
%9.41

Codes

Color #6ED7E7 in popluar color models

6E D7 E7
RGB 110 215 231
HSL 188° 71.60% 66.86%
HSB/HSV 188° 52.38% 90.59%
CMYK 52.38% 6.93% 0.00%
9.41%

Color #6ED7E7 in popluar number systems.

HEX 6E D7 E7
Decimal 110 215 231
Binary 1101110 11010111 11100111
Octal 156 327 347

Shades and tints

Shades of #6ED7E7

#6ED7E7
(110,215,231)
#64C4D2
(100,196,210)
#5AB1BD
(90,177,189)
#509EA8
(80,158,168)
#468B93
(70,139,147)
#3C787E
(60,120,126)
#326569
(50,101,105)
#285254
(40,82,84)
#1E3F3F
(30,63,63)
#142C2A
(20,44,42)
#0A1915
(10,25,21)
#000000
(0,0,0)

Tints of #6ED7E7

#6ED7E7
(110,215,231)
#7BDAE9
(123,218,233)
#88DDEB
(136,221,235)
#95E0ED
(149,224,237)
#A2E3EF
(162,227,239)
#AFE6F1
(175,230,241)
#BCE9F3
(188,233,243)
#C9ECF5
(201,236,245)
#D6EFF7
(214,239,247)
#E3F2F9
(227,242,249)
#F0F5FB
(240,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6ED7E7; }

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

This text font color is #6ED7E7.

Background Color

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

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

This div background color is #6ED7E7.

Border color

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

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

This div border color is #6ED7E7.

Opacity

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

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

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

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

This text has shadow with #6ED7E7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6ED7E7.

Preview

Color preview on black background

This text has color #6ED7E7 on black background.


Color preview on white background

This text has color #6ED7E7 on white background.


Black color preview on #6ED7E7 background

This text has black color on #6ED7E7 background.


White color preview on #6ED7E7 background

This text has white color on #6ED7E7 background.


Related colors

Complementary color

Complementary color for #hex is #912818.


I love getcolorcode.com

Triadic colors

1 #E76ED7 and #D7E76E with #6ED7E7 are triadic colors.

2 #E7D76E and #D76EE7 with #6ED7E7 are triadic colors.