COLOR #E9DCFA

HEX: #E9DCFA
RGB: (233,220,250)

Renk bilgisi

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

RGB renk modeli

#E9DCFA color RGB value is (233,220,250).

  • kırmız ton 233;
  • yeşil ton 220;
  • mavi ton 250.
RGB:
(233,220,250)
(91%,86%,98%)

RGB bağlantıları ve doygunluk

R 233 of 255 = 91%
G 220 of 255 = 86%
B 250 of 255 = 98%

233
220
250

R + G + B ~ 92%. #E9DCFA is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
233 + 220 + 250 = 703 (100%)
R 233 of 703 ~ 33.14%
G 220 of 703 ~ 31.29%
B 250 of 703 ~ 35.56%

%33.14
%31.29
%35.56

CMYK RENK MODELİ

#E9DCFA rengi CMYK tonu (7,12,0,2).

  • camgöbeği tonu 6.80%
  • eflatun tonu 12.00%
  • sarı tonu 0.00%
  • ana renk tonu 1.96%
CMYK:
(7,12,0,2)
C7M12Y0K2 
(7%,12%,0%,2%)
(0.07/0.12/0.00/0.02)	

CMYK yüzdeleri

%6.8
%12
%0
%1.96

Codes

Color #E9DCFA in popluar color models

E9DCFA
RGB233220250
HSL266°75.00%92.16%
HSB/HSV266°12.00%98.04%
CMYK6.80%12.00%0.00%
1.96%

Color #E9DCFA in popluar number systems.

HEXE9DCFA
Decimal233220250
Binary111010011101110011111010
Octal351334372

Shades and tints

Shades of #E9DCFA

#E9DCFA
(233,220,250)
#D4C8E4
(212,200,228)
#BFB4CE
(191,180,206)
#AAA0B8
(170,160,184)
#958CA2
(149,140,162)
#80788C
(128,120,140)
#6B6476
(107,100,118)
#565060
(86,80,96)
#413C4A
(65,60,74)
#2C2834
(44,40,52)
#17141E
(23,20,30)
#000000
(0,0,0)

Tints of #E9DCFA

#E9DCFA
(233,220,250)
#EBDFFA
(235,223,250)
#EDE2FA
(237,226,250)
#EFE5FA
(239,229,250)
#F1E8FA
(241,232,250)
#F3EBFA
(243,235,250)
#F5EEFA
(245,238,250)
#F7F1FA
(247,241,250)
#F9F4FA
(249,244,250)
#FBF7FA
(251,247,250)
#FDFAFA
(253,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E9DCFA color. Also use rgb(233,220,250) instead hex code.

Text Font Color

.myTextColor { color: #E9DCFA; }

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

This text font color is #E9DCFA.


Background Color

.myBgColor { background-color: #E9DCFA; }

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

This div background color is #E9DCFA.


Border color

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

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

This div border color is #E9DCFA.


Opacity

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

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

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

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

This text has shadow with #E9DCFA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9DCFA on black background.


Color preview on white background

This text has color #E9DCFA on white background.



Black color preview on #E9DCFA background

This text has black color on #E9DCFA background.


White color preview on #E9DCFA background

This text has white color on #E9DCFA background.