COLOR #E4D1E7

HEX: #E4D1E7
RGB: (228,209,231)

Renk bilgisi

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

RGB renk modeli

#E4D1E7 color RGB value is (228,209,231).

  • kırmız ton 228;
  • yeşil ton 209;
  • mavi ton 231.
RGB:
(228,209,231)
(89%,82%,91%)

RGB bağlantıları ve doygunluk

R 228 of 255 = 89%
G 209 of 255 = 82%
B 231 of 255 = 91%

228
209
231

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

Yüzdelerle RGB renk parçaları

R + G + B =
228 + 209 + 231 = 668 (100%)
R 228 of 668 ~ 34.13%
G 209 of 668 ~ 31.29%
B 231 of 668 ~ 34.58%

%34.13
%31.29
%34.58

CMYK RENK MODELİ

#E4D1E7 rengi CMYK tonu (1,10,0,9).

  • camgöbeği tonu 1.30%
  • eflatun tonu 9.52%
  • sarı tonu 0.00%
  • ana renk tonu 9.41%
CMYK:
(1,10,0,9)
C1M10Y0K9 
(1%,10%,0%,9%)
(0.01/0.10/0.00/0.09)	

CMYK yüzdeleri

%1.3
%9.52
%0
%9.41

Codes

Color #E4D1E7 in popluar color models

E4D1E7
RGB228209231
HSL292°31.43%86.27%
HSB/HSV292°9.52%90.59%
CMYK1.30%9.52%0.00%
9.41%

Color #E4D1E7 in popluar number systems.

HEXE4D1E7
Decimal228209231
Binary111001001101000111100111
Octal344321347

Shades and tints

Shades of #E4D1E7

#E4D1E7
(228,209,231)
#D0BED2
(208,190,210)
#BCABBD
(188,171,189)
#A898A8
(168,152,168)
#948593
(148,133,147)
#80727E
(128,114,126)
#6C5F69
(108,95,105)
#584C54
(88,76,84)
#44393F
(68,57,63)
#30262A
(48,38,42)
#1C1315
(28,19,21)
#000000
(0,0,0)

Tints of #E4D1E7

#E4D1E7
(228,209,231)
#E6D5E9
(230,213,233)
#E8D9EB
(232,217,235)
#EADDED
(234,221,237)
#ECE1EF
(236,225,239)
#EEE5F1
(238,229,241)
#F0E9F3
(240,233,243)
#F2EDF5
(242,237,245)
#F4F1F7
(244,241,247)
#F6F5F9
(246,245,249)
#F8F9FB
(248,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4D1E7 color. Also use rgb(228,209,231) instead hex code.

Text Font Color

.myTextColor { color: #E4D1E7; }

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

This text font color is #E4D1E7.


Background Color

.myBgColor { background-color: #E4D1E7; }

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

This div background color is #E4D1E7.


Border color

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

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

This div border color is #E4D1E7.


Opacity

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

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

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

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

This text has shadow with #E4D1E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4D1E7 on black background.


Color preview on white background

This text has color #E4D1E7 on white background.



Black color preview on #E4D1E7 background

This text has black color on #E4D1E7 background.


White color preview on #E4D1E7 background

This text has white color on #E4D1E7 background.