COLOR #E4D3FB

HEX: #E4D3FB
RGB: (228,211,251)

Renk bilgisi

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

RGB renk modeli

#E4D3FB color RGB value is (228,211,251).

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

RGB bağlantıları ve doygunluk

R 228 of 255 = 89%
G 211 of 255 = 83%
B 251 of 255 = 98%

228
211
251

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

Yüzdelerle RGB renk parçaları

R + G + B =
228 + 211 + 251 = 690 (100%)
R 228 of 690 ~ 33.04%
G 211 of 690 ~ 30.58%
B 251 of 690 ~ 36.38%

%33.04
%30.58
%36.38

CMYK RENK MODELİ

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

  • camgöbeği tonu 9.16%
  • 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

%9.16
%15.94
%0
%1.57

Codes

Color #E4D3FB in popluar color models

E4D3FB
RGB228211251
HSL266°83.33%90.59%
HSB/HSV266°15.94%98.43%
CMYK9.16%15.94%0.00%
1.57%

Color #E4D3FB in popluar number systems.

HEXE4D3FB
Decimal228211251
Binary111001001101001111111011
Octal344323373

Shades and tints

Shades of #E4D3FB

#E4D3FB
(228,211,251)
#D0C0E5
(208,192,229)
#BCADCF
(188,173,207)
#A89AB9
(168,154,185)
#9487A3
(148,135,163)
#80748D
(128,116,141)
#6C6177
(108,97,119)
#584E61
(88,78,97)
#443B4B
(68,59,75)
#302835
(48,40,53)
#1C151F
(28,21,31)
#000000
(0,0,0)

Tints of #E4D3FB

#E4D3FB
(228,211,251)
#E6D7FB
(230,215,251)
#E8DBFB
(232,219,251)
#EADFFB
(234,223,251)
#ECE3FB
(236,227,251)
#EEE7FB
(238,231,251)
#F0EBFB
(240,235,251)
#F2EFFB
(242,239,251)
#F4F3FB
(244,243,251)
#F6F7FB
(246,247,251)
#F8FBFB
(248,251,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4D3FB; }

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

This text font color is #E4D3FB.


Background Color

.myBgColor { background-color: #E4D3FB; }

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

This div background color is #E4D3FB.


Border color

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

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

This div border color is #E4D3FB.


Opacity

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

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

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

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

This text has shadow with #E4D3FB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4D3FB on black background.


Color preview on white background

This text has color #E4D3FB on white background.



Black color preview on #E4D3FB background

This text has black color on #E4D3FB background.


White color preview on #E4D3FB background

This text has white color on #E4D3FB background.