COLOR #6ED7A4

HEX: #6ED7A4
RGB: (110,215,164)

Color info

#6ED7A4 contains mainly green and blue colors. Web safe color of #6ED7A4 is #66CC99 (or #6C9).

RGB color model

#6ED7A4 color RGB value is (110,215,164).

  • red value is 110;
  • green value is 215;
  • blue value is 164.
RGB:
(110,215,164)
(43%,84%,64%)

RGB channels and saturation

R 110 of 255 = 43%
G 215 of 255 = 84%
B 164 of 255 = 64%

110
215
164

R + G + B ~ 64%. #6ED7A4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
110 + 215 + 164 = 489 (100%)
R 110 of 489 ~ 22.49%
G 215 of 489 ~ 43.97%
B 164 of 489 ~ 33.54%

%22.49
%43.97
%33.54

CMYK color model

#6ED7A4 color CMYK value is (49,0,24,16).

  • cyan value is 48.84%
  • magenta value is 0.00%
  • yellow value is 23.72%
  • key color value is 15.69%
CMYK:
(49,0,24,16)
C49M0Y24K16 
(49%,0%,24%,16%)
(0.49/0.00/0.24/0.16)	

CMYK percentages

%48.84
%0
%23.72
%15.69

Codes

Color #6ED7A4 in popluar color models

6ED7A4
RGB110215164
HSL151°56.76%63.73%
HSB/HSV151°48.84%84.31%
CMYK48.84%0.00%23.72%
15.69%

Color #6ED7A4 in popluar number systems.

HEX6ED7A4
Decimal110215164
Binary11011101101011110100100
Octal156327244

Shades and tints

Shades of #6ED7A4

#6ED7A4
(110,215,164)
#64C496
(100,196,150)
#5AB188
(90,177,136)
#509E7A
(80,158,122)
#468B6C
(70,139,108)
#3C785E
(60,120,94)
#326550
(50,101,80)
#285242
(40,82,66)
#1E3F34
(30,63,52)
#142C26
(20,44,38)
#0A1918
(10,25,24)
#000000
(0,0,0)

Tints of #6ED7A4

#6ED7A4
(110,215,164)
#7BDAAC
(123,218,172)
#88DDB4
(136,221,180)
#95E0BC
(149,224,188)
#A2E3C4
(162,227,196)
#AFE6CC
(175,230,204)
#BCE9D4
(188,233,212)
#C9ECDC
(201,236,220)
#D6EFE4
(214,239,228)
#E3F2EC
(227,242,236)
#F0F5F4
(240,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6ED7A4 color. Also use rgb(110,215,164) instead hex code.

Text Font Color

.myTextColor { color: #6ED7A4; }

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

This text font color is #6ED7A4.


Background Color

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

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

This div background color is #6ED7A4.


Border color

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

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

This div border color is #6ED7A4.


Opacity

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

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

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

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

This text has shadow with #6ED7A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6ED7A4 on black background.


Color preview on white background

This text has color #6ED7A4 on white background.



Black color preview on #6ED7A4 background

This text has black color on #6ED7A4 background.


White color preview on #6ED7A4 background

This text has white color on #6ED7A4 background.