COLOR #6CE2BB

HEX: #6CE2BB
RGB: (108,226,187)

Color info

#6CE2BB contains mainly green and blue colors. Web safe color of #6CE2BB is #66CCCC (or #6CC).

RGB color model

#6CE2BB color RGB value is (108,226,187).

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

RGB channels and saturation

R 108 of 255 = 42%
G 226 of 255 = 89%
B 187 of 255 = 73%

108
226
187

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

Portions of RGB colors in percentages

R + G + B =
108 + 226 + 187 = 521 (100%)
R 108 of 521 ~ 20.73%
G 226 of 521 ~ 43.38%
B 187 of 521 ~ 35.89%

%20.73
%43.38
%35.89

CMYK color model

#6CE2BB color CMYK value is (52,0,17,11).

  • cyan value is 52.21%
  • magenta value is 0.00%
  • yellow value is 17.26%
  • key color value is 11.37%
CMYK:
(52,0,17,11)
C52M0Y17K11 
(52%,0%,17%,11%)
(0.52/0.00/0.17/0.11)	

CMYK percentages

%52.21
%0
%17.26
%11.37

Codes

Color #6CE2BB in popluar color models

6CE2BB
RGB108226187
HSL160°67.05%65.49%
HSB/HSV160°52.21%88.63%
CMYK52.21%0.00%17.26%
11.37%

Color #6CE2BB in popluar number systems.

HEX6CE2BB
Decimal108226187
Binary11011001110001010111011
Octal154342273

Shades and tints

Shades of #6CE2BB

#6CE2BB
(108,226,187)
#63CEAA
(99,206,170)
#5ABA99
(90,186,153)
#51A688
(81,166,136)
#489277
(72,146,119)
#3F7E66
(63,126,102)
#366A55
(54,106,85)
#2D5644
(45,86,68)
#244233
(36,66,51)
#1B2E22
(27,46,34)
#121A11
(18,26,17)
#000000
(0,0,0)

Tints of #6CE2BB

#6CE2BB
(108,226,187)
#79E4C1
(121,228,193)
#86E6C7
(134,230,199)
#93E8CD
(147,232,205)
#A0EAD3
(160,234,211)
#ADECD9
(173,236,217)
#BAEEDF
(186,238,223)
#C7F0E5
(199,240,229)
#D4F2EB
(212,242,235)
#E1F4F1
(225,244,241)
#EEF6F7
(238,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6CE2BB; }

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

This text font color is #6CE2BB.


Background Color

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

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

This div background color is #6CE2BB.


Border color

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

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

This div border color is #6CE2BB.


Opacity

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

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

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

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

This text has shadow with #6CE2BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6CE2BB on black background.


Color preview on white background

This text has color #6CE2BB on white background.



Black color preview on #6CE2BB background

This text has black color on #6CE2BB background.


White color preview on #6CE2BB background

This text has white color on #6CE2BB background.