COLOR #ECDCE6

HEX: #ECDCE6
RGB: (236,220,230)

Renk bilgisi

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

RGB renk modeli

#ECDCE6 color RGB value is (236,220,230).

  • kırmız ton 236;
  • yeşil ton 220;
  • mavi ton 230.
RGB:
(236,220,230)
(93%,86%,90%)

RGB bağlantıları ve doygunluk

R 236 of 255 = 93%
G 220 of 255 = 86%
B 230 of 255 = 90%

236
220
230

R + G + B ~ 90%. #ECDCE6 is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
236 + 220 + 230 = 686 (100%)
R 236 of 686 ~ 34.4%
G 220 of 686 ~ 32.07%
B 230 of 686 ~ 33.53%

%34.4
%32.07
%33.53

CMYK RENK MODELİ

#ECDCE6 rengi CMYK tonu (0,7,3,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 6.78%
  • sarı tonu 2.54%
  • ana renk tonu 7.45%
CMYK:
(0,7,3,7)
C0M7Y3K7 
(0%,7%,3%,7%)
(0.00/0.07/0.03/0.07)	

CMYK yüzdeleri

%0
%6.78
%2.54
%7.45

Codes

Color #ECDCE6 in popluar color models

ECDCE6
RGB236220230
HSL323°29.63%89.41%
HSB/HSV323°6.78%92.55%
CMYK0.00%6.78%2.54%
7.45%

Color #ECDCE6 in popluar number systems.

HEXECDCE6
Decimal236220230
Binary111011001101110011100110
Octal354334346

Shades and tints

Shades of #ECDCE6

#ECDCE6
(236,220,230)
#D7C8D2
(215,200,210)
#C2B4BE
(194,180,190)
#ADA0AA
(173,160,170)
#988C96
(152,140,150)
#837882
(131,120,130)
#6E646E
(110,100,110)
#59505A
(89,80,90)
#443C46
(68,60,70)
#2F2832
(47,40,50)
#1A141E
(26,20,30)
#000000
(0,0,0)

Tints of #ECDCE6

#ECDCE6
(236,220,230)
#EDDFE8
(237,223,232)
#EEE2EA
(238,226,234)
#EFE5EC
(239,229,236)
#F0E8EE
(240,232,238)
#F1EBF0
(241,235,240)
#F2EEF2
(242,238,242)
#F3F1F4
(243,241,244)
#F4F4F6
(244,244,246)
#F5F7F8
(245,247,248)
#F6FAFA
(246,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ECDCE6 color. Also use rgb(236,220,230) instead hex code.

Text Font Color

.myTextColor { color: #ECDCE6; }

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

This text font color is #ECDCE6.


Background Color

.myBgColor { background-color: #ECDCE6; }

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

This div background color is #ECDCE6.


Border color

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

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

This div border color is #ECDCE6.


Opacity

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

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

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

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

This text has shadow with #ECDCE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECDCE6 on black background.


Color preview on white background

This text has color #ECDCE6 on white background.



Black color preview on #ECDCE6 background

This text has black color on #ECDCE6 background.


White color preview on #ECDCE6 background

This text has white color on #ECDCE6 background.