COLOR #E5EDD4

HEX: #E5EDD4
RGB: (229,237,212)

Renk bilgisi

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

RGB renk modeli

#E5EDD4 color RGB value is (229,237,212).

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

RGB bağlantıları ve doygunluk

R 229 of 255 = 90%
G 237 of 255 = 93%
B 212 of 255 = 83%

229
237
212

R + G + B ~ 89%. #E5EDD4 is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
229 + 237 + 212 = 678 (100%)
R 229 of 678 ~ 33.78%
G 237 of 678 ~ 34.96%
B 212 of 678 ~ 31.27%

%33.78
%34.96
%31.27

CMYK RENK MODELİ

#E5EDD4 rengi CMYK tonu (3,0,11,7).

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

CMYK yüzdeleri

%3.38
%0
%10.55
%7.06

Codes

Color #E5EDD4 in popluar color models

E5EDD4
RGB229237212
HSL79°40.98%88.04%
HSB/HSV79°10.55%92.94%
CMYK3.38%0.00%10.55%
7.06%

Color #E5EDD4 in popluar number systems.

HEXE5EDD4
Decimal229237212
Binary111001011110110111010100
Octal345355324

Shades and tints

Shades of #E5EDD4

#E5EDD4
(229,237,212)
#D1D8C1
(209,216,193)
#BDC3AE
(189,195,174)
#A9AE9B
(169,174,155)
#959988
(149,153,136)
#818475
(129,132,117)
#6D6F62
(109,111,98)
#595A4F
(89,90,79)
#45453C
(69,69,60)
#313029
(49,48,41)
#1D1B16
(29,27,22)
#000000
(0,0,0)

Tints of #E5EDD4

#E5EDD4
(229,237,212)
#E7EED7
(231,238,215)
#E9EFDA
(233,239,218)
#EBF0DD
(235,240,221)
#EDF1E0
(237,241,224)
#EFF2E3
(239,242,227)
#F1F3E6
(241,243,230)
#F3F4E9
(243,244,233)
#F5F5EC
(245,245,236)
#F7F6EF
(247,246,239)
#F9F7F2
(249,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5EDD4; }

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

This text font color is #E5EDD4.


Background Color

.myBgColor { background-color: #E5EDD4; }

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

This div background color is #E5EDD4.


Border color

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

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

This div border color is #E5EDD4.


Opacity

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

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

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

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

This text has shadow with #E5EDD4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5EDD4 on black background.


Color preview on white background

This text has color #E5EDD4 on white background.



Black color preview on #E5EDD4 background

This text has black color on #E5EDD4 background.


White color preview on #E5EDD4 background

This text has white color on #E5EDD4 background.