COLOR #6CE3A8

HEX: #6CE3A8
RGB: (108,227,168)

Color info

#6CE3A8 contains mainly green and blue colors. Web safe color of #6CE3A8 is #66CC99 (or #6C9).

RGB color model

#6CE3A8 color RGB value is (108,227,168).

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

RGB channels and saturation

R 108 of 255 = 42%
G 227 of 255 = 89%
B 168 of 255 = 66%

108
227
168

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

Portions of RGB colors in percentages

R + G + B =
108 + 227 + 168 = 503 (100%)
R 108 of 503 ~ 21.47%
G 227 of 503 ~ 45.13%
B 168 of 503 ~ 33.4%

%21.47
%45.13
%33.4

CMYK color model

#6CE3A8 color CMYK value is (52,0,26,11).

  • cyan value is 52.42%
  • magenta value is 0.00%
  • yellow value is 25.99%
  • key color value is 10.98%
CMYK:
(52,0,26,11)
C52M0Y26K11 
(52%,0%,26%,11%)
(0.52/0.00/0.26/0.11)	

CMYK percentages

%52.42
%0
%25.99
%10.98

Codes

Color #6CE3A8 in popluar color models

6CE3A8
RGB108227168
HSL150°68.00%65.69%
HSB/HSV150°52.42%89.02%
CMYK52.42%0.00%25.99%
10.98%

Color #6CE3A8 in popluar number systems.

HEX6CE3A8
Decimal108227168
Binary11011001110001110101000
Octal154343250

Shades and tints

Shades of #6CE3A8

#6CE3A8
(108,227,168)
#63CF99
(99,207,153)
#5ABB8A
(90,187,138)
#51A77B
(81,167,123)
#48936C
(72,147,108)
#3F7F5D
(63,127,93)
#366B4E
(54,107,78)
#2D573F
(45,87,63)
#244330
(36,67,48)
#1B2F21
(27,47,33)
#121B12
(18,27,18)
#000000
(0,0,0)

Tints of #6CE3A8

#6CE3A8
(108,227,168)
#79E5AF
(121,229,175)
#86E7B6
(134,231,182)
#93E9BD
(147,233,189)
#A0EBC4
(160,235,196)
#ADEDCB
(173,237,203)
#BAEFD2
(186,239,210)
#C7F1D9
(199,241,217)
#D4F3E0
(212,243,224)
#E1F5E7
(225,245,231)
#EEF7EE
(238,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6CE3A8; }

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

This text font color is #6CE3A8.


Background Color

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

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

This div background color is #6CE3A8.


Border color

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

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

This div border color is #6CE3A8.


Opacity

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

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

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

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

This text has shadow with #6CE3A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6CE3A8 on black background.


Color preview on white background

This text has color #6CE3A8 on white background.



Black color preview on #6CE3A8 background

This text has black color on #6CE3A8 background.


White color preview on #6CE3A8 background

This text has white color on #6CE3A8 background.