COLOR #EBC3FC

HEX: #EBC3FC
RGB: (235,195,252)

Color info

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

RGB color model

#EBC3FC color RGB value is (235,195,252).

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

RGB channels and saturation

R 235 of 255 = 92%
G 195 of 255 = 76%
B 252 of 255 = 99%

235
195
252

R + G + B ~ 89%. #EBC3FC is light color.

Portions of RGB colors in percentages

R + G + B =
235 + 195 + 252 = 682 (100%)
R 235 of 682 ~ 34.46%
G 195 of 682 ~ 28.59%
B 252 of 682 ~ 36.95%

%34.46
%28.59
%36.95

CMYK color model

#EBC3FC color CMYK value is (7,23,0,1).

  • cyan value is 6.75%
  • magenta value is 22.62%
  • yellow value is 0.00%
  • key color value is 1.18%
CMYK:
(7,23,0,1)
C7M23Y0K1 
(7%,23%,0%,1%)
(0.07/0.23/0.00/0.01)	

CMYK percentages

%6.75
%22.62
%0
%1.18

Codes

Color #EBC3FC in popluar color models

EBC3FC
RGB235195252
HSL282°90.48%87.65%
HSB/HSV282°22.62%98.82%
CMYK6.75%22.62%0.00%
1.18%

Color #EBC3FC in popluar number systems.

HEXEBC3FC
Decimal235195252
Binary111010111100001111111100
Octal353303374

Shades and tints

Shades of #EBC3FC

#EBC3FC
(235,195,252)
#D6B2E6
(214,178,230)
#C1A1D0
(193,161,208)
#AC90BA
(172,144,186)
#977FA4
(151,127,164)
#826E8E
(130,110,142)
#6D5D78
(109,93,120)
#584C62
(88,76,98)
#433B4C
(67,59,76)
#2E2A36
(46,42,54)
#191920
(25,25,32)
#000000
(0,0,0)

Tints of #EBC3FC

#EBC3FC
(235,195,252)
#ECC8FC
(236,200,252)
#EDCDFC
(237,205,252)
#EED2FC
(238,210,252)
#EFD7FC
(239,215,252)
#F0DCFC
(240,220,252)
#F1E1FC
(241,225,252)
#F2E6FC
(242,230,252)
#F3EBFC
(243,235,252)
#F4F0FC
(244,240,252)
#F5F5FC
(245,245,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBC3FC; }

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

This text font color is #EBC3FC.


Background Color

.myBgColor { background-color: #EBC3FC; }

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

This div background color is #EBC3FC.


Border color

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

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

This div border color is #EBC3FC.


Opacity

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

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

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

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

This text has shadow with #EBC3FC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBC3FC on black background.


Color preview on white background

This text has color #EBC3FC on white background.



Black color preview on #EBC3FC background

This text has black color on #EBC3FC background.


White color preview on #EBC3FC background

This text has white color on #EBC3FC background.