COLOR #EBC2FC

HEX: #EBC2FC
RGB: (235,194,252)

Color info

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

RGB color model

#EBC2FC color RGB value is (235,194,252).

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

RGB channels and saturation

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

235
194
252

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

Portions of RGB colors in percentages

R + G + B =
235 + 194 + 252 = 681 (100%)
R 235 of 681 ~ 34.51%
G 194 of 681 ~ 28.49%
B 252 of 681 ~ 37%

%34.51
%28.49
%37

CMYK color model

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

  • cyan value is 6.75%
  • magenta value is 23.02%
  • 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
%23.02
%0
%1.18

Codes

Color #EBC2FC in popluar color models

EBC2FC
RGB235194252
HSL282°90.63%87.45%
HSB/HSV282°23.02%98.82%
CMYK6.75%23.02%0.00%
1.18%

Color #EBC2FC in popluar number systems.

HEXEBC2FC
Decimal235194252
Binary111010111100001011111100
Octal353302374

Shades and tints

Shades of #EBC2FC

#EBC2FC
(235,194,252)
#D6B1E6
(214,177,230)
#C1A0D0
(193,160,208)
#AC8FBA
(172,143,186)
#977EA4
(151,126,164)
#826D8E
(130,109,142)
#6D5C78
(109,92,120)
#584B62
(88,75,98)
#433A4C
(67,58,76)
#2E2936
(46,41,54)
#191820
(25,24,32)
#000000
(0,0,0)

Tints of #EBC2FC

#EBC2FC
(235,194,252)
#ECC7FC
(236,199,252)
#EDCCFC
(237,204,252)
#EED1FC
(238,209,252)
#EFD6FC
(239,214,252)
#F0DBFC
(240,219,252)
#F1E0FC
(241,224,252)
#F2E5FC
(242,229,252)
#F3EAFC
(243,234,252)
#F4EFFC
(244,239,252)
#F5F4FC
(245,244,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBC2FC; }

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

This text font color is #EBC2FC.


Background Color

.myBgColor { background-color: #EBC2FC; }

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

This div background color is #EBC2FC.


Border color

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

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

This div border color is #EBC2FC.


Opacity

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

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

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

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

This text has shadow with #EBC2FC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBC2FC on black background.


Color preview on white background

This text has color #EBC2FC on white background.



Black color preview on #EBC2FC background

This text has black color on #EBC2FC background.


White color preview on #EBC2FC background

This text has white color on #EBC2FC background.