COLOR #E1E5EC

HEX: #E1E5EC
RGB: (225,229,236)

Renk bilgisi

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

RGB renk modeli

#E1E5EC color RGB value is (225,229,236).

  • kırmız ton 225;
  • yeşil ton 229;
  • mavi ton 236.
RGB:
(225,229,236)
(88%,90%,93%)

RGB bağlantıları ve doygunluk

R 225 of 255 = 88%
G 229 of 255 = 90%
B 236 of 255 = 93%

225
229
236

R + G + B ~ 90%. #E1E5EC is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
225 + 229 + 236 = 690 (100%)
R 225 of 690 ~ 32.61%
G 229 of 690 ~ 33.19%
B 236 of 690 ~ 34.2%

%32.61
%33.19
%34.2

CMYK RENK MODELİ

#E1E5EC rengi CMYK tonu (5,3,0,7).

  • camgöbeği tonu 4.66%
  • eflatun tonu 2.97%
  • sarı tonu 0.00%
  • ana renk tonu 7.45%
CMYK:
(5,3,0,7)
C5M3Y0K7 
(5%,3%,0%,7%)
(0.05/0.03/0.00/0.07)	

CMYK yüzdeleri

%4.66
%2.97
%0
%7.45

Codes

Color #E1E5EC in popluar color models

E1E5EC
RGB225229236
HSL218°22.45%90.39%
HSB/HSV218°4.66%92.55%
CMYK4.66%2.97%0.00%
7.45%

Color #E1E5EC in popluar number systems.

HEXE1E5EC
Decimal225229236
Binary111000011110010111101100
Octal341345354

Shades and tints

Shades of #E1E5EC

#E1E5EC
(225,229,236)
#CDD1D7
(205,209,215)
#B9BDC2
(185,189,194)
#A5A9AD
(165,169,173)
#919598
(145,149,152)
#7D8183
(125,129,131)
#696D6E
(105,109,110)
#555959
(85,89,89)
#414544
(65,69,68)
#2D312F
(45,49,47)
#191D1A
(25,29,26)
#000000
(0,0,0)

Tints of #E1E5EC

#E1E5EC
(225,229,236)
#E3E7ED
(227,231,237)
#E5E9EE
(229,233,238)
#E7EBEF
(231,235,239)
#E9EDF0
(233,237,240)
#EBEFF1
(235,239,241)
#EDF1F2
(237,241,242)
#EFF3F3
(239,243,243)
#F1F5F4
(241,245,244)
#F3F7F5
(243,247,245)
#F5F9F6
(245,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1E5EC color. Also use rgb(225,229,236) instead hex code.

Text Font Color

.myTextColor { color: #E1E5EC; }

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

This text font color is #E1E5EC.


Background Color

.myBgColor { background-color: #E1E5EC; }

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

This div background color is #E1E5EC.


Border color

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

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

This div border color is #E1E5EC.


Opacity

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

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

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

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

This text has shadow with #E1E5EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1E5EC on black background.


Color preview on white background

This text has color #E1E5EC on white background.



Black color preview on #E1E5EC background

This text has black color on #E1E5EC background.


White color preview on #E1E5EC background

This text has white color on #E1E5EC background.