COLOR #E9D4FB

HEX: #E9D4FB
RGB: (233,212,251)

Renk bilgisi

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

RGB renk modeli

#E9D4FB color RGB value is (233,212,251).

  • kırmız ton 233;
  • yeşil ton 212;
  • mavi ton 251.
RGB:
(233,212,251)
(91%,83%,98%)

RGB bağlantıları ve doygunluk

R 233 of 255 = 91%
G 212 of 255 = 83%
B 251 of 255 = 98%

233
212
251

R + G + B ~ 91%. #E9D4FB is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
233 + 212 + 251 = 696 (100%)
R 233 of 696 ~ 33.48%
G 212 of 696 ~ 30.46%
B 251 of 696 ~ 36.06%

%33.48
%30.46
%36.06

CMYK RENK MODELİ

#E9D4FB rengi CMYK tonu (7,16,0,2).

  • camgöbeği tonu 7.17%
  • eflatun tonu 15.54%
  • sarı tonu 0.00%
  • ana renk tonu 1.57%
CMYK:
(7,16,0,2)
C7M16Y0K2 
(7%,16%,0%,2%)
(0.07/0.16/0.00/0.02)	

CMYK yüzdeleri

%7.17
%15.54
%0
%1.57

Codes

Color #E9D4FB in popluar color models

E9D4FB
RGB233212251
HSL272°82.98%90.78%
HSB/HSV272°15.54%98.43%
CMYK7.17%15.54%0.00%
1.57%

Color #E9D4FB in popluar number systems.

HEXE9D4FB
Decimal233212251
Binary111010011101010011111011
Octal351324373

Shades and tints

Shades of #E9D4FB

#E9D4FB
(233,212,251)
#D4C1E5
(212,193,229)
#BFAECF
(191,174,207)
#AA9BB9
(170,155,185)
#9588A3
(149,136,163)
#80758D
(128,117,141)
#6B6277
(107,98,119)
#564F61
(86,79,97)
#413C4B
(65,60,75)
#2C2935
(44,41,53)
#17161F
(23,22,31)
#000000
(0,0,0)

Tints of #E9D4FB

#E9D4FB
(233,212,251)
#EBD7FB
(235,215,251)
#EDDAFB
(237,218,251)
#EFDDFB
(239,221,251)
#F1E0FB
(241,224,251)
#F3E3FB
(243,227,251)
#F5E6FB
(245,230,251)
#F7E9FB
(247,233,251)
#F9ECFB
(249,236,251)
#FBEFFB
(251,239,251)
#FDF2FB
(253,242,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E9D4FB color. Also use rgb(233,212,251) instead hex code.

Text Font Color

.myTextColor { color: #E9D4FB; }

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

This text font color is #E9D4FB.


Background Color

.myBgColor { background-color: #E9D4FB; }

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

This div background color is #E9D4FB.


Border color

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

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

This div border color is #E9D4FB.


Opacity

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

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

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

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

This text has shadow with #E9D4FB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9D4FB on black background.


Color preview on white background

This text has color #E9D4FB on white background.



Black color preview on #E9D4FB background

This text has black color on #E9D4FB background.


White color preview on #E9D4FB background

This text has white color on #E9D4FB background.