COLOR #EBCBFE

HEX: #EBCBFE
RGB: (235,203,254)

Color info

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

RGB color model

#EBCBFE color RGB value is (235,203,254).

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

RGB channels and saturation

R 235 of 255 = 92%
G 203 of 255 = 80%
B 254 of 255 = 100%

235
203
254

R + G + B ~ 91%. #EBCBFE is light color.

Portions of RGB colors in percentages

R + G + B =
235 + 203 + 254 = 692 (100%)
R 235 of 692 ~ 33.96%
G 203 of 692 ~ 29.34%
B 254 of 692 ~ 36.71%

%33.96
%29.34
%36.71

CMYK color model

#EBCBFE color CMYK value is (7,20,0,0).

  • cyan value is 7.48%
  • magenta value is 20.08%
  • yellow value is 0.00%
  • key color value is 0.39%
CMYK:
(7,20,0,0)
C7M20Y0K0 
(7%,20%,0%,0%)
(0.07/0.20/0.00/0.00)	

CMYK percentages

%7.48
%20.08
%0
%0.39

Codes

Color #EBCBFE in popluar color models

EBCBFE
RGB235203254
HSL278°96.23%89.61%
HSB/HSV278°20.08%99.61%
CMYK7.48%20.08%0.00%
0.39%

Color #EBCBFE in popluar number systems.

HEXEBCBFE
Decimal235203254
Binary111010111100101111111110
Octal353313376

Shades and tints

Shades of #EBCBFE

#EBCBFE
(235,203,254)
#D6B9E7
(214,185,231)
#C1A7D0
(193,167,208)
#AC95B9
(172,149,185)
#9783A2
(151,131,162)
#82718B
(130,113,139)
#6D5F74
(109,95,116)
#584D5D
(88,77,93)
#433B46
(67,59,70)
#2E292F
(46,41,47)
#191718
(25,23,24)
#000000
(0,0,0)

Tints of #EBCBFE

#EBCBFE
(235,203,254)
#ECCFFE
(236,207,254)
#EDD3FE
(237,211,254)
#EED7FE
(238,215,254)
#EFDBFE
(239,219,254)
#F0DFFE
(240,223,254)
#F1E3FE
(241,227,254)
#F2E7FE
(242,231,254)
#F3EBFE
(243,235,254)
#F4EFFE
(244,239,254)
#F5F3FE
(245,243,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBCBFE; }

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

This text font color is #EBCBFE.


Background Color

.myBgColor { background-color: #EBCBFE; }

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

This div background color is #EBCBFE.


Border color

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

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

This div border color is #EBCBFE.


Opacity

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

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

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

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

This text has shadow with #EBCBFE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBCBFE on black background.


Color preview on white background

This text has color #EBCBFE on white background.



Black color preview on #EBCBFE background

This text has black color on #EBCBFE background.


White color preview on #EBCBFE background

This text has white color on #EBCBFE background.