COLOR #6EF7C5

HEX: #6EF7C5
RGB: (110,247,197)

Color info

#6EF7C5 contains mainly green and blue colors. Web safe color of #6EF7C5 is #66FFCC (or #6FC).

RGB color model

#6EF7C5 color RGB value is (110,247,197).

  • red value is 110;
  • green value is 247;
  • blue value is 197.
RGB:
(110,247,197)
(43%,97%,77%)

RGB channels and saturation

R 110 of 255 = 43%
G 247 of 255 = 97%
B 197 of 255 = 77%

110
247
197

R + G + B ~ 72%. #6EF7C5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
110 + 247 + 197 = 554 (100%)
R 110 of 554 ~ 19.86%
G 247 of 554 ~ 44.58%
B 197 of 554 ~ 35.56%

%19.86
%44.58
%35.56

CMYK color model

#6EF7C5 color CMYK value is (55,0,20,3).

  • cyan value is 55.47%
  • magenta value is 0.00%
  • yellow value is 20.24%
  • key color value is 3.14%
CMYK:
(55,0,20,3)
C55M0Y20K3 
(55%,0%,20%,3%)
(0.55/0.00/0.20/0.03)	

CMYK percentages

%55.47
%0
%20.24
%3.14

Codes

Color #6EF7C5 in popluar color models

6EF7C5
RGB110247197
HSL158°89.54%70.00%
HSB/HSV158°55.47%96.86%
CMYK55.47%0.00%20.24%
3.14%

Color #6EF7C5 in popluar number systems.

HEX6EF7C5
Decimal110247197
Binary11011101111011111000101
Octal156367305

Shades and tints

Shades of #6EF7C5

#6EF7C5
(110,247,197)
#64E1B4
(100,225,180)
#5ACBA3
(90,203,163)
#50B592
(80,181,146)
#469F81
(70,159,129)
#3C8970
(60,137,112)
#32735F
(50,115,95)
#285D4E
(40,93,78)
#1E473D
(30,71,61)
#14312C
(20,49,44)
#0A1B1B
(10,27,27)
#000000
(0,0,0)

Tints of #6EF7C5

#6EF7C5
(110,247,197)
#7BF7CA
(123,247,202)
#88F7CF
(136,247,207)
#95F7D4
(149,247,212)
#A2F7D9
(162,247,217)
#AFF7DE
(175,247,222)
#BCF7E3
(188,247,227)
#C9F7E8
(201,247,232)
#D6F7ED
(214,247,237)
#E3F7F2
(227,247,242)
#F0F7F7
(240,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6EF7C5 color. Also use rgb(110,247,197) instead hex code.

Text Font Color

.myTextColor { color: #6EF7C5; }

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

This text font color is #6EF7C5.


Background Color

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

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

This div background color is #6EF7C5.


Border color

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

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

This div border color is #6EF7C5.


Opacity

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

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

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

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

This text has shadow with #6EF7C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6EF7C5 on black background.


Color preview on white background

This text has color #6EF7C5 on white background.



Black color preview on #6EF7C5 background

This text has black color on #6EF7C5 background.


White color preview on #6EF7C5 background

This text has white color on #6EF7C5 background.