COLOR #6CE8BC

HEX: #6CE8BC RGB: (108,232,188)

Color info

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

RGB color model

#6CE8BC color RGB value is (108,232,188).

RGB: (108,232,188) (42%, 91%, 74%)

RGB channels and saturation

R 108 of 255 = 42%
G 232 of 255 = 91%
B 188 of 255 = 74%

108
232
188

R + G + B ~ 69%. #6CE8BC is quite light color.

Portions of RGB colors in percentages

R + G + B = 108 + 232 + 188 = 528 (100%)
R 108 of 528 ~ 20.45%
G 232 of 528 ~ 43.94%
B 188 of 528 ~ 35.61'%

%20.45
%43.94
%35.61

CMYK color model

#6CE8BC color CMYK value is (53,0,19,9).

  • cyan value is 53.45%
  • magenta value is 0.00%
  • yellow value is 18.97%
  • key color value is 9.02%

CMYK: (53,0,19,9)
C53M0Y19K9 (53%, 0%, 19%, 9%)
(0.53 / 0.00 / 0.19 / 0.09)

CMYK percentages

%53.45
%0
%18.97
%9.02

Codes

Color #6CE8BC in popluar color models

6C E8 BC
RGB 108 232 188
HSL 159° 72.94% 66.67%
HSB/HSV 159° 53.45% 90.98%
CMYK 53.45% 0.00% 18.97%
9.02%

Color #6CE8BC in popluar number systems.

HEX 6C E8 BC
Decimal 108 232 188
Binary 1101100 11101000 10111100
Octal 154 350 274

Shades and tints

Shades of #6CE8BC

#6CE8BC
(108,232,188)
#63D3AB
(99,211,171)
#5ABE9A
(90,190,154)
#51A989
(81,169,137)
#489478
(72,148,120)
#3F7F67
(63,127,103)
#366A56
(54,106,86)
#2D5545
(45,85,69)
#244034
(36,64,52)
#1B2B23
(27,43,35)
#121612
(18,22,18)
#000000
(0,0,0)

Tints of #6CE8BC

#6CE8BC
(108,232,188)
#79EAC2
(121,234,194)
#86ECC8
(134,236,200)
#93EECE
(147,238,206)
#A0F0D4
(160,240,212)
#ADF2DA
(173,242,218)
#BAF4E0
(186,244,224)
#C7F6E6
(199,246,230)
#D4F8EC
(212,248,236)
#E1FAF2
(225,250,242)
#EEFCF8
(238,252,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6CE8BC; }

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

This text font color is #6CE8BC.

Background Color

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

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

This div background color is #6CE8BC.

Border color

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

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

This div border color is #6CE8BC.

Opacity

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

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

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

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

This text has shadow with #6CE8BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6CE8BC.

Preview

Color preview on black background

This text has color #6CE8BC on black background.


Color preview on white background

This text has color #6CE8BC on white background.


Black color preview on #6CE8BC background

This text has black color on #6CE8BC background.


White color preview on #6CE8BC background

This text has white color on #6CE8BC background.


Related colors

Complementary color

Complementary color for #hex is #931743.


I love getcolorcode.com

Triadic colors

1 #BC6CE8 and #E8BC6C with #6CE8BC are triadic colors.

2 #BCE86C and #E86CBC with #6CE8BC are triadic colors.