COLOR #EBC3E7

HEX: #EBC3E7
RGB: (235,195,231)

Color info

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

RGB color model

#EBC3E7 color RGB value is (235,195,231).

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

RGB channels and saturation

R 235 of 255 = 92%
G 195 of 255 = 76%
B 231 of 255 = 91%

235
195
231

R + G + B ~ 86%. #EBC3E7 is light color.

Portions of RGB colors in percentages

R + G + B =
235 + 195 + 231 = 661 (100%)
R 235 of 661 ~ 35.55%
G 195 of 661 ~ 29.5%
B 231 of 661 ~ 34.95%

%35.55
%29.5
%34.95

CMYK color model

#EBC3E7 color CMYK value is (0,17,2,8).

  • cyan value is 0.00%
  • magenta value is 17.02%
  • yellow value is 1.70%
  • key color value is 7.84%
CMYK:
(0,17,2,8)
C0M17Y2K8 
(0%,17%,2%,8%)
(0.00/0.17/0.02/0.08)	

CMYK percentages

%0
%17.02
%1.7
%7.84

Codes

Color #EBC3E7 in popluar color models

EBC3E7
RGB235195231
HSL306°50.00%84.31%
HSB/HSV306°17.02%92.16%
CMYK0.00%17.02%1.70%
7.84%

Color #EBC3E7 in popluar number systems.

HEXEBC3E7
Decimal235195231
Binary111010111100001111100111
Octal353303347

Shades and tints

Shades of #EBC3E7

#EBC3E7
(235,195,231)
#D6B2D2
(214,178,210)
#C1A1BD
(193,161,189)
#AC90A8
(172,144,168)
#977F93
(151,127,147)
#826E7E
(130,110,126)
#6D5D69
(109,93,105)
#584C54
(88,76,84)
#433B3F
(67,59,63)
#2E2A2A
(46,42,42)
#191915
(25,25,21)
#000000
(0,0,0)

Tints of #EBC3E7

#EBC3E7
(235,195,231)
#ECC8E9
(236,200,233)
#EDCDEB
(237,205,235)
#EED2ED
(238,210,237)
#EFD7EF
(239,215,239)
#F0DCF1
(240,220,241)
#F1E1F3
(241,225,243)
#F2E6F5
(242,230,245)
#F3EBF7
(243,235,247)
#F4F0F9
(244,240,249)
#F5F5FB
(245,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBC3E7; }

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

This text font color is #EBC3E7.


Background Color

.myBgColor { background-color: #EBC3E7; }

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

This div background color is #EBC3E7.


Border color

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

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

This div border color is #EBC3E7.


Opacity

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

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

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

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

This text has shadow with #EBC3E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBC3E7 on black background.


Color preview on white background

This text has color #EBC3E7 on white background.



Black color preview on #EBC3E7 background

This text has black color on #EBC3E7 background.


White color preview on #EBC3E7 background

This text has white color on #EBC3E7 background.