COLOR #E7D1EB

HEX: #E7D1EB
RGB: (231,209,235)

Renk bilgisi

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

RGB renk modeli

#E7D1EB color RGB value is (231,209,235).

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

RGB bağlantıları ve doygunluk

R 231 of 255 = 91%
G 209 of 255 = 82%
B 235 of 255 = 92%

231
209
235

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

Yüzdelerle RGB renk parçaları

R + G + B =
231 + 209 + 235 = 675 (100%)
R 231 of 675 ~ 34.22%
G 209 of 675 ~ 30.96%
B 235 of 675 ~ 34.81%

%34.22
%30.96
%34.81

CMYK RENK MODELİ

#E7D1EB rengi CMYK tonu (2,11,0,8).

  • camgöbeği tonu 1.70%
  • eflatun tonu 11.06%
  • sarı tonu 0.00%
  • ana renk tonu 7.84%
CMYK:
(2,11,0,8)
C2M11Y0K8 
(2%,11%,0%,8%)
(0.02/0.11/0.00/0.08)	

CMYK yüzdeleri

%1.7
%11.06
%0
%7.84

Codes

Color #E7D1EB in popluar color models

E7D1EB
RGB231209235
HSL291°39.39%87.06%
HSB/HSV291°11.06%92.16%
CMYK1.70%11.06%0.00%
7.84%

Color #E7D1EB in popluar number systems.

HEXE7D1EB
Decimal231209235
Binary111001111101000111101011
Octal347321353

Shades and tints

Shades of #E7D1EB

#E7D1EB
(231,209,235)
#D2BED6
(210,190,214)
#BDABC1
(189,171,193)
#A898AC
(168,152,172)
#938597
(147,133,151)
#7E7282
(126,114,130)
#695F6D
(105,95,109)
#544C58
(84,76,88)
#3F3943
(63,57,67)
#2A262E
(42,38,46)
#151319
(21,19,25)
#000000
(0,0,0)

Tints of #E7D1EB

#E7D1EB
(231,209,235)
#E9D5EC
(233,213,236)
#EBD9ED
(235,217,237)
#EDDDEE
(237,221,238)
#EFE1EF
(239,225,239)
#F1E5F0
(241,229,240)
#F3E9F1
(243,233,241)
#F5EDF2
(245,237,242)
#F7F1F3
(247,241,243)
#F9F5F4
(249,245,244)
#FBF9F5
(251,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7D1EB; }

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

This text font color is #E7D1EB.


Background Color

.myBgColor { background-color: #E7D1EB; }

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

This div background color is #E7D1EB.


Border color

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

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

This div border color is #E7D1EB.


Opacity

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

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

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

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

This text has shadow with #E7D1EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7D1EB on black background.


Color preview on white background

This text has color #E7D1EB on white background.



Black color preview on #E7D1EB background

This text has black color on #E7D1EB background.


White color preview on #E7D1EB background

This text has white color on #E7D1EB background.