COLOR #6ED7D0

HEX: #6ED7D0
RGB: (110,215,208)

Color info

#6ED7D0 contains mainly green and blue colors. Web safe color of #6ED7D0 is #66CCCC (or #6CC).

RGB color model

#6ED7D0 color RGB value is (110,215,208).

  • red value is 110;
  • green value is 215;
  • blue value is 208.
RGB:
(110,215,208)
(43%,84%,82%)

RGB channels and saturation

R 110 of 255 = 43%
G 215 of 255 = 84%
B 208 of 255 = 82%

110
215
208

R + G + B ~ 70%. #6ED7D0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
110 + 215 + 208 = 533 (100%)
R 110 of 533 ~ 20.64%
G 215 of 533 ~ 40.34%
B 208 of 533 ~ 39.02%

%20.64
%40.34
%39.02

CMYK color model

#6ED7D0 color CMYK value is (49,0,3,16).

  • cyan value is 48.84%
  • magenta value is 0.00%
  • yellow value is 3.26%
  • key color value is 15.69%
CMYK:
(49,0,3,16)
C49M0Y3K16 
(49%,0%,3%,16%)
(0.49/0.00/0.03/0.16)	

CMYK percentages

%48.84
%0
%3.26
%15.69

Codes

Color #6ED7D0 in popluar color models

6ED7D0
RGB110215208
HSL176°56.76%63.73%
HSB/HSV176°48.84%84.31%
CMYK48.84%0.00%3.26%
15.69%

Color #6ED7D0 in popluar number systems.

HEX6ED7D0
Decimal110215208
Binary11011101101011111010000
Octal156327320

Shades and tints

Shades of #6ED7D0

#6ED7D0
(110,215,208)
#64C4BE
(100,196,190)
#5AB1AC
(90,177,172)
#509E9A
(80,158,154)
#468B88
(70,139,136)
#3C7876
(60,120,118)
#326564
(50,101,100)
#285252
(40,82,82)
#1E3F40
(30,63,64)
#142C2E
(20,44,46)
#0A191C
(10,25,28)
#000000
(0,0,0)

Tints of #6ED7D0

#6ED7D0
(110,215,208)
#7BDAD4
(123,218,212)
#88DDD8
(136,221,216)
#95E0DC
(149,224,220)
#A2E3E0
(162,227,224)
#AFE6E4
(175,230,228)
#BCE9E8
(188,233,232)
#C9ECEC
(201,236,236)
#D6EFF0
(214,239,240)
#E3F2F4
(227,242,244)
#F0F5F8
(240,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6ED7D0; }

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

This text font color is #6ED7D0.


Background Color

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

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

This div background color is #6ED7D0.


Border color

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

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

This div border color is #6ED7D0.


Opacity

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

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

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

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

This text has shadow with #6ED7D0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6ED7D0 on black background.


Color preview on white background

This text has color #6ED7D0 on white background.



Black color preview on #6ED7D0 background

This text has black color on #6ED7D0 background.


White color preview on #6ED7D0 background

This text has white color on #6ED7D0 background.