COLOR #E5C9DC

HEX: #E5C9DC
RGB: (229,201,220)

Renk bilgisi

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

RGB renk modeli

#E5C9DC color RGB value is (229,201,220).

  • kırmız ton 229;
  • yeşil ton 201;
  • mavi ton 220.
RGB:
(229,201,220)
(90%,79%,86%)

RGB bağlantıları ve doygunluk

R 229 of 255 = 90%
G 201 of 255 = 79%
B 220 of 255 = 86%

229
201
220

R + G + B ~ 85%. #E5C9DC is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
229 + 201 + 220 = 650 (100%)
R 229 of 650 ~ 35.23%
G 201 of 650 ~ 30.92%
B 220 of 650 ~ 33.85%

%35.23
%30.92
%33.85

CMYK RENK MODELİ

#E5C9DC rengi CMYK tonu (0,12,4,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 12.23%
  • sarı tonu 3.93%
  • ana renk tonu 10.20%
CMYK:
(0,12,4,10)
C0M12Y4K10 
(0%,12%,4%,10%)
(0.00/0.12/0.04/0.10)	

CMYK yüzdeleri

%0
%12.23
%3.93
%10.2

Codes

Color #E5C9DC in popluar color models

E5C9DC
RGB229201220
HSL319°35.00%84.31%
HSB/HSV319°12.23%89.80%
CMYK0.00%12.23%3.93%
10.20%

Color #E5C9DC in popluar number systems.

HEXE5C9DC
Decimal229201220
Binary111001011100100111011100
Octal345311334

Shades and tints

Shades of #E5C9DC

#E5C9DC
(229,201,220)
#D1B7C8
(209,183,200)
#BDA5B4
(189,165,180)
#A993A0
(169,147,160)
#95818C
(149,129,140)
#816F78
(129,111,120)
#6D5D64
(109,93,100)
#594B50
(89,75,80)
#45393C
(69,57,60)
#312728
(49,39,40)
#1D1514
(29,21,20)
#000000
(0,0,0)

Tints of #E5C9DC

#E5C9DC
(229,201,220)
#E7CDDF
(231,205,223)
#E9D1E2
(233,209,226)
#EBD5E5
(235,213,229)
#EDD9E8
(237,217,232)
#EFDDEB
(239,221,235)
#F1E1EE
(241,225,238)
#F3E5F1
(243,229,241)
#F5E9F4
(245,233,244)
#F7EDF7
(247,237,247)
#F9F1FA
(249,241,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5C9DC color. Also use rgb(229,201,220) instead hex code.

Text Font Color

.myTextColor { color: #E5C9DC; }

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

This text font color is #E5C9DC.


Background Color

.myBgColor { background-color: #E5C9DC; }

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

This div background color is #E5C9DC.


Border color

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

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

This div border color is #E5C9DC.


Opacity

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

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

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

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

This text has shadow with #E5C9DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5C9DC on black background.


Color preview on white background

This text has color #E5C9DC on white background.



Black color preview on #E5C9DC background

This text has black color on #E5C9DC background.


White color preview on #E5C9DC background

This text has white color on #E5C9DC background.