COLOR #EBC3D6

HEX: #EBC3D6
RGB: (235,195,214)

Renk bilgisi

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

RGB renk modeli

#EBC3D6 color RGB value is (235,195,214).

  • kırmız ton 235;
  • yeşil ton 195;
  • mavi ton 214.
RGB:
(235,195,214)
(92%,76%,84%)

RGB bağlantıları ve doygunluk

R 235 of 255 = 92%
G 195 of 255 = 76%
B 214 of 255 = 84%

235
195
214

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

Yüzdelerle RGB renk parçaları

R + G + B =
235 + 195 + 214 = 644 (100%)
R 235 of 644 ~ 36.49%
G 195 of 644 ~ 30.28%
B 214 of 644 ~ 33.23%

%36.49
%30.28
%33.23

CMYK RENK MODELİ

#EBC3D6 rengi CMYK tonu (0,17,9,8).

  • camgöbeği tonu 0.00%
  • eflatun tonu 17.02%
  • sarı tonu 8.94%
  • ana renk tonu 7.84%
CMYK:
(0,17,9,8)
C0M17Y9K8 
(0%,17%,9%,8%)
(0.00/0.17/0.09/0.08)	

CMYK yüzdeleri

%0
%17.02
%8.94
%7.84

Codes

Color #EBC3D6 in popluar color models

EBC3D6
RGB235195214
HSL332°50.00%84.31%
HSB/HSV332°17.02%92.16%
CMYK0.00%17.02%8.94%
7.84%

Color #EBC3D6 in popluar number systems.

HEXEBC3D6
Decimal235195214
Binary111010111100001111010110
Octal353303326

Shades and tints

Shades of #EBC3D6

#EBC3D6
(235,195,214)
#D6B2C3
(214,178,195)
#C1A1B0
(193,161,176)
#AC909D
(172,144,157)
#977F8A
(151,127,138)
#826E77
(130,110,119)
#6D5D64
(109,93,100)
#584C51
(88,76,81)
#433B3E
(67,59,62)
#2E2A2B
(46,42,43)
#191918
(25,25,24)
#000000
(0,0,0)

Tints of #EBC3D6

#EBC3D6
(235,195,214)
#ECC8D9
(236,200,217)
#EDCDDC
(237,205,220)
#EED2DF
(238,210,223)
#EFD7E2
(239,215,226)
#F0DCE5
(240,220,229)
#F1E1E8
(241,225,232)
#F2E6EB
(242,230,235)
#F3EBEE
(243,235,238)
#F4F0F1
(244,240,241)
#F5F5F4
(245,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBC3D6 color. Also use rgb(235,195,214) instead hex code.

Text Font Color

.myTextColor { color: #EBC3D6; }

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

This text font color is #EBC3D6.


Background Color

.myBgColor { background-color: #EBC3D6; }

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

This div background color is #EBC3D6.


Border color

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

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

This div border color is #EBC3D6.


Opacity

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

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

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

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

This text has shadow with #EBC3D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBC3D6 on black background.


Color preview on white background

This text has color #EBC3D6 on white background.



Black color preview on #EBC3D6 background

This text has black color on #EBC3D6 background.


White color preview on #EBC3D6 background

This text has white color on #EBC3D6 background.