COLOR #E7D5EB

HEX: #E7D5EB
RGB: (231,213,235)

Renk bilgisi

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

RGB renk modeli

#E7D5EB color RGB value is (231,213,235).

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

RGB bağlantıları ve doygunluk

R 231 of 255 = 91%
G 213 of 255 = 84%
B 235 of 255 = 92%

231
213
235

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

Yüzdelerle RGB renk parçaları

R + G + B =
231 + 213 + 235 = 679 (100%)
R 231 of 679 ~ 34.02%
G 213 of 679 ~ 31.37%
B 235 of 679 ~ 34.61%

%34.02
%31.37
%34.61

CMYK RENK MODELİ

#E7D5EB rengi CMYK tonu (2,9,0,8).

  • camgöbeği tonu 1.70%
  • eflatun tonu 9.36%
  • sarı tonu 0.00%
  • ana renk tonu 7.84%
CMYK:
(2,9,0,8)
C2M9Y0K8 
(2%,9%,0%,8%)
(0.02/0.09/0.00/0.08)	

CMYK yüzdeleri

%1.7
%9.36
%0
%7.84

Codes

Color #E7D5EB in popluar color models

E7D5EB
RGB231213235
HSL289°35.48%87.84%
HSB/HSV289°9.36%92.16%
CMYK1.70%9.36%0.00%
7.84%

Color #E7D5EB in popluar number systems.

HEXE7D5EB
Decimal231213235
Binary111001111101010111101011
Octal347325353

Shades and tints

Shades of #E7D5EB

#E7D5EB
(231,213,235)
#D2C2D6
(210,194,214)
#BDAFC1
(189,175,193)
#A89CAC
(168,156,172)
#938997
(147,137,151)
#7E7682
(126,118,130)
#69636D
(105,99,109)
#545058
(84,80,88)
#3F3D43
(63,61,67)
#2A2A2E
(42,42,46)
#151719
(21,23,25)
#000000
(0,0,0)

Tints of #E7D5EB

#E7D5EB
(231,213,235)
#E9D8EC
(233,216,236)
#EBDBED
(235,219,237)
#EDDEEE
(237,222,238)
#EFE1EF
(239,225,239)
#F1E4F0
(241,228,240)
#F3E7F1
(243,231,241)
#F5EAF2
(245,234,242)
#F7EDF3
(247,237,243)
#F9F0F4
(249,240,244)
#FBF3F5
(251,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7D5EB; }

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

This text font color is #E7D5EB.


Background Color

.myBgColor { background-color: #E7D5EB; }

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

This div background color is #E7D5EB.


Border color

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

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

This div border color is #E7D5EB.


Opacity

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

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

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

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

This text has shadow with #E7D5EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7D5EB on black background.


Color preview on white background

This text has color #E7D5EB on white background.



Black color preview on #E7D5EB background

This text has black color on #E7D5EB background.


White color preview on #E7D5EB background

This text has white color on #E7D5EB background.