COLOR #E5ECF2

HEX: #E5ECF2
RGB: (229,236,242)

Renk bilgisi

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

RGB renk modeli

#E5ECF2 color RGB value is (229,236,242).

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

RGB bağlantıları ve doygunluk

R 229 of 255 = 90%
G 236 of 255 = 93%
B 242 of 255 = 95%

229
236
242

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

Yüzdelerle RGB renk parçaları

R + G + B =
229 + 236 + 242 = 707 (100%)
R 229 of 707 ~ 32.39%
G 236 of 707 ~ 33.38%
B 242 of 707 ~ 34.23%

%32.39
%33.38
%34.23

CMYK RENK MODELİ

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

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

CMYK yüzdeleri

%5.37
%2.48
%0
%5.1

Codes

Color #E5ECF2 in popluar color models

E5ECF2
RGB229236242
HSL208°33.33%92.35%
HSB/HSV208°5.37%94.90%
CMYK5.37%2.48%0.00%
5.10%

Color #E5ECF2 in popluar number systems.

HEXE5ECF2
Decimal229236242
Binary111001011110110011110010
Octal345354362

Shades and tints

Shades of #E5ECF2

#E5ECF2
(229,236,242)
#D1D7DC
(209,215,220)
#BDC2C6
(189,194,198)
#A9ADB0
(169,173,176)
#95989A
(149,152,154)
#818384
(129,131,132)
#6D6E6E
(109,110,110)
#595958
(89,89,88)
#454442
(69,68,66)
#312F2C
(49,47,44)
#1D1A16
(29,26,22)
#000000
(0,0,0)

Tints of #E5ECF2

#E5ECF2
(229,236,242)
#E7EDF3
(231,237,243)
#E9EEF4
(233,238,244)
#EBEFF5
(235,239,245)
#EDF0F6
(237,240,246)
#EFF1F7
(239,241,247)
#F1F2F8
(241,242,248)
#F3F3F9
(243,243,249)
#F5F4FA
(245,244,250)
#F7F5FB
(247,245,251)
#F9F6FC
(249,246,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5ECF2; }

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

This text font color is #E5ECF2.


Background Color

.myBgColor { background-color: #E5ECF2; }

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

This div background color is #E5ECF2.


Border color

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

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

This div border color is #E5ECF2.


Opacity

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

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

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

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

This text has shadow with #E5ECF2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5ECF2 on black background.


Color preview on white background

This text has color #E5ECF2 on white background.



Black color preview on #E5ECF2 background

This text has black color on #E5ECF2 background.


White color preview on #E5ECF2 background

This text has white color on #E5ECF2 background.