COLOR #EBC1F3

HEX: #EBC1F3
RGB: (235,193,243)

Color info

#EBC1F3 contains red, green and blue colors in about the same proportion. Web safe color of #EBC1F3 is #FFCCFF (or #FCF).

RGB color model

#EBC1F3 color RGB value is (235,193,243).

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

RGB channels and saturation

R 235 of 255 = 92%
G 193 of 255 = 76%
B 243 of 255 = 95%

235
193
243

R + G + B ~ 88%. #EBC1F3 is light color.

Portions of RGB colors in percentages

R + G + B =
235 + 193 + 243 = 671 (100%)
R 235 of 671 ~ 35.02%
G 193 of 671 ~ 28.76%
B 243 of 671 ~ 36.21%

%35.02
%28.76
%36.21

CMYK color model

#EBC1F3 color CMYK value is (3,21,0,5).

  • cyan value is 3.29%
  • magenta value is 20.58%
  • yellow value is 0.00%
  • key color value is 4.71%
CMYK:
(3,21,0,5)
C3M21Y0K5 
(3%,21%,0%,5%)
(0.03/0.21/0.00/0.05)	

CMYK percentages

%3.29
%20.58
%0
%4.71

Codes

Color #EBC1F3 in popluar color models

EBC1F3
RGB235193243
HSL290°67.57%85.49%
HSB/HSV290°20.58%95.29%
CMYK3.29%20.58%0.00%
4.71%

Color #EBC1F3 in popluar number systems.

HEXEBC1F3
Decimal235193243
Binary111010111100000111110011
Octal353301363

Shades and tints

Shades of #EBC1F3

#EBC1F3
(235,193,243)
#D6B0DD
(214,176,221)
#C19FC7
(193,159,199)
#AC8EB1
(172,142,177)
#977D9B
(151,125,155)
#826C85
(130,108,133)
#6D5B6F
(109,91,111)
#584A59
(88,74,89)
#433943
(67,57,67)
#2E282D
(46,40,45)
#191717
(25,23,23)
#000000
(0,0,0)

Tints of #EBC1F3

#EBC1F3
(235,193,243)
#ECC6F4
(236,198,244)
#EDCBF5
(237,203,245)
#EED0F6
(238,208,246)
#EFD5F7
(239,213,247)
#F0DAF8
(240,218,248)
#F1DFF9
(241,223,249)
#F2E4FA
(242,228,250)
#F3E9FB
(243,233,251)
#F4EEFC
(244,238,252)
#F5F3FD
(245,243,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBC1F3; }

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

This text font color is #EBC1F3.


Background Color

.myBgColor { background-color: #EBC1F3; }

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

This div background color is #EBC1F3.


Border color

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

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

This div border color is #EBC1F3.


Opacity

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

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

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

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

This text has shadow with #EBC1F3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBC1F3 on black background.


Color preview on white background

This text has color #EBC1F3 on white background.



Black color preview on #EBC1F3 background

This text has black color on #EBC1F3 background.


White color preview on #EBC1F3 background

This text has white color on #EBC1F3 background.