COLOR #6EE8CF

HEX: #6EE8CF
RGB: (110,232,207)

Color info

#6EE8CF contains mainly green and blue colors. Web safe color of #6EE8CF is #66FFCC (or #6FC).

RGB color model

#6EE8CF color RGB value is (110,232,207).

  • red value is 110;
  • green value is 232;
  • blue value is 207.
RGB:
(110,232,207)
(43%,91%,81%)

RGB channels and saturation

R 110 of 255 = 43%
G 232 of 255 = 91%
B 207 of 255 = 81%

110
232
207

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

Portions of RGB colors in percentages

R + G + B =
110 + 232 + 207 = 549 (100%)
R 110 of 549 ~ 20.04%
G 232 of 549 ~ 42.26%
B 207 of 549 ~ 37.7%

%20.04
%42.26
%37.7

CMYK color model

#6EE8CF color CMYK value is (53,0,11,9).

  • cyan value is 52.59%
  • magenta value is 0.00%
  • yellow value is 10.78%
  • key color value is 9.02%
CMYK:
(53,0,11,9)
C53M0Y11K9 
(53%,0%,11%,9%)
(0.53/0.00/0.11/0.09)	

CMYK percentages

%52.59
%0
%10.78
%9.02

Codes

Color #6EE8CF in popluar color models

6EE8CF
RGB110232207
HSL168°72.62%67.06%
HSB/HSV168°52.59%90.98%
CMYK52.59%0.00%10.78%
9.02%

Color #6EE8CF in popluar number systems.

HEX6EE8CF
Decimal110232207
Binary11011101110100011001111
Octal156350317

Shades and tints

Shades of #6EE8CF

#6EE8CF
(110,232,207)
#64D3BD
(100,211,189)
#5ABEAB
(90,190,171)
#50A999
(80,169,153)
#469487
(70,148,135)
#3C7F75
(60,127,117)
#326A63
(50,106,99)
#285551
(40,85,81)
#1E403F
(30,64,63)
#142B2D
(20,43,45)
#0A161B
(10,22,27)
#000000
(0,0,0)

Tints of #6EE8CF

#6EE8CF
(110,232,207)
#7BEAD3
(123,234,211)
#88ECD7
(136,236,215)
#95EEDB
(149,238,219)
#A2F0DF
(162,240,223)
#AFF2E3
(175,242,227)
#BCF4E7
(188,244,231)
#C9F6EB
(201,246,235)
#D6F8EF
(214,248,239)
#E3FAF3
(227,250,243)
#F0FCF7
(240,252,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6EE8CF color. Also use rgb(110,232,207) instead hex code.

Text Font Color

.myTextColor { color: #6EE8CF; }

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

This text font color is #6EE8CF.


Background Color

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

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

This div background color is #6EE8CF.


Border color

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

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

This div border color is #6EE8CF.


Opacity

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

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

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

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

This text has shadow with #6EE8CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6EE8CF on black background.


Color preview on white background

This text has color #6EE8CF on white background.



Black color preview on #6EE8CF background

This text has black color on #6EE8CF background.


White color preview on #6EE8CF background

This text has white color on #6EE8CF background.