COLOR #EBC3E9

HEX: #EBC3E9
RGB: (235,195,233)

Color info

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

RGB color model

#EBC3E9 color RGB value is (235,195,233).

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

RGB channels and saturation

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

235
195
233

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

Portions of RGB colors in percentages

R + G + B =
235 + 195 + 233 = 663 (100%)
R 235 of 663 ~ 35.44%
G 195 of 663 ~ 29.41%
B 233 of 663 ~ 35.14%

%35.44
%29.41
%35.14

CMYK color model

#EBC3E9 color CMYK value is (0,17,1,8).

  • cyan value is 0.00%
  • magenta value is 17.02%
  • yellow value is 0.85%
  • key color value is 7.84%
CMYK:
(0,17,1,8)
C0M17Y1K8 
(0%,17%,1%,8%)
(0.00/0.17/0.01/0.08)	

CMYK percentages

%0
%17.02
%0.85
%7.84

Codes

Color #EBC3E9 in popluar color models

EBC3E9
RGB235195233
HSL303°50.00%84.31%
HSB/HSV303°17.02%92.16%
CMYK0.00%17.02%0.85%
7.84%

Color #EBC3E9 in popluar number systems.

HEXEBC3E9
Decimal235195233
Binary111010111100001111101001
Octal353303351

Shades and tints

Shades of #EBC3E9

#EBC3E9
(235,195,233)
#D6B2D4
(214,178,212)
#C1A1BF
(193,161,191)
#AC90AA
(172,144,170)
#977F95
(151,127,149)
#826E80
(130,110,128)
#6D5D6B
(109,93,107)
#584C56
(88,76,86)
#433B41
(67,59,65)
#2E2A2C
(46,42,44)
#191917
(25,25,23)
#000000
(0,0,0)

Tints of #EBC3E9

#EBC3E9
(235,195,233)
#ECC8EB
(236,200,235)
#EDCDED
(237,205,237)
#EED2EF
(238,210,239)
#EFD7F1
(239,215,241)
#F0DCF3
(240,220,243)
#F1E1F5
(241,225,245)
#F2E6F7
(242,230,247)
#F3EBF9
(243,235,249)
#F4F0FB
(244,240,251)
#F5F5FD
(245,245,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBC3E9; }

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

This text font color is #EBC3E9.


Background Color

.myBgColor { background-color: #EBC3E9; }

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

This div background color is #EBC3E9.


Border color

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

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

This div border color is #EBC3E9.


Opacity

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

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

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

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

This text has shadow with #EBC3E9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBC3E9 on black background.


Color preview on white background

This text has color #EBC3E9 on white background.



Black color preview on #EBC3E9 background

This text has black color on #EBC3E9 background.


White color preview on #EBC3E9 background

This text has white color on #EBC3E9 background.