COLOR #6EE3D6

HEX: #6EE3D6
RGB: (110,227,214)

Color info

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

RGB color model

#6EE3D6 color RGB value is (110,227,214).

  • red value is 110;
  • green value is 227;
  • blue value is 214.
RGB:
(110,227,214)
(43%,89%,84%)

RGB channels and saturation

R 110 of 255 = 43%
G 227 of 255 = 89%
B 214 of 255 = 84%

110
227
214

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

Portions of RGB colors in percentages

R + G + B =
110 + 227 + 214 = 551 (100%)
R 110 of 551 ~ 19.96%
G 227 of 551 ~ 41.2%
B 214 of 551 ~ 38.84%

%19.96
%41.2
%38.84

CMYK color model

#6EE3D6 color CMYK value is (52,0,6,11).

  • cyan value is 51.54%
  • magenta value is 0.00%
  • yellow value is 5.73%
  • key color value is 10.98%
CMYK:
(52,0,6,11)
C52M0Y6K11 
(52%,0%,6%,11%)
(0.52/0.00/0.06/0.11)	

CMYK percentages

%51.54
%0
%5.73
%10.98

Codes

Color #6EE3D6 in popluar color models

6EE3D6
RGB110227214
HSL173°67.63%66.08%
HSB/HSV173°51.54%89.02%
CMYK51.54%0.00%5.73%
10.98%

Color #6EE3D6 in popluar number systems.

HEX6EE3D6
Decimal110227214
Binary11011101110001111010110
Octal156343326

Shades and tints

Shades of #6EE3D6

#6EE3D6
(110,227,214)
#64CFC3
(100,207,195)
#5ABBB0
(90,187,176)
#50A79D
(80,167,157)
#46938A
(70,147,138)
#3C7F77
(60,127,119)
#326B64
(50,107,100)
#285751
(40,87,81)
#1E433E
(30,67,62)
#142F2B
(20,47,43)
#0A1B18
(10,27,24)
#000000
(0,0,0)

Tints of #6EE3D6

#6EE3D6
(110,227,214)
#7BE5D9
(123,229,217)
#88E7DC
(136,231,220)
#95E9DF
(149,233,223)
#A2EBE2
(162,235,226)
#AFEDE5
(175,237,229)
#BCEFE8
(188,239,232)
#C9F1EB
(201,241,235)
#D6F3EE
(214,243,238)
#E3F5F1
(227,245,241)
#F0F7F4
(240,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6EE3D6 color. Also use rgb(110,227,214) instead hex code.

Text Font Color

.myTextColor { color: #6EE3D6; }

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

This text font color is #6EE3D6.


Background Color

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

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

This div background color is #6EE3D6.


Border color

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

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

This div border color is #6EE3D6.


Opacity

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

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

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

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

This text has shadow with #6EE3D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6EE3D6 on black background.


Color preview on white background

This text has color #6EE3D6 on white background.



Black color preview on #6EE3D6 background

This text has black color on #6EE3D6 background.


White color preview on #6EE3D6 background

This text has white color on #6EE3D6 background.