COLOR #6CFDB8

HEX: #6CFDB8
RGB: (108,253,184)

Color info

#6CFDB8 contains mainly green color. Web safe color of #6CFDB8 is #66FFCC (or #6FC).

RGB color model

#6CFDB8 color RGB value is (108,253,184).

  • red value is 108;
  • green value is 253;
  • blue value is 184.
RGB:
(108,253,184)
(42%,99%,72%)

RGB channels and saturation

R 108 of 255 = 42%
G 253 of 255 = 99%
B 184 of 255 = 72%

108
253
184

R + G + B ~ 71%. #6CFDB8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
108 + 253 + 184 = 545 (100%)
R 108 of 545 ~ 19.82%
G 253 of 545 ~ 46.42%
B 184 of 545 ~ 33.76%

%19.82
%46.42
%33.76

CMYK color model

#6CFDB8 color CMYK value is (57,0,27,1).

  • cyan value is 57.31%
  • magenta value is 0.00%
  • yellow value is 27.27%
  • key color value is 0.78%
CMYK:
(57,0,27,1)
C57M0Y27K1 
(57%,0%,27%,1%)
(0.57/0.00/0.27/0.01)	

CMYK percentages

%57.31
%0
%27.27
%0.78

Codes

Color #6CFDB8 in popluar color models

6CFDB8
RGB108253184
HSL151°97.32%70.78%
HSB/HSV151°57.31%99.22%
CMYK57.31%0.00%27.27%
0.78%

Color #6CFDB8 in popluar number systems.

HEX6CFDB8
Decimal108253184
Binary11011001111110110111000
Octal154375270

Shades and tints

Shades of #6CFDB8

#6CFDB8
(108,253,184)
#63E6A8
(99,230,168)
#5ACF98
(90,207,152)
#51B888
(81,184,136)
#48A178
(72,161,120)
#3F8A68
(63,138,104)
#367358
(54,115,88)
#2D5C48
(45,92,72)
#244538
(36,69,56)
#1B2E28
(27,46,40)
#121718
(18,23,24)
#000000
(0,0,0)

Tints of #6CFDB8

#6CFDB8
(108,253,184)
#79FDBE
(121,253,190)
#86FDC4
(134,253,196)
#93FDCA
(147,253,202)
#A0FDD0
(160,253,208)
#ADFDD6
(173,253,214)
#BAFDDC
(186,253,220)
#C7FDE2
(199,253,226)
#D4FDE8
(212,253,232)
#E1FDEE
(225,253,238)
#EEFDF4
(238,253,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6CFDB8 color. Also use rgb(108,253,184) instead hex code.

Text Font Color

.myTextColor { color: #6CFDB8; }

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

This text font color is #6CFDB8.


Background Color

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

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

This div background color is #6CFDB8.


Border color

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

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

This div border color is #6CFDB8.


Opacity

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

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

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

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

This text has shadow with #6CFDB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6CFDB8 on black background.


Color preview on white background

This text has color #6CFDB8 on white background.



Black color preview on #6CFDB8 background

This text has black color on #6CFDB8 background.


White color preview on #6CFDB8 background

This text has white color on #6CFDB8 background.