COLOR #6DE7AF

HEX: #6DE7AF
RGB: (109,231,175)

Color info

#6DE7AF contains mainly green and blue colors. Web safe color of #6DE7AF is #66FF99 (or #6F9).

RGB color model

#6DE7AF color RGB value is (109,231,175).

  • red value is 109;
  • green value is 231;
  • blue value is 175.
RGB:
(109,231,175)
(43%,91%,69%)

RGB channels and saturation

R 109 of 255 = 43%
G 231 of 255 = 91%
B 175 of 255 = 69%

109
231
175

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

Portions of RGB colors in percentages

R + G + B =
109 + 231 + 175 = 515 (100%)
R 109 of 515 ~ 21.17%
G 231 of 515 ~ 44.85%
B 175 of 515 ~ 33.98%

%21.17
%44.85
%33.98

CMYK color model

#6DE7AF color CMYK value is (53,0,24,9).

  • cyan value is 52.81%
  • magenta value is 0.00%
  • yellow value is 24.24%
  • key color value is 9.41%
CMYK:
(53,0,24,9)
C53M0Y24K9 
(53%,0%,24%,9%)
(0.53/0.00/0.24/0.09)	

CMYK percentages

%52.81
%0
%24.24
%9.41

Codes

Color #6DE7AF in popluar color models

6DE7AF
RGB109231175
HSL152°71.76%66.67%
HSB/HSV152°52.81%90.59%
CMYK52.81%0.00%24.24%
9.41%

Color #6DE7AF in popluar number systems.

HEX6DE7AF
Decimal109231175
Binary11011011110011110101111
Octal155347257

Shades and tints

Shades of #6DE7AF

#6DE7AF
(109,231,175)
#64D2A0
(100,210,160)
#5BBD91
(91,189,145)
#52A882
(82,168,130)
#499373
(73,147,115)
#407E64
(64,126,100)
#376955
(55,105,85)
#2E5446
(46,84,70)
#253F37
(37,63,55)
#1C2A28
(28,42,40)
#131519
(19,21,25)
#000000
(0,0,0)

Tints of #6DE7AF

#6DE7AF
(109,231,175)
#7AE9B6
(122,233,182)
#87EBBD
(135,235,189)
#94EDC4
(148,237,196)
#A1EFCB
(161,239,203)
#AEF1D2
(174,241,210)
#BBF3D9
(187,243,217)
#C8F5E0
(200,245,224)
#D5F7E7
(213,247,231)
#E2F9EE
(226,249,238)
#EFFBF5
(239,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6DE7AF color. Also use rgb(109,231,175) instead hex code.

Text Font Color

.myTextColor { color: #6DE7AF; }

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

This text font color is #6DE7AF.


Background Color

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

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

This div background color is #6DE7AF.


Border color

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

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

This div border color is #6DE7AF.


Opacity

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

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

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

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

This text has shadow with #6DE7AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6DE7AF on black background.


Color preview on white background

This text has color #6DE7AF on white background.



Black color preview on #6DE7AF background

This text has black color on #6DE7AF background.


White color preview on #6DE7AF background

This text has white color on #6DE7AF background.