COLOR #E7D3EB

HEX: #E7D3EB
RGB: (231,211,235)

Renk bilgisi

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

RGB renk modeli

#E7D3EB color RGB value is (231,211,235).

  • kırmız ton 231;
  • yeşil ton 211;
  • mavi ton 235.
RGB:
(231,211,235)
(91%,83%,92%)

RGB bağlantıları ve doygunluk

R 231 of 255 = 91%
G 211 of 255 = 83%
B 235 of 255 = 92%

231
211
235

R + G + B ~ 89%. #E7D3EB is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
231 + 211 + 235 = 677 (100%)
R 231 of 677 ~ 34.12%
G 211 of 677 ~ 31.17%
B 235 of 677 ~ 34.71%

%34.12
%31.17
%34.71

CMYK RENK MODELİ

#E7D3EB rengi CMYK tonu (2,10,0,8).

  • camgöbeği tonu 1.70%
  • eflatun tonu 10.21%
  • sarı tonu 0.00%
  • ana renk tonu 7.84%
CMYK:
(2,10,0,8)
C2M10Y0K8 
(2%,10%,0%,8%)
(0.02/0.10/0.00/0.08)	

CMYK yüzdeleri

%1.7
%10.21
%0
%7.84

Codes

Color #E7D3EB in popluar color models

E7D3EB
RGB231211235
HSL290°37.50%87.45%
HSB/HSV290°10.21%92.16%
CMYK1.70%10.21%0.00%
7.84%

Color #E7D3EB in popluar number systems.

HEXE7D3EB
Decimal231211235
Binary111001111101001111101011
Octal347323353

Shades and tints

Shades of #E7D3EB

#E7D3EB
(231,211,235)
#D2C0D6
(210,192,214)
#BDADC1
(189,173,193)
#A89AAC
(168,154,172)
#938797
(147,135,151)
#7E7482
(126,116,130)
#69616D
(105,97,109)
#544E58
(84,78,88)
#3F3B43
(63,59,67)
#2A282E
(42,40,46)
#151519
(21,21,25)
#000000
(0,0,0)

Tints of #E7D3EB

#E7D3EB
(231,211,235)
#E9D7EC
(233,215,236)
#EBDBED
(235,219,237)
#EDDFEE
(237,223,238)
#EFE3EF
(239,227,239)
#F1E7F0
(241,231,240)
#F3EBF1
(243,235,241)
#F5EFF2
(245,239,242)
#F7F3F3
(247,243,243)
#F9F7F4
(249,247,244)
#FBFBF5
(251,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7D3EB color. Also use rgb(231,211,235) instead hex code.

Text Font Color

.myTextColor { color: #E7D3EB; }

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

This text font color is #E7D3EB.


Background Color

.myBgColor { background-color: #E7D3EB; }

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

This div background color is #E7D3EB.


Border color

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

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

This div border color is #E7D3EB.


Opacity

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

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

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

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

This text has shadow with #E7D3EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7D3EB on black background.


Color preview on white background

This text has color #E7D3EB on white background.



Black color preview on #E7D3EB background

This text has black color on #E7D3EB background.


White color preview on #E7D3EB background

This text has white color on #E7D3EB background.