COLOR #EBC2DA

HEX: #EBC2DA
RGB: (235,194,218)

Renk bilgisi

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

RGB renk modeli

#EBC2DA color RGB value is (235,194,218).

  • kırmız ton 235;
  • yeşil ton 194;
  • mavi ton 218.
RGB:
(235,194,218)
(92%,76%,85%)

RGB bağlantıları ve doygunluk

R 235 of 255 = 92%
G 194 of 255 = 76%
B 218 of 255 = 85%

235
194
218

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

Yüzdelerle RGB renk parçaları

R + G + B =
235 + 194 + 218 = 647 (100%)
R 235 of 647 ~ 36.32%
G 194 of 647 ~ 29.98%
B 218 of 647 ~ 33.69%

%36.32
%29.98
%33.69

CMYK RENK MODELİ

#EBC2DA rengi CMYK tonu (0,17,7,8).

  • camgöbeği tonu 0.00%
  • eflatun tonu 17.45%
  • sarı tonu 7.23%
  • ana renk tonu 7.84%
CMYK:
(0,17,7,8)
C0M17Y7K8 
(0%,17%,7%,8%)
(0.00/0.17/0.07/0.08)	

CMYK yüzdeleri

%0
%17.45
%7.23
%7.84

Codes

Color #EBC2DA in popluar color models

EBC2DA
RGB235194218
HSL325°50.62%84.12%
HSB/HSV325°17.45%92.16%
CMYK0.00%17.45%7.23%
7.84%

Color #EBC2DA in popluar number systems.

HEXEBC2DA
Decimal235194218
Binary111010111100001011011010
Octal353302332

Shades and tints

Shades of #EBC2DA

#EBC2DA
(235,194,218)
#D6B1C7
(214,177,199)
#C1A0B4
(193,160,180)
#AC8FA1
(172,143,161)
#977E8E
(151,126,142)
#826D7B
(130,109,123)
#6D5C68
(109,92,104)
#584B55
(88,75,85)
#433A42
(67,58,66)
#2E292F
(46,41,47)
#19181C
(25,24,28)
#000000
(0,0,0)

Tints of #EBC2DA

#EBC2DA
(235,194,218)
#ECC7DD
(236,199,221)
#EDCCE0
(237,204,224)
#EED1E3
(238,209,227)
#EFD6E6
(239,214,230)
#F0DBE9
(240,219,233)
#F1E0EC
(241,224,236)
#F2E5EF
(242,229,239)
#F3EAF2
(243,234,242)
#F4EFF5
(244,239,245)
#F5F4F8
(245,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBC2DA color. Also use rgb(235,194,218) instead hex code.

Text Font Color

.myTextColor { color: #EBC2DA; }

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

This text font color is #EBC2DA.


Background Color

.myBgColor { background-color: #EBC2DA; }

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

This div background color is #EBC2DA.


Border color

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

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

This div border color is #EBC2DA.


Opacity

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

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

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

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

This text has shadow with #EBC2DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBC2DA on black background.


Color preview on white background

This text has color #EBC2DA on white background.



Black color preview on #EBC2DA background

This text has black color on #EBC2DA background.


White color preview on #EBC2DA background

This text has white color on #EBC2DA background.