COLOR #E7DDD7

HEX: #E7DDD7
RGB: (231,221,215)

Renk bilgisi

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

RGB renk modeli

#E7DDD7 color RGB value is (231,221,215).

  • kırmız ton 231;
  • yeşil ton 221;
  • mavi ton 215.
RGB:
(231,221,215)
(91%,87%,84%)

RGB bağlantıları ve doygunluk

R 231 of 255 = 91%
G 221 of 255 = 87%
B 215 of 255 = 84%

231
221
215

R + G + B ~ 87%. #E7DDD7 is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
231 + 221 + 215 = 667 (100%)
R 231 of 667 ~ 34.63%
G 221 of 667 ~ 33.13%
B 215 of 667 ~ 32.23%

%34.63
%33.13
%32.23

CMYK RENK MODELİ

#E7DDD7 rengi CMYK tonu (0,4,7,9).

  • camgöbeği tonu 0.00%
  • eflatun tonu 4.33%
  • sarı tonu 6.93%
  • ana renk tonu 9.41%
CMYK:
(0,4,7,9)
C0M4Y7K9 
(0%,4%,7%,9%)
(0.00/0.04/0.07/0.09)	

CMYK yüzdeleri

%0
%4.33
%6.93
%9.41

Codes

Color #E7DDD7 in popluar color models

E7DDD7
RGB231221215
HSL23°25.00%87.45%
HSB/HSV23°6.93%90.59%
CMYK0.00%4.33%6.93%
9.41%

Color #E7DDD7 in popluar number systems.

HEXE7DDD7
Decimal231221215
Binary111001111101110111010111
Octal347335327

Shades and tints

Shades of #E7DDD7

#E7DDD7
(231,221,215)
#D2C9C4
(210,201,196)
#BDB5B1
(189,181,177)
#A8A19E
(168,161,158)
#938D8B
(147,141,139)
#7E7978
(126,121,120)
#696565
(105,101,101)
#545152
(84,81,82)
#3F3D3F
(63,61,63)
#2A292C
(42,41,44)
#151519
(21,21,25)
#000000
(0,0,0)

Tints of #E7DDD7

#E7DDD7
(231,221,215)
#E9E0DA
(233,224,218)
#EBE3DD
(235,227,221)
#EDE6E0
(237,230,224)
#EFE9E3
(239,233,227)
#F1ECE6
(241,236,230)
#F3EFE9
(243,239,233)
#F5F2EC
(245,242,236)
#F7F5EF
(247,245,239)
#F9F8F2
(249,248,242)
#FBFBF5
(251,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7DDD7; }

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

This text font color is #E7DDD7.


Background Color

.myBgColor { background-color: #E7DDD7; }

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

This div background color is #E7DDD7.


Border color

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

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

This div border color is #E7DDD7.


Opacity

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

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

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

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

This text has shadow with #E7DDD7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7DDD7 on black background.


Color preview on white background

This text has color #E7DDD7 on white background.



Black color preview on #E7DDD7 background

This text has black color on #E7DDD7 background.


White color preview on #E7DDD7 background

This text has white color on #E7DDD7 background.