COLOR #E7D4F4

HEX: #E7D4F4
RGB: (231,212,244)

Renk bilgisi

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

RGB renk modeli

#E7D4F4 color RGB value is (231,212,244).

  • kırmız ton 231;
  • yeşil ton 212;
  • mavi ton 244.
RGB:
(231,212,244)
(91%,83%,96%)

RGB bağlantıları ve doygunluk

R 231 of 255 = 91%
G 212 of 255 = 83%
B 244 of 255 = 96%

231
212
244

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

Yüzdelerle RGB renk parçaları

R + G + B =
231 + 212 + 244 = 687 (100%)
R 231 of 687 ~ 33.62%
G 212 of 687 ~ 30.86%
B 244 of 687 ~ 35.52%

%33.62
%30.86
%35.52

CMYK RENK MODELİ

#E7D4F4 rengi CMYK tonu (5,13,0,4).

  • camgöbeği tonu 5.33%
  • eflatun tonu 13.11%
  • sarı tonu 0.00%
  • ana renk tonu 4.31%
CMYK:
(5,13,0,4)
C5M13Y0K4 
(5%,13%,0%,4%)
(0.05/0.13/0.00/0.04)	

CMYK yüzdeleri

%5.33
%13.11
%0
%4.31

Codes

Color #E7D4F4 in popluar color models

E7D4F4
RGB231212244
HSL276°59.26%89.41%
HSB/HSV276°13.11%95.69%
CMYK5.33%13.11%0.00%
4.31%

Color #E7D4F4 in popluar number systems.

HEXE7D4F4
Decimal231212244
Binary111001111101010011110100
Octal347324364

Shades and tints

Shades of #E7D4F4

#E7D4F4
(231,212,244)
#D2C1DE
(210,193,222)
#BDAEC8
(189,174,200)
#A89BB2
(168,155,178)
#93889C
(147,136,156)
#7E7586
(126,117,134)
#696270
(105,98,112)
#544F5A
(84,79,90)
#3F3C44
(63,60,68)
#2A292E
(42,41,46)
#151618
(21,22,24)
#000000
(0,0,0)

Tints of #E7D4F4

#E7D4F4
(231,212,244)
#E9D7F5
(233,215,245)
#EBDAF6
(235,218,246)
#EDDDF7
(237,221,247)
#EFE0F8
(239,224,248)
#F1E3F9
(241,227,249)
#F3E6FA
(243,230,250)
#F5E9FB
(245,233,251)
#F7ECFC
(247,236,252)
#F9EFFD
(249,239,253)
#FBF2FE
(251,242,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7D4F4 color. Also use rgb(231,212,244) instead hex code.

Text Font Color

.myTextColor { color: #E7D4F4; }

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

This text font color is #E7D4F4.


Background Color

.myBgColor { background-color: #E7D4F4; }

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

This div background color is #E7D4F4.


Border color

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

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

This div border color is #E7D4F4.


Opacity

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

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

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

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

This text has shadow with #E7D4F4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7D4F4 on black background.


Color preview on white background

This text has color #E7D4F4 on white background.



Black color preview on #E7D4F4 background

This text has black color on #E7D4F4 background.


White color preview on #E7D4F4 background

This text has white color on #E7D4F4 background.