COLOR #E0C5DC

HEX: #E0C5DC
RGB: (224,197,220)

Renk bilgisi

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

RGB renk modeli

#E0C5DC color RGB value is (224,197,220).

  • kırmız ton 224;
  • yeşil ton 197;
  • mavi ton 220.
RGB:
(224,197,220)
(88%,77%,86%)

RGB bağlantıları ve doygunluk

R 224 of 255 = 88%
G 197 of 255 = 77%
B 220 of 255 = 86%

224
197
220

R + G + B ~ 84%. #E0C5DC is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
224 + 197 + 220 = 641 (100%)
R 224 of 641 ~ 34.95%
G 197 of 641 ~ 30.73%
B 220 of 641 ~ 34.32%

%34.95
%30.73
%34.32

CMYK RENK MODELİ

#E0C5DC rengi CMYK tonu (0,12,2,12).

  • camgöbeği tonu 0.00%
  • eflatun tonu 12.05%
  • sarı tonu 1.79%
  • ana renk tonu 12.16%
CMYK:
(0,12,2,12)
C0M12Y2K12 
(0%,12%,2%,12%)
(0.00/0.12/0.02/0.12)	

CMYK yüzdeleri

%0
%12.05
%1.79
%12.16

Codes

Color #E0C5DC in popluar color models

E0C5DC
RGB224197220
HSL309°30.34%82.55%
HSB/HSV309°12.05%87.84%
CMYK0.00%12.05%1.79%
12.16%

Color #E0C5DC in popluar number systems.

HEXE0C5DC
Decimal224197220
Binary111000001100010111011100
Octal340305334

Shades and tints

Shades of #E0C5DC

#E0C5DC
(224,197,220)
#CCB4C8
(204,180,200)
#B8A3B4
(184,163,180)
#A492A0
(164,146,160)
#90818C
(144,129,140)
#7C7078
(124,112,120)
#685F64
(104,95,100)
#544E50
(84,78,80)
#403D3C
(64,61,60)
#2C2C28
(44,44,40)
#181B14
(24,27,20)
#000000
(0,0,0)

Tints of #E0C5DC

#E0C5DC
(224,197,220)
#E2CADF
(226,202,223)
#E4CFE2
(228,207,226)
#E6D4E5
(230,212,229)
#E8D9E8
(232,217,232)
#EADEEB
(234,222,235)
#ECE3EE
(236,227,238)
#EEE8F1
(238,232,241)
#F0EDF4
(240,237,244)
#F2F2F7
(242,242,247)
#F4F7FA
(244,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0C5DC color. Also use rgb(224,197,220) instead hex code.

Text Font Color

.myTextColor { color: #E0C5DC; }

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

This text font color is #E0C5DC.


Background Color

.myBgColor { background-color: #E0C5DC; }

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

This div background color is #E0C5DC.


Border color

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

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

This div border color is #E0C5DC.


Opacity

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

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

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

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

This text has shadow with #E0C5DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0C5DC on black background.


Color preview on white background

This text has color #E0C5DC on white background.



Black color preview on #E0C5DC background

This text has black color on #E0C5DC background.


White color preview on #E0C5DC background

This text has white color on #E0C5DC background.