COLOR #E5EDD6

HEX: #E5EDD6
RGB: (229,237,214)

Renk bilgisi

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

RGB renk modeli

#E5EDD6 color RGB value is (229,237,214).

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

RGB bağlantıları ve doygunluk

R 229 of 255 = 90%
G 237 of 255 = 93%
B 214 of 255 = 84%

229
237
214

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

Yüzdelerle RGB renk parçaları

R + G + B =
229 + 237 + 214 = 680 (100%)
R 229 of 680 ~ 33.68%
G 237 of 680 ~ 34.85%
B 214 of 680 ~ 31.47%

%33.68
%34.85
%31.47

CMYK RENK MODELİ

#E5EDD6 rengi CMYK tonu (3,0,10,7).

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

CMYK yüzdeleri

%3.38
%0
%9.7
%7.06

Codes

Color #E5EDD6 in popluar color models

E5EDD6
RGB229237214
HSL81°38.98%88.43%
HSB/HSV81°9.70%92.94%
CMYK3.38%0.00%9.70%
7.06%

Color #E5EDD6 in popluar number systems.

HEXE5EDD6
Decimal229237214
Binary111001011110110111010110
Octal345355326

Shades and tints

Shades of #E5EDD6

#E5EDD6
(229,237,214)
#D1D8C3
(209,216,195)
#BDC3B0
(189,195,176)
#A9AE9D
(169,174,157)
#95998A
(149,153,138)
#818477
(129,132,119)
#6D6F64
(109,111,100)
#595A51
(89,90,81)
#45453E
(69,69,62)
#31302B
(49,48,43)
#1D1B18
(29,27,24)
#000000
(0,0,0)

Tints of #E5EDD6

#E5EDD6
(229,237,214)
#E7EED9
(231,238,217)
#E9EFDC
(233,239,220)
#EBF0DF
(235,240,223)
#EDF1E2
(237,241,226)
#EFF2E5
(239,242,229)
#F1F3E8
(241,243,232)
#F3F4EB
(243,244,235)
#F5F5EE
(245,245,238)
#F7F6F1
(247,246,241)
#F9F7F4
(249,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5EDD6; }

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

This text font color is #E5EDD6.


Background Color

.myBgColor { background-color: #E5EDD6; }

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

This div background color is #E5EDD6.


Border color

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

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

This div border color is #E5EDD6.


Opacity

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

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

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

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

This text has shadow with #E5EDD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5EDD6 on black background.


Color preview on white background

This text has color #E5EDD6 on white background.



Black color preview on #E5EDD6 background

This text has black color on #E5EDD6 background.


White color preview on #E5EDD6 background

This text has white color on #E5EDD6 background.