COLOR #EBC9FB

HEX: #EBC9FB
RGB: (235,201,251)

Color info

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

RGB color model

#EBC9FB color RGB value is (235,201,251).

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

RGB channels and saturation

R 235 of 255 = 92%
G 201 of 255 = 79%
B 251 of 255 = 98%

235
201
251

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

Portions of RGB colors in percentages

R + G + B =
235 + 201 + 251 = 687 (100%)
R 235 of 687 ~ 34.21%
G 201 of 687 ~ 29.26%
B 251 of 687 ~ 36.54%

%34.21
%29.26
%36.54

CMYK color model

#EBC9FB color CMYK value is (6,20,0,2).

  • cyan value is 6.37%
  • magenta value is 19.92%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(6,20,0,2)
C6M20Y0K2 
(6%,20%,0%,2%)
(0.06/0.20/0.00/0.02)	

CMYK percentages

%6.37
%19.92
%0
%1.57

Codes

Color #EBC9FB in popluar color models

EBC9FB
RGB235201251
HSL281°86.21%88.63%
HSB/HSV281°19.92%98.43%
CMYK6.37%19.92%0.00%
1.57%

Color #EBC9FB in popluar number systems.

HEXEBC9FB
Decimal235201251
Binary111010111100100111111011
Octal353311373

Shades and tints

Shades of #EBC9FB

#EBC9FB
(235,201,251)
#D6B7E5
(214,183,229)
#C1A5CF
(193,165,207)
#AC93B9
(172,147,185)
#9781A3
(151,129,163)
#826F8D
(130,111,141)
#6D5D77
(109,93,119)
#584B61
(88,75,97)
#43394B
(67,57,75)
#2E2735
(46,39,53)
#19151F
(25,21,31)
#000000
(0,0,0)

Tints of #EBC9FB

#EBC9FB
(235,201,251)
#ECCDFB
(236,205,251)
#EDD1FB
(237,209,251)
#EED5FB
(238,213,251)
#EFD9FB
(239,217,251)
#F0DDFB
(240,221,251)
#F1E1FB
(241,225,251)
#F2E5FB
(242,229,251)
#F3E9FB
(243,233,251)
#F4EDFB
(244,237,251)
#F5F1FB
(245,241,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBC9FB; }

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

This text font color is #EBC9FB.


Background Color

.myBgColor { background-color: #EBC9FB; }

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

This div background color is #EBC9FB.


Border color

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

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

This div border color is #EBC9FB.


Opacity

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

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

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

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

This text has shadow with #EBC9FB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBC9FB on black background.


Color preview on white background

This text has color #EBC9FB on white background.



Black color preview on #EBC9FB background

This text has black color on #EBC9FB background.


White color preview on #EBC9FB background

This text has white color on #EBC9FB background.