COLOR #E6F3FD

HEX: #E6F3FD
RGB: (230,243,253)

Renk bilgisi

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

RGB renk modeli

#E6F3FD color RGB value is (230,243,253).

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

RGB bağlantıları ve doygunluk

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

230
243
253

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

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 243 + 253 = 726 (100%)
R 230 of 726 ~ 31.68%
G 243 of 726 ~ 33.47%
B 253 of 726 ~ 34.85%

%31.68
%33.47
%34.85

CMYK RENK MODELİ

#E6F3FD rengi CMYK tonu (9,4,0,1).

  • camgöbeği tonu 9.09%
  • eflatun tonu 3.95%
  • sarı tonu 0.00%
  • ana renk tonu 0.78%
CMYK:
(9,4,0,1)
C9M4Y0K1 
(9%,4%,0%,1%)
(0.09/0.04/0.00/0.01)	

CMYK yüzdeleri

%9.09
%3.95
%0
%0.78

Codes

Color #E6F3FD in popluar color models

E6F3FD
RGB230243253
HSL206°85.19%94.71%
HSB/HSV206°9.09%99.22%
CMYK9.09%3.95%0.00%
0.78%

Color #E6F3FD in popluar number systems.

HEXE6F3FD
Decimal230243253
Binary111001101111001111111101
Octal346363375

Shades and tints

Shades of #E6F3FD

#E6F3FD
(230,243,253)
#D2DDE6
(210,221,230)
#BEC7CF
(190,199,207)
#AAB1B8
(170,177,184)
#969BA1
(150,155,161)
#82858A
(130,133,138)
#6E6F73
(110,111,115)
#5A595C
(90,89,92)
#464345
(70,67,69)
#322D2E
(50,45,46)
#1E1717
(30,23,23)
#000000
(0,0,0)

Tints of #E6F3FD

#E6F3FD
(230,243,253)
#E8F4FD
(232,244,253)
#EAF5FD
(234,245,253)
#ECF6FD
(236,246,253)
#EEF7FD
(238,247,253)
#F0F8FD
(240,248,253)
#F2F9FD
(242,249,253)
#F4FAFD
(244,250,253)
#F6FBFD
(246,251,253)
#F8FCFD
(248,252,253)
#FAFDFD
(250,253,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6F3FD; }

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

This text font color is #E6F3FD.


Background Color

.myBgColor { background-color: #E6F3FD; }

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

This div background color is #E6F3FD.


Border color

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

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

This div border color is #E6F3FD.


Opacity

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

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

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

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

This text has shadow with #E6F3FD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6F3FD on black background.


Color preview on white background

This text has color #E6F3FD on white background.



Black color preview on #E6F3FD background

This text has black color on #E6F3FD background.


White color preview on #E6F3FD background

This text has white color on #E6F3FD background.