COLOR #E3D4EB

HEX: #E3D4EB
RGB: (227,212,235)

Renk bilgisi

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

RGB renk modeli

#E3D4EB color RGB value is (227,212,235).

  • kırmız ton 227;
  • yeşil ton 212;
  • mavi ton 235.
RGB:
(227,212,235)
(89%,83%,92%)

RGB bağlantıları ve doygunluk

R 227 of 255 = 89%
G 212 of 255 = 83%
B 235 of 255 = 92%

227
212
235

R + G + B ~ 88%. #E3D4EB is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
227 + 212 + 235 = 674 (100%)
R 227 of 674 ~ 33.68%
G 212 of 674 ~ 31.45%
B 235 of 674 ~ 34.87%

%33.68
%31.45
%34.87

CMYK RENK MODELİ

#E3D4EB rengi CMYK tonu (3,10,0,8).

  • camgöbeği tonu 3.40%
  • eflatun tonu 9.79%
  • sarı tonu 0.00%
  • ana renk tonu 7.84%
CMYK:
(3,10,0,8)
C3M10Y0K8 
(3%,10%,0%,8%)
(0.03/0.10/0.00/0.08)	

CMYK yüzdeleri

%3.4
%9.79
%0
%7.84

Codes

Color #E3D4EB in popluar color models

E3D4EB
RGB227212235
HSL279°36.51%87.65%
HSB/HSV279°9.79%92.16%
CMYK3.40%9.79%0.00%
7.84%

Color #E3D4EB in popluar number systems.

HEXE3D4EB
Decimal227212235
Binary111000111101010011101011
Octal343324353

Shades and tints

Shades of #E3D4EB

#E3D4EB
(227,212,235)
#CFC1D6
(207,193,214)
#BBAEC1
(187,174,193)
#A79BAC
(167,155,172)
#938897
(147,136,151)
#7F7582
(127,117,130)
#6B626D
(107,98,109)
#574F58
(87,79,88)
#433C43
(67,60,67)
#2F292E
(47,41,46)
#1B1619
(27,22,25)
#000000
(0,0,0)

Tints of #E3D4EB

#E3D4EB
(227,212,235)
#E5D7EC
(229,215,236)
#E7DAED
(231,218,237)
#E9DDEE
(233,221,238)
#EBE0EF
(235,224,239)
#EDE3F0
(237,227,240)
#EFE6F1
(239,230,241)
#F1E9F2
(241,233,242)
#F3ECF3
(243,236,243)
#F5EFF4
(245,239,244)
#F7F2F5
(247,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3D4EB color. Also use rgb(227,212,235) instead hex code.

Text Font Color

.myTextColor { color: #E3D4EB; }

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

This text font color is #E3D4EB.


Background Color

.myBgColor { background-color: #E3D4EB; }

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

This div background color is #E3D4EB.


Border color

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

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

This div border color is #E3D4EB.


Opacity

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

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

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

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

This text has shadow with #E3D4EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3D4EB on black background.


Color preview on white background

This text has color #E3D4EB on white background.



Black color preview on #E3D4EB background

This text has black color on #E3D4EB background.


White color preview on #E3D4EB background

This text has white color on #E3D4EB background.