COLOR #E4D7F9

HEX: #E4D7F9
RGB: (228,215,249)

Renk bilgisi

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

RGB renk modeli

#E4D7F9 color RGB value is (228,215,249).

  • kırmız ton 228;
  • yeşil ton 215;
  • mavi ton 249.
RGB:
(228,215,249)
(89%,84%,98%)

RGB bağlantıları ve doygunluk

R 228 of 255 = 89%
G 215 of 255 = 84%
B 249 of 255 = 98%

228
215
249

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

Yüzdelerle RGB renk parçaları

R + G + B =
228 + 215 + 249 = 692 (100%)
R 228 of 692 ~ 32.95%
G 215 of 692 ~ 31.07%
B 249 of 692 ~ 35.98%

%32.95
%31.07
%35.98

CMYK RENK MODELİ

#E4D7F9 rengi CMYK tonu (8,14,0,2).

  • camgöbeği tonu 8.43%
  • eflatun tonu 13.65%
  • sarı tonu 0.00%
  • ana renk tonu 2.35%
CMYK:
(8,14,0,2)
C8M14Y0K2 
(8%,14%,0%,2%)
(0.08/0.14/0.00/0.02)	

CMYK yüzdeleri

%8.43
%13.65
%0
%2.35

Codes

Color #E4D7F9 in popluar color models

E4D7F9
RGB228215249
HSL263°73.91%90.98%
HSB/HSV263°13.65%97.65%
CMYK8.43%13.65%0.00%
2.35%

Color #E4D7F9 in popluar number systems.

HEXE4D7F9
Decimal228215249
Binary111001001101011111111001
Octal344327371

Shades and tints

Shades of #E4D7F9

#E4D7F9
(228,215,249)
#D0C4E3
(208,196,227)
#BCB1CD
(188,177,205)
#A89EB7
(168,158,183)
#948BA1
(148,139,161)
#80788B
(128,120,139)
#6C6575
(108,101,117)
#58525F
(88,82,95)
#443F49
(68,63,73)
#302C33
(48,44,51)
#1C191D
(28,25,29)
#000000
(0,0,0)

Tints of #E4D7F9

#E4D7F9
(228,215,249)
#E6DAF9
(230,218,249)
#E8DDF9
(232,221,249)
#EAE0F9
(234,224,249)
#ECE3F9
(236,227,249)
#EEE6F9
(238,230,249)
#F0E9F9
(240,233,249)
#F2ECF9
(242,236,249)
#F4EFF9
(244,239,249)
#F6F2F9
(246,242,249)
#F8F5F9
(248,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4D7F9 color. Also use rgb(228,215,249) instead hex code.

Text Font Color

.myTextColor { color: #E4D7F9; }

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

This text font color is #E4D7F9.


Background Color

.myBgColor { background-color: #E4D7F9; }

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

This div background color is #E4D7F9.


Border color

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

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

This div border color is #E4D7F9.


Opacity

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

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

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

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

This text has shadow with #E4D7F9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4D7F9 on black background.


Color preview on white background

This text has color #E4D7F9 on white background.



Black color preview on #E4D7F9 background

This text has black color on #E4D7F9 background.


White color preview on #E4D7F9 background

This text has white color on #E4D7F9 background.