COLOR #EBD3EF

HEX: #EBD3EF
RGB: (235,211,239)

Color info

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

RGB color model

#EBD3EF color RGB value is (235,211,239).

  • red value is 235;
  • green value is 211;
  • blue value is 239.
RGB:
(235,211,239)
(92%,83%,94%)

RGB channels and saturation

R 235 of 255 = 92%
G 211 of 255 = 83%
B 239 of 255 = 94%

235
211
239

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

Portions of RGB colors in percentages

R + G + B =
235 + 211 + 239 = 685 (100%)
R 235 of 685 ~ 34.31%
G 211 of 685 ~ 30.8%
B 239 of 685 ~ 34.89%

%34.31
%30.8
%34.89

CMYK color model

#EBD3EF color CMYK value is (2,12,0,6).

  • cyan value is 1.67%
  • magenta value is 11.72%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(2,12,0,6)
C2M12Y0K6 
(2%,12%,0%,6%)
(0.02/0.12/0.00/0.06)	

CMYK percentages

%1.67
%11.72
%0
%6.27

Codes

Color #EBD3EF in popluar color models

EBD3EF
RGB235211239
HSL291°46.67%88.24%
HSB/HSV291°11.72%93.73%
CMYK1.67%11.72%0.00%
6.27%

Color #EBD3EF in popluar number systems.

HEXEBD3EF
Decimal235211239
Binary111010111101001111101111
Octal353323357

Shades and tints

Shades of #EBD3EF

#EBD3EF
(235,211,239)
#D6C0DA
(214,192,218)
#C1ADC5
(193,173,197)
#AC9AB0
(172,154,176)
#97879B
(151,135,155)
#827486
(130,116,134)
#6D6171
(109,97,113)
#584E5C
(88,78,92)
#433B47
(67,59,71)
#2E2832
(46,40,50)
#19151D
(25,21,29)
#000000
(0,0,0)

Tints of #EBD3EF

#EBD3EF
(235,211,239)
#ECD7F0
(236,215,240)
#EDDBF1
(237,219,241)
#EEDFF2
(238,223,242)
#EFE3F3
(239,227,243)
#F0E7F4
(240,231,244)
#F1EBF5
(241,235,245)
#F2EFF6
(242,239,246)
#F3F3F7
(243,243,247)
#F4F7F8
(244,247,248)
#F5FBF9
(245,251,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBD3EF color. Also use rgb(235,211,239) instead hex code.

Text Font Color

.myTextColor { color: #EBD3EF; }

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

This text font color is #EBD3EF.


Background Color

.myBgColor { background-color: #EBD3EF; }

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

This div background color is #EBD3EF.


Border color

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

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

This div border color is #EBD3EF.


Opacity

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

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

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

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

This text has shadow with #EBD3EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBD3EF on black background.


Color preview on white background

This text has color #EBD3EF on white background.



Black color preview on #EBD3EF background

This text has black color on #EBD3EF background.


White color preview on #EBD3EF background

This text has white color on #EBD3EF background.