COLOR #6EFDCC

HEX: #6EFDCC
RGB: (110,253,204)

Color info

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

RGB color model

#6EFDCC color RGB value is (110,253,204).

  • red value is 110;
  • green value is 253;
  • blue value is 204.
RGB:
(110,253,204)
(43%,99%,80%)

RGB channels and saturation

R 110 of 255 = 43%
G 253 of 255 = 99%
B 204 of 255 = 80%

110
253
204

R + G + B ~ 74%. #6EFDCC is quite light color.

Portions of RGB colors in percentages

R + G + B =
110 + 253 + 204 = 567 (100%)
R 110 of 567 ~ 19.4%
G 253 of 567 ~ 44.62%
B 204 of 567 ~ 35.98%

%19.4
%44.62
%35.98

CMYK color model

#6EFDCC color CMYK value is (57,0,19,1).

  • cyan value is 56.52%
  • magenta value is 0.00%
  • yellow value is 19.37%
  • key color value is 0.78%
CMYK:
(57,0,19,1)
C57M0Y19K1 
(57%,0%,19%,1%)
(0.57/0.00/0.19/0.01)	

CMYK percentages

%56.52
%0
%19.37
%0.78

Codes

Color #6EFDCC in popluar color models

6EFDCC
RGB110253204
HSL159°97.28%71.18%
HSB/HSV159°56.52%99.22%
CMYK56.52%0.00%19.37%
0.78%

Color #6EFDCC in popluar number systems.

HEX6EFDCC
Decimal110253204
Binary11011101111110111001100
Octal156375314

Shades and tints

Shades of #6EFDCC

#6EFDCC
(110,253,204)
#64E6BA
(100,230,186)
#5ACFA8
(90,207,168)
#50B896
(80,184,150)
#46A184
(70,161,132)
#3C8A72
(60,138,114)
#327360
(50,115,96)
#285C4E
(40,92,78)
#1E453C
(30,69,60)
#142E2A
(20,46,42)
#0A1718
(10,23,24)
#000000
(0,0,0)

Tints of #6EFDCC

#6EFDCC
(110,253,204)
#7BFDD0
(123,253,208)
#88FDD4
(136,253,212)
#95FDD8
(149,253,216)
#A2FDDC
(162,253,220)
#AFFDE0
(175,253,224)
#BCFDE4
(188,253,228)
#C9FDE8
(201,253,232)
#D6FDEC
(214,253,236)
#E3FDF0
(227,253,240)
#F0FDF4
(240,253,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6EFDCC color. Also use rgb(110,253,204) instead hex code.

Text Font Color

.myTextColor { color: #6EFDCC; }

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

This text font color is #6EFDCC.


Background Color

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

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

This div background color is #6EFDCC.


Border color

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

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

This div border color is #6EFDCC.


Opacity

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

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

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

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

This text has shadow with #6EFDCC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6EFDCC on black background.


Color preview on white background

This text has color #6EFDCC on white background.



Black color preview on #6EFDCC background

This text has black color on #6EFDCC background.


White color preview on #6EFDCC background

This text has white color on #6EFDCC background.