COLOR #6EEFC8

HEX: #6EEFC8
RGB: (110,239,200)

Color info

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

RGB color model

#6EEFC8 color RGB value is (110,239,200).

  • red value is 110;
  • green value is 239;
  • blue value is 200.
RGB:
(110,239,200)
(43%,94%,78%)

RGB channels and saturation

R 110 of 255 = 43%
G 239 of 255 = 94%
B 200 of 255 = 78%

110
239
200

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

Portions of RGB colors in percentages

R + G + B =
110 + 239 + 200 = 549 (100%)
R 110 of 549 ~ 20.04%
G 239 of 549 ~ 43.53%
B 200 of 549 ~ 36.43%

%20.04
%43.53
%36.43

CMYK color model

#6EEFC8 color CMYK value is (54,0,16,6).

  • cyan value is 53.97%
  • magenta value is 0.00%
  • yellow value is 16.32%
  • key color value is 6.27%
CMYK:
(54,0,16,6)
C54M0Y16K6 
(54%,0%,16%,6%)
(0.54/0.00/0.16/0.06)	

CMYK percentages

%53.97
%0
%16.32
%6.27

Codes

Color #6EEFC8 in popluar color models

6EEFC8
RGB110239200
HSL162°80.12%68.43%
HSB/HSV162°53.97%93.73%
CMYK53.97%0.00%16.32%
6.27%

Color #6EEFC8 in popluar number systems.

HEX6EEFC8
Decimal110239200
Binary11011101110111111001000
Octal156357310

Shades and tints

Shades of #6EEFC8

#6EEFC8
(110,239,200)
#64DAB6
(100,218,182)
#5AC5A4
(90,197,164)
#50B092
(80,176,146)
#469B80
(70,155,128)
#3C866E
(60,134,110)
#32715C
(50,113,92)
#285C4A
(40,92,74)
#1E4738
(30,71,56)
#143226
(20,50,38)
#0A1D14
(10,29,20)
#000000
(0,0,0)

Tints of #6EEFC8

#6EEFC8
(110,239,200)
#7BF0CD
(123,240,205)
#88F1D2
(136,241,210)
#95F2D7
(149,242,215)
#A2F3DC
(162,243,220)
#AFF4E1
(175,244,225)
#BCF5E6
(188,245,230)
#C9F6EB
(201,246,235)
#D6F7F0
(214,247,240)
#E3F8F5
(227,248,245)
#F0F9FA
(240,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6EEFC8 color. Also use rgb(110,239,200) instead hex code.

Text Font Color

.myTextColor { color: #6EEFC8; }

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

This text font color is #6EEFC8.


Background Color

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

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

This div background color is #6EEFC8.


Border color

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

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

This div border color is #6EEFC8.


Opacity

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

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

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

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

This text has shadow with #6EEFC8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6EEFC8 on black background.


Color preview on white background

This text has color #6EEFC8 on white background.



Black color preview on #6EEFC8 background

This text has black color on #6EEFC8 background.


White color preview on #6EEFC8 background

This text has white color on #6EEFC8 background.