COLOR #6CE7A0

HEX: #6CE7A0
RGB: (108,231,160)

Color info

#6CE7A0 contains mainly green color. Web safe color of #6CE7A0 is #66FF99 (or #6F9).

RGB color model

#6CE7A0 color RGB value is (108,231,160).

  • red value is 108;
  • green value is 231;
  • blue value is 160.
RGB:
(108,231,160)
(42%,91%,63%)

RGB channels and saturation

R 108 of 255 = 42%
G 231 of 255 = 91%
B 160 of 255 = 63%

108
231
160

R + G + B ~ 65%. #6CE7A0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
108 + 231 + 160 = 499 (100%)
R 108 of 499 ~ 21.64%
G 231 of 499 ~ 46.29%
B 160 of 499 ~ 32.06%

%21.64
%46.29
%32.06

CMYK color model

#6CE7A0 color CMYK value is (53,0,31,9).

  • cyan value is 53.25%
  • magenta value is 0.00%
  • yellow value is 30.74%
  • key color value is 9.41%
CMYK:
(53,0,31,9)
C53M0Y31K9 
(53%,0%,31%,9%)
(0.53/0.00/0.31/0.09)	

CMYK percentages

%53.25
%0
%30.74
%9.41

Codes

Color #6CE7A0 in popluar color models

6CE7A0
RGB108231160
HSL145°71.93%66.47%
HSB/HSV145°53.25%90.59%
CMYK53.25%0.00%30.74%
9.41%

Color #6CE7A0 in popluar number systems.

HEX6CE7A0
Decimal108231160
Binary11011001110011110100000
Octal154347240

Shades and tints

Shades of #6CE7A0

#6CE7A0
(108,231,160)
#63D292
(99,210,146)
#5ABD84
(90,189,132)
#51A876
(81,168,118)
#489368
(72,147,104)
#3F7E5A
(63,126,90)
#36694C
(54,105,76)
#2D543E
(45,84,62)
#243F30
(36,63,48)
#1B2A22
(27,42,34)
#121514
(18,21,20)
#000000
(0,0,0)

Tints of #6CE7A0

#6CE7A0
(108,231,160)
#79E9A8
(121,233,168)
#86EBB0
(134,235,176)
#93EDB8
(147,237,184)
#A0EFC0
(160,239,192)
#ADF1C8
(173,241,200)
#BAF3D0
(186,243,208)
#C7F5D8
(199,245,216)
#D4F7E0
(212,247,224)
#E1F9E8
(225,249,232)
#EEFBF0
(238,251,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6CE7A0 color. Also use rgb(108,231,160) instead hex code.

Text Font Color

.myTextColor { color: #6CE7A0; }

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

This text font color is #6CE7A0.


Background Color

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

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

This div background color is #6CE7A0.


Border color

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

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

This div border color is #6CE7A0.


Opacity

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

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

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

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

This text has shadow with #6CE7A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6CE7A0 on black background.


Color preview on white background

This text has color #6CE7A0 on white background.



Black color preview on #6CE7A0 background

This text has black color on #6CE7A0 background.


White color preview on #6CE7A0 background

This text has white color on #6CE7A0 background.