COLOR #E7D7EF

HEX: #E7D7EF
RGB: (231,215,239)

Renk bilgisi

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

RGB renk modeli

#E7D7EF color RGB value is (231,215,239).

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

RGB bağlantıları ve doygunluk

R 231 of 255 = 91%
G 215 of 255 = 84%
B 239 of 255 = 94%

231
215
239

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

Yüzdelerle RGB renk parçaları

R + G + B =
231 + 215 + 239 = 685 (100%)
R 231 of 685 ~ 33.72%
G 215 of 685 ~ 31.39%
B 239 of 685 ~ 34.89%

%33.72
%31.39
%34.89

CMYK RENK MODELİ

#E7D7EF rengi CMYK tonu (3,10,0,6).

  • camgöbeği tonu 3.35%
  • eflatun tonu 10.04%
  • sarı tonu 0.00%
  • ana renk tonu 6.27%
CMYK:
(3,10,0,6)
C3M10Y0K6 
(3%,10%,0%,6%)
(0.03/0.10/0.00/0.06)	

CMYK yüzdeleri

%3.35
%10.04
%0
%6.27

Codes

Color #E7D7EF in popluar color models

E7D7EF
RGB231215239
HSL280°42.86%89.02%
HSB/HSV280°10.04%93.73%
CMYK3.35%10.04%0.00%
6.27%

Color #E7D7EF in popluar number systems.

HEXE7D7EF
Decimal231215239
Binary111001111101011111101111
Octal347327357

Shades and tints

Shades of #E7D7EF

#E7D7EF
(231,215,239)
#D2C4DA
(210,196,218)
#BDB1C5
(189,177,197)
#A89EB0
(168,158,176)
#938B9B
(147,139,155)
#7E7886
(126,120,134)
#696571
(105,101,113)
#54525C
(84,82,92)
#3F3F47
(63,63,71)
#2A2C32
(42,44,50)
#15191D
(21,25,29)
#000000
(0,0,0)

Tints of #E7D7EF

#E7D7EF
(231,215,239)
#E9DAF0
(233,218,240)
#EBDDF1
(235,221,241)
#EDE0F2
(237,224,242)
#EFE3F3
(239,227,243)
#F1E6F4
(241,230,244)
#F3E9F5
(243,233,245)
#F5ECF6
(245,236,246)
#F7EFF7
(247,239,247)
#F9F2F8
(249,242,248)
#FBF5F9
(251,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7D7EF; }

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

This text font color is #E7D7EF.


Background Color

.myBgColor { background-color: #E7D7EF; }

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

This div background color is #E7D7EF.


Border color

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

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

This div border color is #E7D7EF.


Opacity

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

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

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

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

This text has shadow with #E7D7EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7D7EF on black background.


Color preview on white background

This text has color #E7D7EF on white background.



Black color preview on #E7D7EF background

This text has black color on #E7D7EF background.


White color preview on #E7D7EF background

This text has white color on #E7D7EF background.