COLOR #E5ECED

HEX: #E5ECED
RGB: (229,236,237)

Renk bilgisi

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

RGB renk modeli

#E5ECED color RGB value is (229,236,237).

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

RGB bağlantıları ve doygunluk

R 229 of 255 = 90%
G 236 of 255 = 93%
B 237 of 255 = 93%

229
236
237

R + G + B ~ 92%. #E5ECED is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
229 + 236 + 237 = 702 (100%)
R 229 of 702 ~ 32.62%
G 236 of 702 ~ 33.62%
B 237 of 702 ~ 33.76%

%32.62
%33.62
%33.76

CMYK RENK MODELİ

#E5ECED rengi CMYK tonu (3,0,0,7).

  • camgöbeği tonu 3.38%
  • eflatun tonu 0.42%
  • sarı tonu 0.00%
  • ana renk tonu 7.06%
CMYK:
(3,0,0,7)
C3M0Y0K7 
(3%,0%,0%,7%)
(0.03/0.00/0.00/0.07)	

CMYK yüzdeleri

%3.38
%0.42
%0
%7.06

Codes

Color #E5ECED in popluar color models

E5ECED
RGB229236237
HSL188°18.18%91.37%
HSB/HSV188°3.38%92.94%
CMYK3.38%0.42%0.00%
7.06%

Color #E5ECED in popluar number systems.

HEXE5ECED
Decimal229236237
Binary111001011110110011101101
Octal345354355

Shades and tints

Shades of #E5ECED

#E5ECED
(229,236,237)
#D1D7D8
(209,215,216)
#BDC2C3
(189,194,195)
#A9ADAE
(169,173,174)
#959899
(149,152,153)
#818384
(129,131,132)
#6D6E6F
(109,110,111)
#59595A
(89,89,90)
#454445
(69,68,69)
#312F30
(49,47,48)
#1D1A1B
(29,26,27)
#000000
(0,0,0)

Tints of #E5ECED

#E5ECED
(229,236,237)
#E7EDEE
(231,237,238)
#E9EEEF
(233,238,239)
#EBEFF0
(235,239,240)
#EDF0F1
(237,240,241)
#EFF1F2
(239,241,242)
#F1F2F3
(241,242,243)
#F3F3F4
(243,243,244)
#F5F4F5
(245,244,245)
#F7F5F6
(247,245,246)
#F9F6F7
(249,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5ECED; }

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

This text font color is #E5ECED.


Background Color

.myBgColor { background-color: #E5ECED; }

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

This div background color is #E5ECED.


Border color

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

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

This div border color is #E5ECED.


Opacity

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

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

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

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

This text has shadow with #E5ECED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5ECED on black background.


Color preview on white background

This text has color #E5ECED on white background.



Black color preview on #E5ECED background

This text has black color on #E5ECED background.


White color preview on #E5ECED background

This text has white color on #E5ECED background.