COLOR #E9D1D5

HEX: #E9D1D5
RGB: (233,209,213)

Renk bilgisi

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

RGB renk modeli

#E9D1D5 color RGB value is (233,209,213).

  • kırmız ton 233;
  • yeşil ton 209;
  • mavi ton 213.
RGB:
(233,209,213)
(91%,82%,84%)

RGB bağlantıları ve doygunluk

R 233 of 255 = 91%
G 209 of 255 = 82%
B 213 of 255 = 84%

233
209
213

R + G + B ~ 86%. #E9D1D5 is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
233 + 209 + 213 = 655 (100%)
R 233 of 655 ~ 35.57%
G 209 of 655 ~ 31.91%
B 213 of 655 ~ 32.52%

%35.57
%31.91
%32.52

CMYK RENK MODELİ

#E9D1D5 rengi CMYK tonu (0,10,9,9).

  • camgöbeği tonu 0.00%
  • eflatun tonu 10.30%
  • sarı tonu 8.58%
  • ana renk tonu 8.63%
CMYK:
(0,10,9,9)
C0M10Y9K9 
(0%,10%,9%,9%)
(0.00/0.10/0.09/0.09)	

CMYK yüzdeleri

%0
%10.3
%8.58
%8.63

Codes

Color #E9D1D5 in popluar color models

E9D1D5
RGB233209213
HSL350°35.29%86.67%
HSB/HSV350°10.30%91.37%
CMYK0.00%10.30%8.58%
8.63%

Color #E9D1D5 in popluar number systems.

HEXE9D1D5
Decimal233209213
Binary111010011101000111010101
Octal351321325

Shades and tints

Shades of #E9D1D5

#E9D1D5
(233,209,213)
#D4BEC2
(212,190,194)
#BFABAF
(191,171,175)
#AA989C
(170,152,156)
#958589
(149,133,137)
#807276
(128,114,118)
#6B5F63
(107,95,99)
#564C50
(86,76,80)
#41393D
(65,57,61)
#2C262A
(44,38,42)
#171317
(23,19,23)
#000000
(0,0,0)

Tints of #E9D1D5

#E9D1D5
(233,209,213)
#EBD5D8
(235,213,216)
#EDD9DB
(237,217,219)
#EFDDDE
(239,221,222)
#F1E1E1
(241,225,225)
#F3E5E4
(243,229,228)
#F5E9E7
(245,233,231)
#F7EDEA
(247,237,234)
#F9F1ED
(249,241,237)
#FBF5F0
(251,245,240)
#FDF9F3
(253,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E9D1D5 color. Also use rgb(233,209,213) instead hex code.

Text Font Color

.myTextColor { color: #E9D1D5; }

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

This text font color is #E9D1D5.


Background Color

.myBgColor { background-color: #E9D1D5; }

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

This div background color is #E9D1D5.


Border color

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

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

This div border color is #E9D1D5.


Opacity

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

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

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

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

This text has shadow with #E9D1D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9D1D5 on black background.


Color preview on white background

This text has color #E9D1D5 on white background.



Black color preview on #E9D1D5 background

This text has black color on #E9D1D5 background.


White color preview on #E9D1D5 background

This text has white color on #E9D1D5 background.