COLOR #E5D1F7

HEX: #E5D1F7
RGB: (229,209,247)

Renk bilgisi

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

RGB renk modeli

#E5D1F7 color RGB value is (229,209,247).

  • kırmız ton 229;
  • yeşil ton 209;
  • mavi ton 247.
RGB:
(229,209,247)
(90%,82%,97%)

RGB bağlantıları ve doygunluk

R 229 of 255 = 90%
G 209 of 255 = 82%
B 247 of 255 = 97%

229
209
247

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

Yüzdelerle RGB renk parçaları

R + G + B =
229 + 209 + 247 = 685 (100%)
R 229 of 685 ~ 33.43%
G 209 of 685 ~ 30.51%
B 247 of 685 ~ 36.06%

%33.43
%30.51
%36.06

CMYK RENK MODELİ

#E5D1F7 rengi CMYK tonu (7,15,0,3).

  • camgöbeği tonu 7.29%
  • eflatun tonu 15.38%
  • sarı tonu 0.00%
  • ana renk tonu 3.14%
CMYK:
(7,15,0,3)
C7M15Y0K3 
(7%,15%,0%,3%)
(0.07/0.15/0.00/0.03)	

CMYK yüzdeleri

%7.29
%15.38
%0
%3.14

Codes

Color #E5D1F7 in popluar color models

E5D1F7
RGB229209247
HSL272°70.37%89.41%
HSB/HSV272°15.38%96.86%
CMYK7.29%15.38%0.00%
3.14%

Color #E5D1F7 in popluar number systems.

HEXE5D1F7
Decimal229209247
Binary111001011101000111110111
Octal345321367

Shades and tints

Shades of #E5D1F7

#E5D1F7
(229,209,247)
#D1BEE1
(209,190,225)
#BDABCB
(189,171,203)
#A998B5
(169,152,181)
#95859F
(149,133,159)
#817289
(129,114,137)
#6D5F73
(109,95,115)
#594C5D
(89,76,93)
#453947
(69,57,71)
#312631
(49,38,49)
#1D131B
(29,19,27)
#000000
(0,0,0)

Tints of #E5D1F7

#E5D1F7
(229,209,247)
#E7D5F7
(231,213,247)
#E9D9F7
(233,217,247)
#EBDDF7
(235,221,247)
#EDE1F7
(237,225,247)
#EFE5F7
(239,229,247)
#F1E9F7
(241,233,247)
#F3EDF7
(243,237,247)
#F5F1F7
(245,241,247)
#F7F5F7
(247,245,247)
#F9F9F7
(249,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5D1F7 color. Also use rgb(229,209,247) instead hex code.

Text Font Color

.myTextColor { color: #E5D1F7; }

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

This text font color is #E5D1F7.


Background Color

.myBgColor { background-color: #E5D1F7; }

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

This div background color is #E5D1F7.


Border color

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

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

This div border color is #E5D1F7.


Opacity

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

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

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

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

This text has shadow with #E5D1F7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5D1F7 on black background.


Color preview on white background

This text has color #E5D1F7 on white background.



Black color preview on #E5D1F7 background

This text has black color on #E5D1F7 background.


White color preview on #E5D1F7 background

This text has white color on #E5D1F7 background.