COLOR #6EDDBE

HEX: #6EDDBE
RGB: (110,221,190)

Color info

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

RGB color model

#6EDDBE color RGB value is (110,221,190).

  • red value is 110;
  • green value is 221;
  • blue value is 190.
RGB:
(110,221,190)
(43%,87%,75%)

RGB channels and saturation

R 110 of 255 = 43%
G 221 of 255 = 87%
B 190 of 255 = 75%

110
221
190

R + G + B ~ 68%. #6EDDBE is quite light color.

Portions of RGB colors in percentages

R + G + B =
110 + 221 + 190 = 521 (100%)
R 110 of 521 ~ 21.11%
G 221 of 521 ~ 42.42%
B 190 of 521 ~ 36.47%

%21.11
%42.42
%36.47

CMYK color model

#6EDDBE color CMYK value is (50,0,14,13).

  • cyan value is 50.23%
  • magenta value is 0.00%
  • yellow value is 14.03%
  • key color value is 13.33%
CMYK:
(50,0,14,13)
C50M0Y14K13 
(50%,0%,14%,13%)
(0.50/0.00/0.14/0.13)	

CMYK percentages

%50.23
%0
%14.03
%13.33

Codes

Color #6EDDBE in popluar color models

6EDDBE
RGB110221190
HSL163°62.01%64.90%
HSB/HSV163°50.23%86.67%
CMYK50.23%0.00%14.03%
13.33%

Color #6EDDBE in popluar number systems.

HEX6EDDBE
Decimal110221190
Binary11011101101110110111110
Octal156335276

Shades and tints

Shades of #6EDDBE

#6EDDBE
(110,221,190)
#64C9AD
(100,201,173)
#5AB59C
(90,181,156)
#50A18B
(80,161,139)
#468D7A
(70,141,122)
#3C7969
(60,121,105)
#326558
(50,101,88)
#285147
(40,81,71)
#1E3D36
(30,61,54)
#142925
(20,41,37)
#0A1514
(10,21,20)
#000000
(0,0,0)

Tints of #6EDDBE

#6EDDBE
(110,221,190)
#7BE0C3
(123,224,195)
#88E3C8
(136,227,200)
#95E6CD
(149,230,205)
#A2E9D2
(162,233,210)
#AFECD7
(175,236,215)
#BCEFDC
(188,239,220)
#C9F2E1
(201,242,225)
#D6F5E6
(214,245,230)
#E3F8EB
(227,248,235)
#F0FBF0
(240,251,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6EDDBE; }

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

This text font color is #6EDDBE.


Background Color

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

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

This div background color is #6EDDBE.


Border color

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

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

This div border color is #6EDDBE.


Opacity

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

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

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

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

This text has shadow with #6EDDBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6EDDBE on black background.


Color preview on white background

This text has color #6EDDBE on white background.



Black color preview on #6EDDBE background

This text has black color on #6EDDBE background.


White color preview on #6EDDBE background

This text has white color on #6EDDBE background.