COLOR #E5DDDD

HEX: #E5DDDD
RGB: (229,221,221)

Renk bilgisi

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

RGB renk modeli

#E5DDDD color RGB value is (229,221,221).

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

RGB bağlantıları ve doygunluk

R 229 of 255 = 90%
G 221 of 255 = 87%
B 221 of 255 = 87%

229
221
221

R + G + B ~ 88%. #E5DDDD is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
229 + 221 + 221 = 671 (100%)
R 229 of 671 ~ 34.13%
G 221 of 671 ~ 32.94%
B 221 of 671 ~ 32.94%

%34.13
%32.94
%32.94

CMYK RENK MODELİ

#E5DDDD rengi CMYK tonu (0,3,3,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 3.49%
  • sarı tonu 3.49%
  • ana renk tonu 10.20%
CMYK:
(0,3,3,10)
C0M3Y3K10 
(0%,3%,3%,10%)
(0.00/0.03/0.03/0.10)	

CMYK yüzdeleri

%0
%3.49
%3.49
%10.2

Codes

Color #E5DDDD in popluar color models

E5DDDD
RGB229221221
HSL13.33%88.24%
HSB/HSV3.49%89.80%
CMYK0.00%3.49%3.49%
10.20%

Color #E5DDDD in popluar number systems.

HEXE5DDDD
Decimal229221221
Binary111001011101110111011101
Octal345335335

Shades and tints

Shades of #E5DDDD

#E5DDDD
(229,221,221)
#D1C9C9
(209,201,201)
#BDB5B5
(189,181,181)
#A9A1A1
(169,161,161)
#958D8D
(149,141,141)
#817979
(129,121,121)
#6D6565
(109,101,101)
#595151
(89,81,81)
#453D3D
(69,61,61)
#312929
(49,41,41)
#1D1515
(29,21,21)
#000000
(0,0,0)

Tints of #E5DDDD

#E5DDDD
(229,221,221)
#E7E0E0
(231,224,224)
#E9E3E3
(233,227,227)
#EBE6E6
(235,230,230)
#EDE9E9
(237,233,233)
#EFECEC
(239,236,236)
#F1EFEF
(241,239,239)
#F3F2F2
(243,242,242)
#F5F5F5
(245,245,245)
#F7F8F8
(247,248,248)
#F9FBFB
(249,251,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5DDDD; }

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

This text font color is #E5DDDD.


Background Color

.myBgColor { background-color: #E5DDDD; }

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

This div background color is #E5DDDD.


Border color

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

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

This div border color is #E5DDDD.


Opacity

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

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

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

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

This text has shadow with #E5DDDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5DDDD on black background.


Color preview on white background

This text has color #E5DDDD on white background.



Black color preview on #E5DDDD background

This text has black color on #E5DDDD background.


White color preview on #E5DDDD background

This text has white color on #E5DDDD background.