COLOR #EBC1D4

HEX: #EBC1D4
RGB: (235,193,212)

Color info

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

RGB color model

#EBC1D4 color RGB value is (235,193,212).

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

RGB channels and saturation

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

235
193
212

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

Portions of RGB colors in percentages

R + G + B =
235 + 193 + 212 = 640 (100%)
R 235 of 640 ~ 36.72%
G 193 of 640 ~ 30.16%
B 212 of 640 ~ 33.13%

%36.72
%30.16
%33.13

CMYK color model

#EBC1D4 color CMYK value is (0,18,10,8).

  • cyan value is 0.00%
  • magenta value is 17.87%
  • yellow value is 9.79%
  • key color value is 7.84%
CMYK:
(0,18,10,8)
C0M18Y10K8 
(0%,18%,10%,8%)
(0.00/0.18/0.10/0.08)	

CMYK percentages

%0
%17.87
%9.79
%7.84

Codes

Color #EBC1D4 in popluar color models

EBC1D4
RGB235193212
HSL333°51.22%83.92%
HSB/HSV333°17.87%92.16%
CMYK0.00%17.87%9.79%
7.84%

Color #EBC1D4 in popluar number systems.

HEXEBC1D4
Decimal235193212
Binary111010111100000111010100
Octal353301324

Shades and tints

Shades of #EBC1D4

#EBC1D4
(235,193,212)
#D6B0C1
(214,176,193)
#C19FAE
(193,159,174)
#AC8E9B
(172,142,155)
#977D88
(151,125,136)
#826C75
(130,108,117)
#6D5B62
(109,91,98)
#584A4F
(88,74,79)
#43393C
(67,57,60)
#2E2829
(46,40,41)
#191716
(25,23,22)
#000000
(0,0,0)

Tints of #EBC1D4

#EBC1D4
(235,193,212)
#ECC6D7
(236,198,215)
#EDCBDA
(237,203,218)
#EED0DD
(238,208,221)
#EFD5E0
(239,213,224)
#F0DAE3
(240,218,227)
#F1DFE6
(241,223,230)
#F2E4E9
(242,228,233)
#F3E9EC
(243,233,236)
#F4EEEF
(244,238,239)
#F5F3F2
(245,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBC1D4; }

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

This text font color is #EBC1D4.


Background Color

.myBgColor { background-color: #EBC1D4; }

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

This div background color is #EBC1D4.


Border color

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

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

This div border color is #EBC1D4.


Opacity

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

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

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

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

This text has shadow with #EBC1D4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBC1D4 on black background.


Color preview on white background

This text has color #EBC1D4 on white background.



Black color preview on #EBC1D4 background

This text has black color on #EBC1D4 background.


White color preview on #EBC1D4 background

This text has white color on #EBC1D4 background.