COLOR #6EF9D8

HEX: #6EF9D8
RGB: (110,249,216)

Color info

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

RGB color model

#6EF9D8 color RGB value is (110,249,216).

  • red value is 110;
  • green value is 249;
  • blue value is 216.
RGB:
(110,249,216)
(43%,98%,85%)

RGB channels and saturation

R 110 of 255 = 43%
G 249 of 255 = 98%
B 216 of 255 = 85%

110
249
216

R + G + B ~ 75%. #6EF9D8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
110 + 249 + 216 = 575 (100%)
R 110 of 575 ~ 19.13%
G 249 of 575 ~ 43.3%
B 216 of 575 ~ 37.57%

%19.13
%43.3
%37.57

CMYK color model

#6EF9D8 color CMYK value is (56,0,13,2).

  • cyan value is 55.82%
  • magenta value is 0.00%
  • yellow value is 13.25%
  • key color value is 2.35%
CMYK:
(56,0,13,2)
C56M0Y13K2 
(56%,0%,13%,2%)
(0.56/0.00/0.13/0.02)	

CMYK percentages

%55.82
%0
%13.25
%2.35

Codes

Color #6EF9D8 in popluar color models

6EF9D8
RGB110249216
HSL166°92.05%70.39%
HSB/HSV166°55.82%97.65%
CMYK55.82%0.00%13.25%
2.35%

Color #6EF9D8 in popluar number systems.

HEX6EF9D8
Decimal110249216
Binary11011101111100111011000
Octal156371330

Shades and tints

Shades of #6EF9D8

#6EF9D8
(110,249,216)
#64E3C5
(100,227,197)
#5ACDB2
(90,205,178)
#50B79F
(80,183,159)
#46A18C
(70,161,140)
#3C8B79
(60,139,121)
#327566
(50,117,102)
#285F53
(40,95,83)
#1E4940
(30,73,64)
#14332D
(20,51,45)
#0A1D1A
(10,29,26)
#000000
(0,0,0)

Tints of #6EF9D8

#6EF9D8
(110,249,216)
#7BF9DB
(123,249,219)
#88F9DE
(136,249,222)
#95F9E1
(149,249,225)
#A2F9E4
(162,249,228)
#AFF9E7
(175,249,231)
#BCF9EA
(188,249,234)
#C9F9ED
(201,249,237)
#D6F9F0
(214,249,240)
#E3F9F3
(227,249,243)
#F0F9F6
(240,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6EF9D8 color. Also use rgb(110,249,216) instead hex code.

Text Font Color

.myTextColor { color: #6EF9D8; }

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

This text font color is #6EF9D8.


Background Color

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

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

This div background color is #6EF9D8.


Border color

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

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

This div border color is #6EF9D8.


Opacity

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

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

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

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

This text has shadow with #6EF9D8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6EF9D8 on black background.


Color preview on white background

This text has color #6EF9D8 on white background.



Black color preview on #6EF9D8 background

This text has black color on #6EF9D8 background.


White color preview on #6EF9D8 background

This text has white color on #6EF9D8 background.