COLOR #EBC6FE

HEX: #EBC6FE
RGB: (235,198,254)

Color info

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

RGB color model

#EBC6FE color RGB value is (235,198,254).

  • red value is 235;
  • green value is 198;
  • blue value is 254.
RGB:
(235,198,254)
(92%,78%,100%)

RGB channels and saturation

R 235 of 255 = 92%
G 198 of 255 = 78%
B 254 of 255 = 100%

235
198
254

R + G + B ~ 90%. #EBC6FE is light color.

Portions of RGB colors in percentages

R + G + B =
235 + 198 + 254 = 687 (100%)
R 235 of 687 ~ 34.21%
G 198 of 687 ~ 28.82%
B 254 of 687 ~ 36.97%

%34.21
%28.82
%36.97

CMYK color model

#EBC6FE color CMYK value is (7,22,0,0).

  • cyan value is 7.48%
  • magenta value is 22.05%
  • yellow value is 0.00%
  • key color value is 0.39%
CMYK:
(7,22,0,0)
C7M22Y0K0 
(7%,22%,0%,0%)
(0.07/0.22/0.00/0.00)	

CMYK percentages

%7.48
%22.05
%0
%0.39

Codes

Color #EBC6FE in popluar color models

EBC6FE
RGB235198254
HSL280°96.55%88.63%
HSB/HSV280°22.05%99.61%
CMYK7.48%22.05%0.00%
0.39%

Color #EBC6FE in popluar number systems.

HEXEBC6FE
Decimal235198254
Binary111010111100011011111110
Octal353306376

Shades and tints

Shades of #EBC6FE

#EBC6FE
(235,198,254)
#D6B4E7
(214,180,231)
#C1A2D0
(193,162,208)
#AC90B9
(172,144,185)
#977EA2
(151,126,162)
#826C8B
(130,108,139)
#6D5A74
(109,90,116)
#58485D
(88,72,93)
#433646
(67,54,70)
#2E242F
(46,36,47)
#191218
(25,18,24)
#000000
(0,0,0)

Tints of #EBC6FE

#EBC6FE
(235,198,254)
#ECCBFE
(236,203,254)
#EDD0FE
(237,208,254)
#EED5FE
(238,213,254)
#EFDAFE
(239,218,254)
#F0DFFE
(240,223,254)
#F1E4FE
(241,228,254)
#F2E9FE
(242,233,254)
#F3EEFE
(243,238,254)
#F4F3FE
(244,243,254)
#F5F8FE
(245,248,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBC6FE color. Also use rgb(235,198,254) instead hex code.

Text Font Color

.myTextColor { color: #EBC6FE; }

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

This text font color is #EBC6FE.


Background Color

.myBgColor { background-color: #EBC6FE; }

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

This div background color is #EBC6FE.


Border color

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

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

This div border color is #EBC6FE.


Opacity

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

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

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

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

This text has shadow with #EBC6FE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBC6FE on black background.


Color preview on white background

This text has color #EBC6FE on white background.



Black color preview on #EBC6FE background

This text has black color on #EBC6FE background.


White color preview on #EBC6FE background

This text has white color on #EBC6FE background.