COLOR #E6FDEF

HEX: #E6FDEF
RGB: (230,253,239)

Renk bilgisi

#E6FDEF contains red, green and blue colors in about the same proportion. #E6FDEF ‘ nin web güvenlik rengi #CCFFFF (ya da #CFF) dir.

RGB renk modeli

#E6FDEF color RGB value is (230,253,239).

  • kırmız ton 230;
  • yeşil ton 253;
  • mavi ton 239.
RGB:
(230,253,239)
(90%,99%,94%)

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 253 of 255 = 99%
B 239 of 255 = 94%

230
253
239

R + G + B ~ 94%. #E6FDEF is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 253 + 239 = 722 (100%)
R 230 of 722 ~ 31.86%
G 253 of 722 ~ 35.04%
B 239 of 722 ~ 33.1%

%31.86
%35.04
%33.1

CMYK RENK MODELİ

#E6FDEF rengi CMYK tonu (9,0,6,1).

  • camgöbeği tonu 9.09%
  • eflatun tonu 0.00%
  • sarı tonu 5.53%
  • ana renk tonu 0.78%
CMYK:
(9,0,6,1)
C9M0Y6K1 
(9%,0%,6%,1%)
(0.09/0.00/0.06/0.01)	

CMYK yüzdeleri

%9.09
%0
%5.53
%0.78

Codes

Color #E6FDEF in popluar color models

E6FDEF
RGB230253239
HSL143°85.19%94.71%
HSB/HSV143°9.09%99.22%
CMYK9.09%0.00%5.53%
0.78%

Color #E6FDEF in popluar number systems.

HEXE6FDEF
Decimal230253239
Binary111001101111110111101111
Octal346375357

Shades and tints

Shades of #E6FDEF

#E6FDEF
(230,253,239)
#D2E6DA
(210,230,218)
#BECFC5
(190,207,197)
#AAB8B0
(170,184,176)
#96A19B
(150,161,155)
#828A86
(130,138,134)
#6E7371
(110,115,113)
#5A5C5C
(90,92,92)
#464547
(70,69,71)
#322E32
(50,46,50)
#1E171D
(30,23,29)
#000000
(0,0,0)

Tints of #E6FDEF

#E6FDEF
(230,253,239)
#E8FDF0
(232,253,240)
#EAFDF1
(234,253,241)
#ECFDF2
(236,253,242)
#EEFDF3
(238,253,243)
#F0FDF4
(240,253,244)
#F2FDF5
(242,253,245)
#F4FDF6
(244,253,246)
#F6FDF7
(246,253,247)
#F8FDF8
(248,253,248)
#FAFDF9
(250,253,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6FDEF color. Also use rgb(230,253,239) instead hex code.

Text Font Color

.myTextColor { color: #E6FDEF; }

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

This text font color is #E6FDEF.


Background Color

.myBgColor { background-color: #E6FDEF; }

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

This div background color is #E6FDEF.


Border color

.myBorderColor { border: 1px solid #E6FDEF; }

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

This div border color is #E6FDEF.


Opacity

.myOpacity80 { color: #E6FDEF; opacity: 0.8; }

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

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

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

This text has shadow with #E6FDEF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6FDEF on black background.


Color preview on white background

This text has color #E6FDEF on white background.



Black color preview on #E6FDEF background

This text has black color on #E6FDEF background.


White color preview on #E6FDEF background

This text has white color on #E6FDEF background.