COLOR #6CE8B4

HEX: #6CE8B4
RGB: (108,232,180)

Color info

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

RGB color model

#6CE8B4 color RGB value is (108,232,180).

  • red value is 108;
  • green value is 232;
  • blue value is 180.
RGB:
(108,232,180)
(42%,91%,71%)

RGB channels and saturation

R 108 of 255 = 42%
G 232 of 255 = 91%
B 180 of 255 = 71%

108
232
180

R + G + B ~ 68%. #6CE8B4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
108 + 232 + 180 = 520 (100%)
R 108 of 520 ~ 20.77%
G 232 of 520 ~ 44.62%
B 180 of 520 ~ 34.62%

%20.77
%44.62
%34.62

CMYK color model

#6CE8B4 color CMYK value is (53,0,22,9).

  • cyan value is 53.45%
  • magenta value is 0.00%
  • yellow value is 22.41%
  • key color value is 9.02%
CMYK:
(53,0,22,9)
C53M0Y22K9 
(53%,0%,22%,9%)
(0.53/0.00/0.22/0.09)	

CMYK percentages

%53.45
%0
%22.41
%9.02

Codes

Color #6CE8B4 in popluar color models

6CE8B4
RGB108232180
HSL155°72.94%66.67%
HSB/HSV155°53.45%90.98%
CMYK53.45%0.00%22.41%
9.02%

Color #6CE8B4 in popluar number systems.

HEX6CE8B4
Decimal108232180
Binary11011001110100010110100
Octal154350264

Shades and tints

Shades of #6CE8B4

#6CE8B4
(108,232,180)
#63D3A4
(99,211,164)
#5ABE94
(90,190,148)
#51A984
(81,169,132)
#489474
(72,148,116)
#3F7F64
(63,127,100)
#366A54
(54,106,84)
#2D5544
(45,85,68)
#244034
(36,64,52)
#1B2B24
(27,43,36)
#121614
(18,22,20)
#000000
(0,0,0)

Tints of #6CE8B4

#6CE8B4
(108,232,180)
#79EABA
(121,234,186)
#86ECC0
(134,236,192)
#93EEC6
(147,238,198)
#A0F0CC
(160,240,204)
#ADF2D2
(173,242,210)
#BAF4D8
(186,244,216)
#C7F6DE
(199,246,222)
#D4F8E4
(212,248,228)
#E1FAEA
(225,250,234)
#EEFCF0
(238,252,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6CE8B4 color. Also use rgb(108,232,180) instead hex code.

Text Font Color

.myTextColor { color: #6CE8B4; }

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

This text font color is #6CE8B4.


Background Color

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

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

This div background color is #6CE8B4.


Border color

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

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

This div border color is #6CE8B4.


Opacity

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

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

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

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

This text has shadow with #6CE8B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6CE8B4 on black background.


Color preview on white background

This text has color #6CE8B4 on white background.



Black color preview on #6CE8B4 background

This text has black color on #6CE8B4 background.


White color preview on #6CE8B4 background

This text has white color on #6CE8B4 background.