COLOR #E5ECE7

HEX: #E5ECE7
RGB: (229,236,231)

Renk bilgisi

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

RGB renk modeli

#E5ECE7 color RGB value is (229,236,231).

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

RGB bağlantıları ve doygunluk

R 229 of 255 = 90%
G 236 of 255 = 93%
B 231 of 255 = 91%

229
236
231

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

Yüzdelerle RGB renk parçaları

R + G + B =
229 + 236 + 231 = 696 (100%)
R 229 of 696 ~ 32.9%
G 236 of 696 ~ 33.91%
B 231 of 696 ~ 33.19%

%32.9
%33.91
%33.19

CMYK RENK MODELİ

#E5ECE7 rengi CMYK tonu (3,0,2,7).

  • camgöbeği tonu 2.97%
  • eflatun tonu 0.00%
  • sarı tonu 2.12%
  • ana renk tonu 7.45%
CMYK:
(3,0,2,7)
C3M0Y2K7 
(3%,0%,2%,7%)
(0.03/0.00/0.02/0.07)	

CMYK yüzdeleri

%2.97
%0
%2.12
%7.45

Codes

Color #E5ECE7 in popluar color models

E5ECE7
RGB229236231
HSL137°15.56%91.18%
HSB/HSV137°2.97%92.55%
CMYK2.97%0.00%2.12%
7.45%

Color #E5ECE7 in popluar number systems.

HEXE5ECE7
Decimal229236231
Binary111001011110110011100111
Octal345354347

Shades and tints

Shades of #E5ECE7

#E5ECE7
(229,236,231)
#D1D7D2
(209,215,210)
#BDC2BD
(189,194,189)
#A9ADA8
(169,173,168)
#959893
(149,152,147)
#81837E
(129,131,126)
#6D6E69
(109,110,105)
#595954
(89,89,84)
#45443F
(69,68,63)
#312F2A
(49,47,42)
#1D1A15
(29,26,21)
#000000
(0,0,0)

Tints of #E5ECE7

#E5ECE7
(229,236,231)
#E7EDE9
(231,237,233)
#E9EEEB
(233,238,235)
#EBEFED
(235,239,237)
#EDF0EF
(237,240,239)
#EFF1F1
(239,241,241)
#F1F2F3
(241,242,243)
#F3F3F5
(243,243,245)
#F5F4F7
(245,244,247)
#F7F5F9
(247,245,249)
#F9F6FB
(249,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5ECE7; }

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

This text font color is #E5ECE7.


Background Color

.myBgColor { background-color: #E5ECE7; }

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

This div background color is #E5ECE7.


Border color

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

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

This div border color is #E5ECE7.


Opacity

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

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

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

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

This text has shadow with #E5ECE7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5ECE7 on black background.


Color preview on white background

This text has color #E5ECE7 on white background.



Black color preview on #E5ECE7 background

This text has black color on #E5ECE7 background.


White color preview on #E5ECE7 background

This text has white color on #E5ECE7 background.