COLOR #6DE2B8

HEX: #6DE2B8
RGB: (109,226,184)

Color info

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

RGB color model

#6DE2B8 color RGB value is (109,226,184).

  • red value is 109;
  • green value is 226;
  • blue value is 184.
RGB:
(109,226,184)
(43%,89%,72%)

RGB channels and saturation

R 109 of 255 = 43%
G 226 of 255 = 89%
B 184 of 255 = 72%

109
226
184

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

Portions of RGB colors in percentages

R + G + B =
109 + 226 + 184 = 519 (100%)
R 109 of 519 ~ 21%
G 226 of 519 ~ 43.55%
B 184 of 519 ~ 35.45%

%21
%43.55
%35.45

CMYK color model

#6DE2B8 color CMYK value is (52,0,19,11).

  • cyan value is 51.77%
  • magenta value is 0.00%
  • yellow value is 18.58%
  • key color value is 11.37%
CMYK:
(52,0,19,11)
C52M0Y19K11 
(52%,0%,19%,11%)
(0.52/0.00/0.19/0.11)	

CMYK percentages

%51.77
%0
%18.58
%11.37

Codes

Color #6DE2B8 in popluar color models

6DE2B8
RGB109226184
HSL158°66.86%65.69%
HSB/HSV158°51.77%88.63%
CMYK51.77%0.00%18.58%
11.37%

Color #6DE2B8 in popluar number systems.

HEX6DE2B8
Decimal109226184
Binary11011011110001010111000
Octal155342270

Shades and tints

Shades of #6DE2B8

#6DE2B8
(109,226,184)
#64CEA8
(100,206,168)
#5BBA98
(91,186,152)
#52A688
(82,166,136)
#499278
(73,146,120)
#407E68
(64,126,104)
#376A58
(55,106,88)
#2E5648
(46,86,72)
#254238
(37,66,56)
#1C2E28
(28,46,40)
#131A18
(19,26,24)
#000000
(0,0,0)

Tints of #6DE2B8

#6DE2B8
(109,226,184)
#7AE4BE
(122,228,190)
#87E6C4
(135,230,196)
#94E8CA
(148,232,202)
#A1EAD0
(161,234,208)
#AEECD6
(174,236,214)
#BBEEDC
(187,238,220)
#C8F0E2
(200,240,226)
#D5F2E8
(213,242,232)
#E2F4EE
(226,244,238)
#EFF6F4
(239,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6DE2B8 color. Also use rgb(109,226,184) instead hex code.

Text Font Color

.myTextColor { color: #6DE2B8; }

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

This text font color is #6DE2B8.


Background Color

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

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

This div background color is #6DE2B8.


Border color

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

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

This div border color is #6DE2B8.


Opacity

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

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

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

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

This text has shadow with #6DE2B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6DE2B8 on black background.


Color preview on white background

This text has color #6DE2B8 on white background.



Black color preview on #6DE2B8 background

This text has black color on #6DE2B8 background.


White color preview on #6DE2B8 background

This text has white color on #6DE2B8 background.