COLOR #E6FDF8

HEX: #E6FDF8
RGB: (230,253,248)

Renk bilgisi

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

RGB renk modeli

#E6FDF8 color RGB value is (230,253,248).

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

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 253 of 255 = 99%
B 248 of 255 = 97%

230
253
248

R + G + B ~ 95%. #E6FDF8 is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 253 + 248 = 731 (100%)
R 230 of 731 ~ 31.46%
G 253 of 731 ~ 34.61%
B 248 of 731 ~ 33.93%

%31.46
%34.61
%33.93

CMYK RENK MODELİ

#E6FDF8 rengi CMYK tonu (9,0,2,1).

  • camgöbeği tonu 9.09%
  • eflatun tonu 0.00%
  • sarı tonu 1.98%
  • ana renk tonu 0.78%
CMYK:
(9,0,2,1)
C9M0Y2K1 
(9%,0%,2%,1%)
(0.09/0.00/0.02/0.01)	

CMYK yüzdeleri

%9.09
%0
%1.98
%0.78

Codes

Color #E6FDF8 in popluar color models

E6FDF8
RGB230253248
HSL167°85.19%94.71%
HSB/HSV167°9.09%99.22%
CMYK9.09%0.00%1.98%
0.78%

Color #E6FDF8 in popluar number systems.

HEXE6FDF8
Decimal230253248
Binary111001101111110111111000
Octal346375370

Shades and tints

Shades of #E6FDF8

#E6FDF8
(230,253,248)
#D2E6E2
(210,230,226)
#BECFCC
(190,207,204)
#AAB8B6
(170,184,182)
#96A1A0
(150,161,160)
#828A8A
(130,138,138)
#6E7374
(110,115,116)
#5A5C5E
(90,92,94)
#464548
(70,69,72)
#322E32
(50,46,50)
#1E171C
(30,23,28)
#000000
(0,0,0)

Tints of #E6FDF8

#E6FDF8
(230,253,248)
#E8FDF8
(232,253,248)
#EAFDF8
(234,253,248)
#ECFDF8
(236,253,248)
#EEFDF8
(238,253,248)
#F0FDF8
(240,253,248)
#F2FDF8
(242,253,248)
#F4FDF8
(244,253,248)
#F6FDF8
(246,253,248)
#F8FDF8
(248,253,248)
#FAFDF8
(250,253,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6FDF8; }

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

This text font color is #E6FDF8.


Background Color

.myBgColor { background-color: #E6FDF8; }

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

This div background color is #E6FDF8.


Border color

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

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

This div border color is #E6FDF8.


Opacity

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

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

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

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

This text has shadow with #E6FDF8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6FDF8 on black background.


Color preview on white background

This text has color #E6FDF8 on white background.



Black color preview on #E6FDF8 background

This text has black color on #E6FDF8 background.


White color preview on #E6FDF8 background

This text has white color on #E6FDF8 background.