COLOR #6EDDDE

HEX: #6EDDDE
RGB: (110,221,222)

Color info

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

RGB color model

#6EDDDE color RGB value is (110,221,222).

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

RGB channels and saturation

R 110 of 255 = 43%
G 221 of 255 = 87%
B 222 of 255 = 87%

110
221
222

R + G + B ~ 72%. #6EDDDE is quite light color.

Portions of RGB colors in percentages

R + G + B =
110 + 221 + 222 = 553 (100%)
R 110 of 553 ~ 19.89%
G 221 of 553 ~ 39.96%
B 222 of 553 ~ 40.14%

%19.89
%39.96
%40.14

CMYK color model

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

  • cyan value is 50.45%
  • magenta value is 0.45%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(50,0,0,13)
C50M0Y0K13 
(50%,0%,0%,13%)
(0.50/0.00/0.00/0.13)	

CMYK percentages

%50.45
%0.45
%0
%12.94

Codes

Color #6EDDDE in popluar color models

6EDDDE
RGB110221222
HSL181°62.92%65.10%
HSB/HSV181°50.45%87.06%
CMYK50.45%0.45%0.00%
12.94%

Color #6EDDDE in popluar number systems.

HEX6EDDDE
Decimal110221222
Binary11011101101110111011110
Octal156335336

Shades and tints

Shades of #6EDDDE

#6EDDDE
(110,221,222)
#64C9CA
(100,201,202)
#5AB5B6
(90,181,182)
#50A1A2
(80,161,162)
#468D8E
(70,141,142)
#3C797A
(60,121,122)
#326566
(50,101,102)
#285152
(40,81,82)
#1E3D3E
(30,61,62)
#14292A
(20,41,42)
#0A1516
(10,21,22)
#000000
(0,0,0)

Tints of #6EDDDE

#6EDDDE
(110,221,222)
#7BE0E1
(123,224,225)
#88E3E4
(136,227,228)
#95E6E7
(149,230,231)
#A2E9EA
(162,233,234)
#AFECED
(175,236,237)
#BCEFF0
(188,239,240)
#C9F2F3
(201,242,243)
#D6F5F6
(214,245,246)
#E3F8F9
(227,248,249)
#F0FBFC
(240,251,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6EDDDE; }

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

This text font color is #6EDDDE.


Background Color

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

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

This div background color is #6EDDDE.


Border color

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

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

This div border color is #6EDDDE.


Opacity

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

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

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

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

This text has shadow with #6EDDDE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6EDDDE on black background.


Color preview on white background

This text has color #6EDDDE on white background.



Black color preview on #6EDDDE background

This text has black color on #6EDDDE background.


White color preview on #6EDDDE background

This text has white color on #6EDDDE background.