COLOR #E5D3FB

HEX: #E5D3FB
RGB: (229,211,251)

Renk bilgisi

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

RGB renk modeli

#E5D3FB color RGB value is (229,211,251).

  • kırmız ton 229;
  • yeşil ton 211;
  • mavi ton 251.
RGB:
(229,211,251)
(90%,83%,98%)

RGB bağlantıları ve doygunluk

R 229 of 255 = 90%
G 211 of 255 = 83%
B 251 of 255 = 98%

229
211
251

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

Yüzdelerle RGB renk parçaları

R + G + B =
229 + 211 + 251 = 691 (100%)
R 229 of 691 ~ 33.14%
G 211 of 691 ~ 30.54%
B 251 of 691 ~ 36.32%

%33.14
%30.54
%36.32

CMYK RENK MODELİ

#E5D3FB rengi CMYK tonu (9,16,0,2).

  • camgöbeği tonu 8.76%
  • eflatun tonu 15.94%
  • sarı tonu 0.00%
  • ana renk tonu 1.57%
CMYK:
(9,16,0,2)
C9M16Y0K2 
(9%,16%,0%,2%)
(0.09/0.16/0.00/0.02)	

CMYK yüzdeleri

%8.76
%15.94
%0
%1.57

Codes

Color #E5D3FB in popluar color models

E5D3FB
RGB229211251
HSL267°83.33%90.59%
HSB/HSV267°15.94%98.43%
CMYK8.76%15.94%0.00%
1.57%

Color #E5D3FB in popluar number systems.

HEXE5D3FB
Decimal229211251
Binary111001011101001111111011
Octal345323373

Shades and tints

Shades of #E5D3FB

#E5D3FB
(229,211,251)
#D1C0E5
(209,192,229)
#BDADCF
(189,173,207)
#A99AB9
(169,154,185)
#9587A3
(149,135,163)
#81748D
(129,116,141)
#6D6177
(109,97,119)
#594E61
(89,78,97)
#453B4B
(69,59,75)
#312835
(49,40,53)
#1D151F
(29,21,31)
#000000
(0,0,0)

Tints of #E5D3FB

#E5D3FB
(229,211,251)
#E7D7FB
(231,215,251)
#E9DBFB
(233,219,251)
#EBDFFB
(235,223,251)
#EDE3FB
(237,227,251)
#EFE7FB
(239,231,251)
#F1EBFB
(241,235,251)
#F3EFFB
(243,239,251)
#F5F3FB
(245,243,251)
#F7F7FB
(247,247,251)
#F9FBFB
(249,251,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5D3FB color. Also use rgb(229,211,251) instead hex code.

Text Font Color

.myTextColor { color: #E5D3FB; }

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

This text font color is #E5D3FB.


Background Color

.myBgColor { background-color: #E5D3FB; }

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

This div background color is #E5D3FB.


Border color

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

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

This div border color is #E5D3FB.


Opacity

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

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

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

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

This text has shadow with #E5D3FB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5D3FB on black background.


Color preview on white background

This text has color #E5D3FB on white background.



Black color preview on #E5D3FB background

This text has black color on #E5D3FB background.


White color preview on #E5D3FB background

This text has white color on #E5D3FB background.