COLOR #E6ECFE

HEX: #E6ECFE
RGB: (230,236,254)

Renk bilgisi

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

RGB renk modeli

#E6ECFE color RGB value is (230,236,254).

  • kırmız ton 230;
  • yeşil ton 236;
  • mavi ton 254.
RGB:
(230,236,254)
(90%,93%,100%)

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 236 of 255 = 93%
B 254 of 255 = 100%

230
236
254

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

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 236 + 254 = 720 (100%)
R 230 of 720 ~ 31.94%
G 236 of 720 ~ 32.78%
B 254 of 720 ~ 35.28%

%31.94
%32.78
%35.28

CMYK RENK MODELİ

#E6ECFE rengi CMYK tonu (9,7,0,0).

  • camgöbeği tonu 9.45%
  • eflatun tonu 7.09%
  • sarı tonu 0.00%
  • ana renk tonu 0.39%
CMYK:
(9,7,0,0)
C9M7Y0K0 
(9%,7%,0%,0%)
(0.09/0.07/0.00/0.00)	

CMYK yüzdeleri

%9.45
%7.09
%0
%0.39

Codes

Color #E6ECFE in popluar color models

E6ECFE
RGB230236254
HSL225°92.31%94.90%
HSB/HSV225°9.45%99.61%
CMYK9.45%7.09%0.00%
0.39%

Color #E6ECFE in popluar number systems.

HEXE6ECFE
Decimal230236254
Binary111001101110110011111110
Octal346354376

Shades and tints

Shades of #E6ECFE

#E6ECFE
(230,236,254)
#D2D7E7
(210,215,231)
#BEC2D0
(190,194,208)
#AAADB9
(170,173,185)
#9698A2
(150,152,162)
#82838B
(130,131,139)
#6E6E74
(110,110,116)
#5A595D
(90,89,93)
#464446
(70,68,70)
#322F2F
(50,47,47)
#1E1A18
(30,26,24)
#000000
(0,0,0)

Tints of #E6ECFE

#E6ECFE
(230,236,254)
#E8EDFE
(232,237,254)
#EAEEFE
(234,238,254)
#ECEFFE
(236,239,254)
#EEF0FE
(238,240,254)
#F0F1FE
(240,241,254)
#F2F2FE
(242,242,254)
#F4F3FE
(244,243,254)
#F6F4FE
(246,244,254)
#F8F5FE
(248,245,254)
#FAF6FE
(250,246,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6ECFE; }

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

This text font color is #E6ECFE.


Background Color

.myBgColor { background-color: #E6ECFE; }

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

This div background color is #E6ECFE.


Border color

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

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

This div border color is #E6ECFE.


Opacity

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

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

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

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

This text has shadow with #E6ECFE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6ECFE on black background.


Color preview on white background

This text has color #E6ECFE on white background.



Black color preview on #E6ECFE background

This text has black color on #E6ECFE background.


White color preview on #E6ECFE background

This text has white color on #E6ECFE background.