COLOR #E1E6EF

HEX: #E1E6EF
RGB: (225,230,239)

Renk bilgisi

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

RGB renk modeli

#E1E6EF color RGB value is (225,230,239).

  • kırmız ton 225;
  • yeşil ton 230;
  • mavi ton 239.
RGB:
(225,230,239)
(88%,90%,94%)

RGB bağlantıları ve doygunluk

R 225 of 255 = 88%
G 230 of 255 = 90%
B 239 of 255 = 94%

225
230
239

R + G + B ~ 91%. #E1E6EF is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
225 + 230 + 239 = 694 (100%)
R 225 of 694 ~ 32.42%
G 230 of 694 ~ 33.14%
B 239 of 694 ~ 34.44%

%32.42
%33.14
%34.44

CMYK RENK MODELİ

#E1E6EF rengi CMYK tonu (6,4,0,6).

  • camgöbeği tonu 5.86%
  • eflatun tonu 3.77%
  • sarı tonu 0.00%
  • ana renk tonu 6.27%
CMYK:
(6,4,0,6)
C6M4Y0K6 
(6%,4%,0%,6%)
(0.06/0.04/0.00/0.06)	

CMYK yüzdeleri

%5.86
%3.77
%0
%6.27

Codes

Color #E1E6EF in popluar color models

E1E6EF
RGB225230239
HSL219°30.43%90.98%
HSB/HSV219°5.86%93.73%
CMYK5.86%3.77%0.00%
6.27%

Color #E1E6EF in popluar number systems.

HEXE1E6EF
Decimal225230239
Binary111000011110011011101111
Octal341346357

Shades and tints

Shades of #E1E6EF

#E1E6EF
(225,230,239)
#CDD2DA
(205,210,218)
#B9BEC5
(185,190,197)
#A5AAB0
(165,170,176)
#91969B
(145,150,155)
#7D8286
(125,130,134)
#696E71
(105,110,113)
#555A5C
(85,90,92)
#414647
(65,70,71)
#2D3232
(45,50,50)
#191E1D
(25,30,29)
#000000
(0,0,0)

Tints of #E1E6EF

#E1E6EF
(225,230,239)
#E3E8F0
(227,232,240)
#E5EAF1
(229,234,241)
#E7ECF2
(231,236,242)
#E9EEF3
(233,238,243)
#EBF0F4
(235,240,244)
#EDF2F5
(237,242,245)
#EFF4F6
(239,244,246)
#F1F6F7
(241,246,247)
#F3F8F8
(243,248,248)
#F5FAF9
(245,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1E6EF; }

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

This text font color is #E1E6EF.


Background Color

.myBgColor { background-color: #E1E6EF; }

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

This div background color is #E1E6EF.


Border color

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

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

This div border color is #E1E6EF.


Opacity

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

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

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

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

This text has shadow with #E1E6EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1E6EF on black background.


Color preview on white background

This text has color #E1E6EF on white background.



Black color preview on #E1E6EF background

This text has black color on #E1E6EF background.


White color preview on #E1E6EF background

This text has white color on #E1E6EF background.