COLOR #EBC4DC

HEX: #EBC4DC
RGB: (235,196,220)

Renk bilgisi

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

RGB renk modeli

#EBC4DC color RGB value is (235,196,220).

  • kırmız ton 235;
  • yeşil ton 196;
  • mavi ton 220.
RGB:
(235,196,220)
(92%,77%,86%)

RGB bağlantıları ve doygunluk

R 235 of 255 = 92%
G 196 of 255 = 77%
B 220 of 255 = 86%

235
196
220

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

Yüzdelerle RGB renk parçaları

R + G + B =
235 + 196 + 220 = 651 (100%)
R 235 of 651 ~ 36.1%
G 196 of 651 ~ 30.11%
B 220 of 651 ~ 33.79%

%36.1
%30.11
%33.79

CMYK RENK MODELİ

#EBC4DC rengi CMYK tonu (0,17,6,8).

  • camgöbeği tonu 0.00%
  • eflatun tonu 16.60%
  • sarı tonu 6.38%
  • ana renk tonu 7.84%
CMYK:
(0,17,6,8)
C0M17Y6K8 
(0%,17%,6%,8%)
(0.00/0.17/0.06/0.08)	

CMYK yüzdeleri

%0
%16.6
%6.38
%7.84

Codes

Color #EBC4DC in popluar color models

EBC4DC
RGB235196220
HSL323°49.37%84.51%
HSB/HSV323°16.60%92.16%
CMYK0.00%16.60%6.38%
7.84%

Color #EBC4DC in popluar number systems.

HEXEBC4DC
Decimal235196220
Binary111010111100010011011100
Octal353304334

Shades and tints

Shades of #EBC4DC

#EBC4DC
(235,196,220)
#D6B3C8
(214,179,200)
#C1A2B4
(193,162,180)
#AC91A0
(172,145,160)
#97808C
(151,128,140)
#826F78
(130,111,120)
#6D5E64
(109,94,100)
#584D50
(88,77,80)
#433C3C
(67,60,60)
#2E2B28
(46,43,40)
#191A14
(25,26,20)
#000000
(0,0,0)

Tints of #EBC4DC

#EBC4DC
(235,196,220)
#ECC9DF
(236,201,223)
#EDCEE2
(237,206,226)
#EED3E5
(238,211,229)
#EFD8E8
(239,216,232)
#F0DDEB
(240,221,235)
#F1E2EE
(241,226,238)
#F2E7F1
(242,231,241)
#F3ECF4
(243,236,244)
#F4F1F7
(244,241,247)
#F5F6FA
(245,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBC4DC color. Also use rgb(235,196,220) instead hex code.

Text Font Color

.myTextColor { color: #EBC4DC; }

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

This text font color is #EBC4DC.


Background Color

.myBgColor { background-color: #EBC4DC; }

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

This div background color is #EBC4DC.


Border color

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

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

This div border color is #EBC4DC.


Opacity

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

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

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

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

This text has shadow with #EBC4DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBC4DC on black background.


Color preview on white background

This text has color #EBC4DC on white background.



Black color preview on #EBC4DC background

This text has black color on #EBC4DC background.


White color preview on #EBC4DC background

This text has white color on #EBC4DC background.