COLOR #E7D6DB

HEX: #E7D6DB
RGB: (231,214,219)

Renk bilgisi

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

RGB renk modeli

#E7D6DB color RGB value is (231,214,219).

  • kırmız ton 231;
  • yeşil ton 214;
  • mavi ton 219.
RGB:
(231,214,219)
(91%,84%,86%)

RGB bağlantıları ve doygunluk

R 231 of 255 = 91%
G 214 of 255 = 84%
B 219 of 255 = 86%

231
214
219

R + G + B ~ 87%. #E7D6DB is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
231 + 214 + 219 = 664 (100%)
R 231 of 664 ~ 34.79%
G 214 of 664 ~ 32.23%
B 219 of 664 ~ 32.98%

%34.79
%32.23
%32.98

CMYK RENK MODELİ

#E7D6DB rengi CMYK tonu (0,7,5,9).

  • camgöbeği tonu 0.00%
  • eflatun tonu 7.36%
  • sarı tonu 5.19%
  • ana renk tonu 9.41%
CMYK:
(0,7,5,9)
C0M7Y5K9 
(0%,7%,5%,9%)
(0.00/0.07/0.05/0.09)	

CMYK yüzdeleri

%0
%7.36
%5.19
%9.41

Codes

Color #E7D6DB in popluar color models

E7D6DB
RGB231214219
HSL342°26.15%87.25%
HSB/HSV342°7.36%90.59%
CMYK0.00%7.36%5.19%
9.41%

Color #E7D6DB in popluar number systems.

HEXE7D6DB
Decimal231214219
Binary111001111101011011011011
Octal347326333

Shades and tints

Shades of #E7D6DB

#E7D6DB
(231,214,219)
#D2C3C8
(210,195,200)
#BDB0B5
(189,176,181)
#A89DA2
(168,157,162)
#938A8F
(147,138,143)
#7E777C
(126,119,124)
#696469
(105,100,105)
#545156
(84,81,86)
#3F3E43
(63,62,67)
#2A2B30
(42,43,48)
#15181D
(21,24,29)
#000000
(0,0,0)

Tints of #E7D6DB

#E7D6DB
(231,214,219)
#E9D9DE
(233,217,222)
#EBDCE1
(235,220,225)
#EDDFE4
(237,223,228)
#EFE2E7
(239,226,231)
#F1E5EA
(241,229,234)
#F3E8ED
(243,232,237)
#F5EBF0
(245,235,240)
#F7EEF3
(247,238,243)
#F9F1F6
(249,241,246)
#FBF4F9
(251,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7D6DB color. Also use rgb(231,214,219) instead hex code.

Text Font Color

.myTextColor { color: #E7D6DB; }

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

This text font color is #E7D6DB.


Background Color

.myBgColor { background-color: #E7D6DB; }

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

This div background color is #E7D6DB.


Border color

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

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

This div border color is #E7D6DB.


Opacity

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

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

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

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

This text has shadow with #E7D6DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7D6DB on black background.


Color preview on white background

This text has color #E7D6DB on white background.



Black color preview on #E7D6DB background

This text has black color on #E7D6DB background.


White color preview on #E7D6DB background

This text has white color on #E7D6DB background.