COLOR #E4EDE1

HEX: #E4EDE1
RGB: (228,237,225)

Renk bilgisi

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

RGB renk modeli

#E4EDE1 color RGB value is (228,237,225).

  • kırmız ton 228;
  • yeşil ton 237;
  • mavi ton 225.
RGB:
(228,237,225)
(89%,93%,88%)

RGB bağlantıları ve doygunluk

R 228 of 255 = 89%
G 237 of 255 = 93%
B 225 of 255 = 88%

228
237
225

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

Yüzdelerle RGB renk parçaları

R + G + B =
228 + 237 + 225 = 690 (100%)
R 228 of 690 ~ 33.04%
G 237 of 690 ~ 34.35%
B 225 of 690 ~ 32.61%

%33.04
%34.35
%32.61

CMYK RENK MODELİ

#E4EDE1 rengi CMYK tonu (4,0,5,7).

  • camgöbeği tonu 3.80%
  • eflatun tonu 0.00%
  • sarı tonu 5.06%
  • ana renk tonu 7.06%
CMYK:
(4,0,5,7)
C4M0Y5K7 
(4%,0%,5%,7%)
(0.04/0.00/0.05/0.07)	

CMYK yüzdeleri

%3.8
%0
%5.06
%7.06

Codes

Color #E4EDE1 in popluar color models

E4EDE1
RGB228237225
HSL105°25.00%90.59%
HSB/HSV105°5.06%92.94%
CMYK3.80%0.00%5.06%
7.06%

Color #E4EDE1 in popluar number systems.

HEXE4EDE1
Decimal228237225
Binary111001001110110111100001
Octal344355341

Shades and tints

Shades of #E4EDE1

#E4EDE1
(228,237,225)
#D0D8CD
(208,216,205)
#BCC3B9
(188,195,185)
#A8AEA5
(168,174,165)
#949991
(148,153,145)
#80847D
(128,132,125)
#6C6F69
(108,111,105)
#585A55
(88,90,85)
#444541
(68,69,65)
#30302D
(48,48,45)
#1C1B19
(28,27,25)
#000000
(0,0,0)

Tints of #E4EDE1

#E4EDE1
(228,237,225)
#E6EEE3
(230,238,227)
#E8EFE5
(232,239,229)
#EAF0E7
(234,240,231)
#ECF1E9
(236,241,233)
#EEF2EB
(238,242,235)
#F0F3ED
(240,243,237)
#F2F4EF
(242,244,239)
#F4F5F1
(244,245,241)
#F6F6F3
(246,246,243)
#F8F7F5
(248,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4EDE1 color. Also use rgb(228,237,225) instead hex code.

Text Font Color

.myTextColor { color: #E4EDE1; }

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

This text font color is #E4EDE1.


Background Color

.myBgColor { background-color: #E4EDE1; }

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

This div background color is #E4EDE1.


Border color

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

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

This div border color is #E4EDE1.


Opacity

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

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

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

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

This text has shadow with #E4EDE1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4EDE1 on black background.


Color preview on white background

This text has color #E4EDE1 on white background.



Black color preview on #E4EDE1 background

This text has black color on #E4EDE1 background.


White color preview on #E4EDE1 background

This text has white color on #E4EDE1 background.