COLOR #E7D9F7

HEX: #E7D9F7
RGB: (231,217,247)

Renk bilgisi

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

RGB renk modeli

#E7D9F7 color RGB value is (231,217,247).

  • kırmız ton 231;
  • yeşil ton 217;
  • mavi ton 247.
RGB:
(231,217,247)
(91%,85%,97%)

RGB bağlantıları ve doygunluk

R 231 of 255 = 91%
G 217 of 255 = 85%
B 247 of 255 = 97%

231
217
247

R + G + B ~ 91%. #E7D9F7 is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
231 + 217 + 247 = 695 (100%)
R 231 of 695 ~ 33.24%
G 217 of 695 ~ 31.22%
B 247 of 695 ~ 35.54%

%33.24
%31.22
%35.54

CMYK RENK MODELİ

#E7D9F7 rengi CMYK tonu (6,12,0,3).

  • camgöbeği tonu 6.48%
  • eflatun tonu 12.15%
  • sarı tonu 0.00%
  • ana renk tonu 3.14%
CMYK:
(6,12,0,3)
C6M12Y0K3 
(6%,12%,0%,3%)
(0.06/0.12/0.00/0.03)	

CMYK yüzdeleri

%6.48
%12.15
%0
%3.14

Codes

Color #E7D9F7 in popluar color models

E7D9F7
RGB231217247
HSL268°65.22%90.98%
HSB/HSV268°12.15%96.86%
CMYK6.48%12.15%0.00%
3.14%

Color #E7D9F7 in popluar number systems.

HEXE7D9F7
Decimal231217247
Binary111001111101100111110111
Octal347331367

Shades and tints

Shades of #E7D9F7

#E7D9F7
(231,217,247)
#D2C6E1
(210,198,225)
#BDB3CB
(189,179,203)
#A8A0B5
(168,160,181)
#938D9F
(147,141,159)
#7E7A89
(126,122,137)
#696773
(105,103,115)
#54545D
(84,84,93)
#3F4147
(63,65,71)
#2A2E31
(42,46,49)
#151B1B
(21,27,27)
#000000
(0,0,0)

Tints of #E7D9F7

#E7D9F7
(231,217,247)
#E9DCF7
(233,220,247)
#EBDFF7
(235,223,247)
#EDE2F7
(237,226,247)
#EFE5F7
(239,229,247)
#F1E8F7
(241,232,247)
#F3EBF7
(243,235,247)
#F5EEF7
(245,238,247)
#F7F1F7
(247,241,247)
#F9F4F7
(249,244,247)
#FBF7F7
(251,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7D9F7 color. Also use rgb(231,217,247) instead hex code.

Text Font Color

.myTextColor { color: #E7D9F7; }

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

This text font color is #E7D9F7.


Background Color

.myBgColor { background-color: #E7D9F7; }

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

This div background color is #E7D9F7.


Border color

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

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

This div border color is #E7D9F7.


Opacity

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

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

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

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

This text has shadow with #E7D9F7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7D9F7 on black background.


Color preview on white background

This text has color #E7D9F7 on white background.



Black color preview on #E7D9F7 background

This text has black color on #E7D9F7 background.


White color preview on #E7D9F7 background

This text has white color on #E7D9F7 background.