COLOR #6CE6A8

HEX: #6CE6A8
RGB: (108,230,168)

Color info

#6CE6A8 contains mainly green color. Web safe color of #6CE6A8 is #66CC99 (or #6C9).

RGB color model

#6CE6A8 color RGB value is (108,230,168).

  • red value is 108;
  • green value is 230;
  • blue value is 168.
RGB:
(108,230,168)
(42%,90%,66%)

RGB channels and saturation

R 108 of 255 = 42%
G 230 of 255 = 90%
B 168 of 255 = 66%

108
230
168

R + G + B ~ 66%. #6CE6A8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
108 + 230 + 168 = 506 (100%)
R 108 of 506 ~ 21.34%
G 230 of 506 ~ 45.45%
B 168 of 506 ~ 33.2%

%21.34
%45.45
%33.2

CMYK color model

#6CE6A8 color CMYK value is (53,0,27,10).

  • cyan value is 53.04%
  • magenta value is 0.00%
  • yellow value is 26.96%
  • key color value is 9.80%
CMYK:
(53,0,27,10)
C53M0Y27K10 
(53%,0%,27%,10%)
(0.53/0.00/0.27/0.10)	

CMYK percentages

%53.04
%0
%26.96
%9.8

Codes

Color #6CE6A8 in popluar color models

6CE6A8
RGB108230168
HSL150°70.93%66.27%
HSB/HSV150°53.04%90.20%
CMYK53.04%0.00%26.96%
9.80%

Color #6CE6A8 in popluar number systems.

HEX6CE6A8
Decimal108230168
Binary11011001110011010101000
Octal154346250

Shades and tints

Shades of #6CE6A8

#6CE6A8
(108,230,168)
#63D299
(99,210,153)
#5ABE8A
(90,190,138)
#51AA7B
(81,170,123)
#48966C
(72,150,108)
#3F825D
(63,130,93)
#366E4E
(54,110,78)
#2D5A3F
(45,90,63)
#244630
(36,70,48)
#1B3221
(27,50,33)
#121E12
(18,30,18)
#000000
(0,0,0)

Tints of #6CE6A8

#6CE6A8
(108,230,168)
#79E8AF
(121,232,175)
#86EAB6
(134,234,182)
#93ECBD
(147,236,189)
#A0EEC4
(160,238,196)
#ADF0CB
(173,240,203)
#BAF2D2
(186,242,210)
#C7F4D9
(199,244,217)
#D4F6E0
(212,246,224)
#E1F8E7
(225,248,231)
#EEFAEE
(238,250,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6CE6A8 color. Also use rgb(108,230,168) instead hex code.

Text Font Color

.myTextColor { color: #6CE6A8; }

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

This text font color is #6CE6A8.


Background Color

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

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

This div background color is #6CE6A8.


Border color

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

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

This div border color is #6CE6A8.


Opacity

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

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

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

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

This text has shadow with #6CE6A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6CE6A8 on black background.


Color preview on white background

This text has color #6CE6A8 on white background.



Black color preview on #6CE6A8 background

This text has black color on #6CE6A8 background.


White color preview on #6CE6A8 background

This text has white color on #6CE6A8 background.