COLOR #EBD2F8

HEX: #EBD2F8
RGB: (235,210,248)

Color info

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

RGB color model

#EBD2F8 color RGB value is (235,210,248).

  • red value is 235;
  • green value is 210;
  • blue value is 248.
RGB:
(235,210,248)
(92%,82%,97%)

RGB channels and saturation

R 235 of 255 = 92%
G 210 of 255 = 82%
B 248 of 255 = 97%

235
210
248

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

Portions of RGB colors in percentages

R + G + B =
235 + 210 + 248 = 693 (100%)
R 235 of 693 ~ 33.91%
G 210 of 693 ~ 30.3%
B 248 of 693 ~ 35.79%

%33.91
%30.3
%35.79

CMYK color model

#EBD2F8 color CMYK value is (5,15,0,3).

  • cyan value is 5.24%
  • magenta value is 15.32%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK:
(5,15,0,3)
C5M15Y0K3 
(5%,15%,0%,3%)
(0.05/0.15/0.00/0.03)	

CMYK percentages

%5.24
%15.32
%0
%2.75

Codes

Color #EBD2F8 in popluar color models

EBD2F8
RGB235210248
HSL279°73.08%89.80%
HSB/HSV279°15.32%97.25%
CMYK5.24%15.32%0.00%
2.75%

Color #EBD2F8 in popluar number systems.

HEXEBD2F8
Decimal235210248
Binary111010111101001011111000
Octal353322370

Shades and tints

Shades of #EBD2F8

#EBD2F8
(235,210,248)
#D6BFE2
(214,191,226)
#C1ACCC
(193,172,204)
#AC99B6
(172,153,182)
#9786A0
(151,134,160)
#82738A
(130,115,138)
#6D6074
(109,96,116)
#584D5E
(88,77,94)
#433A48
(67,58,72)
#2E2732
(46,39,50)
#19141C
(25,20,28)
#000000
(0,0,0)

Tints of #EBD2F8

#EBD2F8
(235,210,248)
#ECD6F8
(236,214,248)
#EDDAF8
(237,218,248)
#EEDEF8
(238,222,248)
#EFE2F8
(239,226,248)
#F0E6F8
(240,230,248)
#F1EAF8
(241,234,248)
#F2EEF8
(242,238,248)
#F3F2F8
(243,242,248)
#F4F6F8
(244,246,248)
#F5FAF8
(245,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBD2F8 color. Also use rgb(235,210,248) instead hex code.

Text Font Color

.myTextColor { color: #EBD2F8; }

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

This text font color is #EBD2F8.


Background Color

.myBgColor { background-color: #EBD2F8; }

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

This div background color is #EBD2F8.


Border color

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

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

This div border color is #EBD2F8.


Opacity

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

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

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

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

This text has shadow with #EBD2F8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBD2F8 on black background.


Color preview on white background

This text has color #EBD2F8 on white background.



Black color preview on #EBD2F8 background

This text has black color on #EBD2F8 background.


White color preview on #EBD2F8 background

This text has white color on #EBD2F8 background.