COLOR #6CFEE2

HEX: #6CFEE2
RGB: (108,254,226)

Color info

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

RGB color model

#6CFEE2 color RGB value is (108,254,226).

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

RGB channels and saturation

R 108 of 255 = 42%
G 254 of 255 = 100%
B 226 of 255 = 89%

108
254
226

R + G + B ~ 77%. #6CFEE2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
108 + 254 + 226 = 588 (100%)
R 108 of 588 ~ 18.37%
G 254 of 588 ~ 43.2%
B 226 of 588 ~ 38.44%

%18.37
%43.2
%38.44

CMYK color model

#6CFEE2 color CMYK value is (57,0,11,0).

  • cyan value is 57.48%
  • magenta value is 0.00%
  • yellow value is 11.02%
  • key color value is 0.39%
CMYK:
(57,0,11,0)
C57M0Y11K0 
(57%,0%,11%,0%)
(0.57/0.00/0.11/0.00)	

CMYK percentages

%57.48
%0
%11.02
%0.39

Codes

Color #6CFEE2 in popluar color models

6CFEE2
RGB108254226
HSL168°98.65%70.98%
HSB/HSV168°57.48%99.61%
CMYK57.48%0.00%11.02%
0.39%

Color #6CFEE2 in popluar number systems.

HEX6CFEE2
Decimal108254226
Binary11011001111111011100010
Octal154376342

Shades and tints

Shades of #6CFEE2

#6CFEE2
(108,254,226)
#63E7CE
(99,231,206)
#5AD0BA
(90,208,186)
#51B9A6
(81,185,166)
#48A292
(72,162,146)
#3F8B7E
(63,139,126)
#36746A
(54,116,106)
#2D5D56
(45,93,86)
#244642
(36,70,66)
#1B2F2E
(27,47,46)
#12181A
(18,24,26)
#000000
(0,0,0)

Tints of #6CFEE2

#6CFEE2
(108,254,226)
#79FEE4
(121,254,228)
#86FEE6
(134,254,230)
#93FEE8
(147,254,232)
#A0FEEA
(160,254,234)
#ADFEEC
(173,254,236)
#BAFEEE
(186,254,238)
#C7FEF0
(199,254,240)
#D4FEF2
(212,254,242)
#E1FEF4
(225,254,244)
#EEFEF6
(238,254,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6CFEE2; }

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

This text font color is #6CFEE2.


Background Color

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

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

This div background color is #6CFEE2.


Border color

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

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

This div border color is #6CFEE2.


Opacity

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

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

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

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

This text has shadow with #6CFEE2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6CFEE2 on black background.


Color preview on white background

This text has color #6CFEE2 on white background.



Black color preview on #6CFEE2 background

This text has black color on #6CFEE2 background.


White color preview on #6CFEE2 background

This text has white color on #6CFEE2 background.