COLOR #EBC3FB

HEX: #EBC3FB
RGB: (235,195,251)

Color info

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

RGB color model

#EBC3FB color RGB value is (235,195,251).

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

RGB channels and saturation

R 235 of 255 = 92%
G 195 of 255 = 76%
B 251 of 255 = 98%

235
195
251

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

Portions of RGB colors in percentages

R + G + B =
235 + 195 + 251 = 681 (100%)
R 235 of 681 ~ 34.51%
G 195 of 681 ~ 28.63%
B 251 of 681 ~ 36.86%

%34.51
%28.63
%36.86

CMYK color model

#EBC3FB color CMYK value is (6,22,0,2).

  • cyan value is 6.37%
  • magenta value is 22.31%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(6,22,0,2)
C6M22Y0K2 
(6%,22%,0%,2%)
(0.06/0.22/0.00/0.02)	

CMYK percentages

%6.37
%22.31
%0
%1.57

Codes

Color #EBC3FB in popluar color models

EBC3FB
RGB235195251
HSL283°87.50%87.45%
HSB/HSV283°22.31%98.43%
CMYK6.37%22.31%0.00%
1.57%

Color #EBC3FB in popluar number systems.

HEXEBC3FB
Decimal235195251
Binary111010111100001111111011
Octal353303373

Shades and tints

Shades of #EBC3FB

#EBC3FB
(235,195,251)
#D6B2E5
(214,178,229)
#C1A1CF
(193,161,207)
#AC90B9
(172,144,185)
#977FA3
(151,127,163)
#826E8D
(130,110,141)
#6D5D77
(109,93,119)
#584C61
(88,76,97)
#433B4B
(67,59,75)
#2E2A35
(46,42,53)
#19191F
(25,25,31)
#000000
(0,0,0)

Tints of #EBC3FB

#EBC3FB
(235,195,251)
#ECC8FB
(236,200,251)
#EDCDFB
(237,205,251)
#EED2FB
(238,210,251)
#EFD7FB
(239,215,251)
#F0DCFB
(240,220,251)
#F1E1FB
(241,225,251)
#F2E6FB
(242,230,251)
#F3EBFB
(243,235,251)
#F4F0FB
(244,240,251)
#F5F5FB
(245,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBC3FB; }

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

This text font color is #EBC3FB.


Background Color

.myBgColor { background-color: #EBC3FB; }

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

This div background color is #EBC3FB.


Border color

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

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

This div border color is #EBC3FB.


Opacity

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

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

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

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

This text has shadow with #EBC3FB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBC3FB on black background.


Color preview on white background

This text has color #EBC3FB on white background.



Black color preview on #EBC3FB background

This text has black color on #EBC3FB background.


White color preview on #EBC3FB background

This text has white color on #EBC3FB background.