COLOR #EBC3D4

HEX: #EBC3D4
RGB: (235,195,212)

Color info

#EBC3D4 contains red, green and blue colors in about the same proportion. Web safe color of #EBC3D4 is #FFCCCC (or #FCC).

RGB color model

#EBC3D4 color RGB value is (235,195,212).

  • red value is 235;
  • green value is 195;
  • blue value is 212.
RGB:
(235,195,212)
(92%,76%,83%)

RGB channels and saturation

R 235 of 255 = 92%
G 195 of 255 = 76%
B 212 of 255 = 83%

235
195
212

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

Portions of RGB colors in percentages

R + G + B =
235 + 195 + 212 = 642 (100%)
R 235 of 642 ~ 36.6%
G 195 of 642 ~ 30.37%
B 212 of 642 ~ 33.02%

%36.6
%30.37
%33.02

CMYK color model

#EBC3D4 color CMYK value is (0,17,10,8).

  • cyan value is 0.00%
  • magenta value is 17.02%
  • yellow value is 9.79%
  • key color value is 7.84%
CMYK:
(0,17,10,8)
C0M17Y10K8 
(0%,17%,10%,8%)
(0.00/0.17/0.10/0.08)	

CMYK percentages

%0
%17.02
%9.79
%7.84

Codes

Color #EBC3D4 in popluar color models

EBC3D4
RGB235195212
HSL335°50.00%84.31%
HSB/HSV335°17.02%92.16%
CMYK0.00%17.02%9.79%
7.84%

Color #EBC3D4 in popluar number systems.

HEXEBC3D4
Decimal235195212
Binary111010111100001111010100
Octal353303324

Shades and tints

Shades of #EBC3D4

#EBC3D4
(235,195,212)
#D6B2C1
(214,178,193)
#C1A1AE
(193,161,174)
#AC909B
(172,144,155)
#977F88
(151,127,136)
#826E75
(130,110,117)
#6D5D62
(109,93,98)
#584C4F
(88,76,79)
#433B3C
(67,59,60)
#2E2A29
(46,42,41)
#191916
(25,25,22)
#000000
(0,0,0)

Tints of #EBC3D4

#EBC3D4
(235,195,212)
#ECC8D7
(236,200,215)
#EDCDDA
(237,205,218)
#EED2DD
(238,210,221)
#EFD7E0
(239,215,224)
#F0DCE3
(240,220,227)
#F1E1E6
(241,225,230)
#F2E6E9
(242,230,233)
#F3EBEC
(243,235,236)
#F4F0EF
(244,240,239)
#F5F5F2
(245,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBC3D4; }

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

This text font color is #EBC3D4.


Background Color

.myBgColor { background-color: #EBC3D4; }

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

This div background color is #EBC3D4.


Border color

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

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

This div border color is #EBC3D4.


Opacity

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

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

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

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

This text has shadow with #EBC3D4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBC3D4 on black background.


Color preview on white background

This text has color #EBC3D4 on white background.



Black color preview on #EBC3D4 background

This text has black color on #EBC3D4 background.


White color preview on #EBC3D4 background

This text has white color on #EBC3D4 background.