COLOR #E6FDFD

HEX: #E6FDFD RGB: (230,253,253)

Renk bilgisi

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

RGB renk modeli

#E6FDFD color RGB value is (230,253,253).

RGB: (230,253,253) (90%, 99%, 99%)

RGB bağlantıları ve doygunluk

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

230
253
253

R + G + B ~ 96%. #E6FDFD is light color.

Yüzdelerle RGB renk parçaları

R + G + B = 230 + 253 + 253 = 736 (100%)
R 230 of 736 ~ 31.25%
G 253 of 736 ~ 34.38%
B 253 of 736 ~ 34.38'%

%31.25
%34.38
%34.38

CMYK RENK MODELİ

#E6FDFD rengi CMYK tonu (9,0,0,1).

  • camgöbeği tonu 9.09%
  • eflatun tonu 0.00%
  • sarı tonu 0.00%
  • ana renk tonu 0.78%

CMYK: (9,0,0,1)
C9M0Y0K1 (9%, 0%, 0%, 1%)
(0.09 / 0.00 / 0.00 / 0.01)

CMYK yüzdeleri

%9.09
%0
%0
%0.78

Codes

Color #E6FDFD in popluar color models

E6 FD FD
RGB 230 253 253
HSL 180° 85.19% 94.71%
HSB/HSV 180° 9.09% 99.22%
CMYK 9.09% 0.00% 0.00%
0.78%

Color #E6FDFD in popluar number systems.

HEX E6 FD FD
Decimal 230 253 253
Binary 11100110 11111101 11111101
Octal 346 375 375

Shades and tints

Shades of #E6FDFD

#E6FDFD
(230,253,253)
#D2E6E6
(210,230,230)
#BECFCF
(190,207,207)
#AAB8B8
(170,184,184)
#96A1A1
(150,161,161)
#828A8A
(130,138,138)
#6E7373
(110,115,115)
#5A5C5C
(90,92,92)
#464545
(70,69,69)
#322E2E
(50,46,46)
#1E1717
(30,23,23)
#000000
(0,0,0)

Tints of #E6FDFD

#E6FDFD
(230,253,253)
#E8FDFD
(232,253,253)
#EAFDFD
(234,253,253)
#ECFDFD
(236,253,253)
#EEFDFD
(238,253,253)
#F0FDFD
(240,253,253)
#F2FDFD
(242,253,253)
#F4FDFD
(244,253,253)
#F6FDFD
(246,253,253)
#F8FDFD
(248,253,253)
#FAFDFD
(250,253,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6FDFD; }

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

This text font color is #E6FDFD.

Background Color

.myBgColor { background-color: #E6FDFD; }

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

This div background color is #E6FDFD.

Border color

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

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

This div border color is #E6FDFD.

Opacity

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

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

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

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

This text has shadow with #E6FDFD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6FDFD.

Preview

Color preview on black background

This text has color #E6FDFD on black background.


Color preview on white background

This text has color #E6FDFD on white background.


Black color preview on #E6FDFD background

This text has black color on #E6FDFD background.


White color preview on #E6FDFD background

This text has white color on #E6FDFD background.


Related colors

Complementary color

Complementary color for #hex is #190202.


I love getcolorcode.com