COLOR #E7D2EB

HEX: #E7D2EB
RGB: (231,210,235)

Renk bilgisi

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

RGB renk modeli

#E7D2EB color RGB value is (231,210,235).

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

RGB bağlantıları ve doygunluk

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

231
210
235

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

Yüzdelerle RGB renk parçaları

R + G + B =
231 + 210 + 235 = 676 (100%)
R 231 of 676 ~ 34.17%
G 210 of 676 ~ 31.07%
B 235 of 676 ~ 34.76%

%34.17
%31.07
%34.76

CMYK RENK MODELİ

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

  • camgöbeği tonu 1.70%
  • eflatun tonu 10.64%
  • 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
%10.64
%0
%7.84

Codes

Color #E7D2EB in popluar color models

E7D2EB
RGB231210235
HSL290°38.46%87.25%
HSB/HSV290°10.64%92.16%
CMYK1.70%10.64%0.00%
7.84%

Color #E7D2EB in popluar number systems.

HEXE7D2EB
Decimal231210235
Binary111001111101001011101011
Octal347322353

Shades and tints

Shades of #E7D2EB

#E7D2EB
(231,210,235)
#D2BFD6
(210,191,214)
#BDACC1
(189,172,193)
#A899AC
(168,153,172)
#938697
(147,134,151)
#7E7382
(126,115,130)
#69606D
(105,96,109)
#544D58
(84,77,88)
#3F3A43
(63,58,67)
#2A272E
(42,39,46)
#151419
(21,20,25)
#000000
(0,0,0)

Tints of #E7D2EB

#E7D2EB
(231,210,235)
#E9D6EC
(233,214,236)
#EBDAED
(235,218,237)
#EDDEEE
(237,222,238)
#EFE2EF
(239,226,239)
#F1E6F0
(241,230,240)
#F3EAF1
(243,234,241)
#F5EEF2
(245,238,242)
#F7F2F3
(247,242,243)
#F9F6F4
(249,246,244)
#FBFAF5
(251,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7D2EB; }

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

This text font color is #E7D2EB.


Background Color

.myBgColor { background-color: #E7D2EB; }

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

This div background color is #E7D2EB.


Border color

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

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

This div border color is #E7D2EB.


Opacity

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

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

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

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

This text has shadow with #E7D2EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7D2EB on black background.


Color preview on white background

This text has color #E7D2EB on white background.



Black color preview on #E7D2EB background

This text has black color on #E7D2EB background.


White color preview on #E7D2EB background

This text has white color on #E7D2EB background.