COLOR #EBC1E4

HEX: #EBC1E4
RGB: (235,193,228)

Color info

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

RGB color model

#EBC1E4 color RGB value is (235,193,228).

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

RGB channels and saturation

R 235 of 255 = 92%
G 193 of 255 = 76%
B 228 of 255 = 89%

235
193
228

R + G + B ~ 86%. #EBC1E4 is light color.

Portions of RGB colors in percentages

R + G + B =
235 + 193 + 228 = 656 (100%)
R 235 of 656 ~ 35.82%
G 193 of 656 ~ 29.42%
B 228 of 656 ~ 34.76%

%35.82
%29.42
%34.76

CMYK color model

#EBC1E4 color CMYK value is (0,18,3,8).

  • cyan value is 0.00%
  • magenta value is 17.87%
  • yellow value is 2.98%
  • key color value is 7.84%
CMYK:
(0,18,3,8)
C0M18Y3K8 
(0%,18%,3%,8%)
(0.00/0.18/0.03/0.08)	

CMYK percentages

%0
%17.87
%2.98
%7.84

Codes

Color #EBC1E4 in popluar color models

EBC1E4
RGB235193228
HSL310°51.22%83.92%
HSB/HSV310°17.87%92.16%
CMYK0.00%17.87%2.98%
7.84%

Color #EBC1E4 in popluar number systems.

HEXEBC1E4
Decimal235193228
Binary111010111100000111100100
Octal353301344

Shades and tints

Shades of #EBC1E4

#EBC1E4
(235,193,228)
#D6B0D0
(214,176,208)
#C19FBC
(193,159,188)
#AC8EA8
(172,142,168)
#977D94
(151,125,148)
#826C80
(130,108,128)
#6D5B6C
(109,91,108)
#584A58
(88,74,88)
#433944
(67,57,68)
#2E2830
(46,40,48)
#19171C
(25,23,28)
#000000
(0,0,0)

Tints of #EBC1E4

#EBC1E4
(235,193,228)
#ECC6E6
(236,198,230)
#EDCBE8
(237,203,232)
#EED0EA
(238,208,234)
#EFD5EC
(239,213,236)
#F0DAEE
(240,218,238)
#F1DFF0
(241,223,240)
#F2E4F2
(242,228,242)
#F3E9F4
(243,233,244)
#F4EEF6
(244,238,246)
#F5F3F8
(245,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBC1E4; }

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

This text font color is #EBC1E4.


Background Color

.myBgColor { background-color: #EBC1E4; }

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

This div background color is #EBC1E4.


Border color

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

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

This div border color is #EBC1E4.


Opacity

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

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

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

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

This text has shadow with #EBC1E4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBC1E4 on black background.


Color preview on white background

This text has color #EBC1E4 on white background.



Black color preview on #EBC1E4 background

This text has black color on #EBC1E4 background.


White color preview on #EBC1E4 background

This text has white color on #EBC1E4 background.