COLOR #E6ECF1

HEX: #E6ECF1
RGB: (230,236,241)

Renk bilgisi

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

RGB renk modeli

#E6ECF1 color RGB value is (230,236,241).

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

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 236 of 255 = 93%
B 241 of 255 = 95%

230
236
241

R + G + B ~ 93%. #E6ECF1 is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 236 + 241 = 707 (100%)
R 230 of 707 ~ 32.53%
G 236 of 707 ~ 33.38%
B 241 of 707 ~ 34.09%

%32.53
%33.38
%34.09

CMYK RENK MODELİ

#E6ECF1 rengi CMYK tonu (5,2,0,5).

  • camgöbeği tonu 4.56%
  • eflatun tonu 2.07%
  • sarı tonu 0.00%
  • ana renk tonu 5.49%
CMYK:
(5,2,0,5)
C5M2Y0K5 
(5%,2%,0%,5%)
(0.05/0.02/0.00/0.05)	

CMYK yüzdeleri

%4.56
%2.07
%0
%5.49

Codes

Color #E6ECF1 in popluar color models

E6ECF1
RGB230236241
HSL207°28.21%92.35%
HSB/HSV207°4.56%94.51%
CMYK4.56%2.07%0.00%
5.49%

Color #E6ECF1 in popluar number systems.

HEXE6ECF1
Decimal230236241
Binary111001101110110011110001
Octal346354361

Shades and tints

Shades of #E6ECF1

#E6ECF1
(230,236,241)
#D2D7DC
(210,215,220)
#BEC2C7
(190,194,199)
#AAADB2
(170,173,178)
#96989D
(150,152,157)
#828388
(130,131,136)
#6E6E73
(110,110,115)
#5A595E
(90,89,94)
#464449
(70,68,73)
#322F34
(50,47,52)
#1E1A1F
(30,26,31)
#000000
(0,0,0)

Tints of #E6ECF1

#E6ECF1
(230,236,241)
#E8EDF2
(232,237,242)
#EAEEF3
(234,238,243)
#ECEFF4
(236,239,244)
#EEF0F5
(238,240,245)
#F0F1F6
(240,241,246)
#F2F2F7
(242,242,247)
#F4F3F8
(244,243,248)
#F6F4F9
(246,244,249)
#F8F5FA
(248,245,250)
#FAF6FB
(250,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6ECF1; }

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

This text font color is #E6ECF1.


Background Color

.myBgColor { background-color: #E6ECF1; }

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

This div background color is #E6ECF1.


Border color

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

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

This div border color is #E6ECF1.


Opacity

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

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

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

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

This text has shadow with #E6ECF1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6ECF1 on black background.


Color preview on white background

This text has color #E6ECF1 on white background.



Black color preview on #E6ECF1 background

This text has black color on #E6ECF1 background.


White color preview on #E6ECF1 background

This text has white color on #E6ECF1 background.