COLOR #6DF8B6

HEX: #6DF8B6
RGB: (109,248,182)

Color info

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

RGB color model

#6DF8B6 color RGB value is (109,248,182).

  • red value is 109;
  • green value is 248;
  • blue value is 182.
RGB:
(109,248,182)
(43%,97%,71%)

RGB channels and saturation

R 109 of 255 = 43%
G 248 of 255 = 97%
B 182 of 255 = 71%

109
248
182

R + G + B ~ 70%. #6DF8B6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
109 + 248 + 182 = 539 (100%)
R 109 of 539 ~ 20.22%
G 248 of 539 ~ 46.01%
B 182 of 539 ~ 33.77%

%20.22
%46.01
%33.77

CMYK color model

#6DF8B6 color CMYK value is (56,0,27,3).

  • cyan value is 56.05%
  • magenta value is 0.00%
  • yellow value is 26.61%
  • key color value is 2.75%
CMYK:
(56,0,27,3)
C56M0Y27K3 
(56%,0%,27%,3%)
(0.56/0.00/0.27/0.03)	

CMYK percentages

%56.05
%0
%26.61
%2.75

Codes

Color #6DF8B6 in popluar color models

6DF8B6
RGB109248182
HSL152°90.85%70.00%
HSB/HSV152°56.05%97.25%
CMYK56.05%0.00%26.61%
2.75%

Color #6DF8B6 in popluar number systems.

HEX6DF8B6
Decimal109248182
Binary11011011111100010110110
Octal155370266

Shades and tints

Shades of #6DF8B6

#6DF8B6
(109,248,182)
#64E2A6
(100,226,166)
#5BCC96
(91,204,150)
#52B686
(82,182,134)
#49A076
(73,160,118)
#408A66
(64,138,102)
#377456
(55,116,86)
#2E5E46
(46,94,70)
#254836
(37,72,54)
#1C3226
(28,50,38)
#131C16
(19,28,22)
#000000
(0,0,0)

Tints of #6DF8B6

#6DF8B6
(109,248,182)
#7AF8BC
(122,248,188)
#87F8C2
(135,248,194)
#94F8C8
(148,248,200)
#A1F8CE
(161,248,206)
#AEF8D4
(174,248,212)
#BBF8DA
(187,248,218)
#C8F8E0
(200,248,224)
#D5F8E6
(213,248,230)
#E2F8EC
(226,248,236)
#EFF8F2
(239,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6DF8B6 color. Also use rgb(109,248,182) instead hex code.

Text Font Color

.myTextColor { color: #6DF8B6; }

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

This text font color is #6DF8B6.


Background Color

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

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

This div background color is #6DF8B6.


Border color

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

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

This div border color is #6DF8B6.


Opacity

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

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

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

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

This text has shadow with #6DF8B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6DF8B6 on black background.


Color preview on white background

This text has color #6DF8B6 on white background.



Black color preview on #6DF8B6 background

This text has black color on #6DF8B6 background.


White color preview on #6DF8B6 background

This text has white color on #6DF8B6 background.