COLOR #6CE2D8

HEX: #6CE2D8
RGB: (108,226,216)

Color info

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

RGB color model

#6CE2D8 color RGB value is (108,226,216).

  • red value is 108;
  • green value is 226;
  • blue value is 216.
RGB:
(108,226,216)
(42%,89%,85%)

RGB channels and saturation

R 108 of 255 = 42%
G 226 of 255 = 89%
B 216 of 255 = 85%

108
226
216

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

Portions of RGB colors in percentages

R + G + B =
108 + 226 + 216 = 550 (100%)
R 108 of 550 ~ 19.64%
G 226 of 550 ~ 41.09%
B 216 of 550 ~ 39.27%

%19.64
%41.09
%39.27

CMYK color model

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

  • cyan value is 52.21%
  • magenta value is 0.00%
  • yellow value is 4.42%
  • key color value is 11.37%
CMYK:
(52,0,4,11)
C52M0Y4K11 
(52%,0%,4%,11%)
(0.52/0.00/0.04/0.11)	

CMYK percentages

%52.21
%0
%4.42
%11.37

Codes

Color #6CE2D8 in popluar color models

6CE2D8
RGB108226216
HSL175°67.05%65.49%
HSB/HSV175°52.21%88.63%
CMYK52.21%0.00%4.42%
11.37%

Color #6CE2D8 in popluar number systems.

HEX6CE2D8
Decimal108226216
Binary11011001110001011011000
Octal154342330

Shades and tints

Shades of #6CE2D8

#6CE2D8
(108,226,216)
#63CEC5
(99,206,197)
#5ABAB2
(90,186,178)
#51A69F
(81,166,159)
#48928C
(72,146,140)
#3F7E79
(63,126,121)
#366A66
(54,106,102)
#2D5653
(45,86,83)
#244240
(36,66,64)
#1B2E2D
(27,46,45)
#121A1A
(18,26,26)
#000000
(0,0,0)

Tints of #6CE2D8

#6CE2D8
(108,226,216)
#79E4DB
(121,228,219)
#86E6DE
(134,230,222)
#93E8E1
(147,232,225)
#A0EAE4
(160,234,228)
#ADECE7
(173,236,231)
#BAEEEA
(186,238,234)
#C7F0ED
(199,240,237)
#D4F2F0
(212,242,240)
#E1F4F3
(225,244,243)
#EEF6F6
(238,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6CE2D8 color. Also use rgb(108,226,216) instead hex code.

Text Font Color

.myTextColor { color: #6CE2D8; }

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

This text font color is #6CE2D8.


Background Color

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

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

This div background color is #6CE2D8.


Border color

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

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

This div border color is #6CE2D8.


Opacity

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

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

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

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

This text has shadow with #6CE2D8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6CE2D8 on black background.


Color preview on white background

This text has color #6CE2D8 on white background.



Black color preview on #6CE2D8 background

This text has black color on #6CE2D8 background.


White color preview on #6CE2D8 background

This text has white color on #6CE2D8 background.