COLOR #EBD4F7

HEX: #EBD4F7
RGB: (235,212,247)

Color info

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

RGB color model

#EBD4F7 color RGB value is (235,212,247).

  • red value is 235;
  • green value is 212;
  • blue value is 247.
RGB:
(235,212,247)
(92%,83%,97%)

RGB channels and saturation

R 235 of 255 = 92%
G 212 of 255 = 83%
B 247 of 255 = 97%

235
212
247

R + G + B ~ 91%. #EBD4F7 is light color.

Portions of RGB colors in percentages

R + G + B =
235 + 212 + 247 = 694 (100%)
R 235 of 694 ~ 33.86%
G 212 of 694 ~ 30.55%
B 247 of 694 ~ 35.59%

%33.86
%30.55
%35.59

CMYK color model

#EBD4F7 color CMYK value is (5,14,0,3).

  • cyan value is 4.86%
  • magenta value is 14.17%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK:
(5,14,0,3)
C5M14Y0K3 
(5%,14%,0%,3%)
(0.05/0.14/0.00/0.03)	

CMYK percentages

%4.86
%14.17
%0
%3.14

Codes

Color #EBD4F7 in popluar color models

EBD4F7
RGB235212247
HSL279°68.63%90.00%
HSB/HSV279°14.17%96.86%
CMYK4.86%14.17%0.00%
3.14%

Color #EBD4F7 in popluar number systems.

HEXEBD4F7
Decimal235212247
Binary111010111101010011110111
Octal353324367

Shades and tints

Shades of #EBD4F7

#EBD4F7
(235,212,247)
#D6C1E1
(214,193,225)
#C1AECB
(193,174,203)
#AC9BB5
(172,155,181)
#97889F
(151,136,159)
#827589
(130,117,137)
#6D6273
(109,98,115)
#584F5D
(88,79,93)
#433C47
(67,60,71)
#2E2931
(46,41,49)
#19161B
(25,22,27)
#000000
(0,0,0)

Tints of #EBD4F7

#EBD4F7
(235,212,247)
#ECD7F7
(236,215,247)
#EDDAF7
(237,218,247)
#EEDDF7
(238,221,247)
#EFE0F7
(239,224,247)
#F0E3F7
(240,227,247)
#F1E6F7
(241,230,247)
#F2E9F7
(242,233,247)
#F3ECF7
(243,236,247)
#F4EFF7
(244,239,247)
#F5F2F7
(245,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBD4F7 color. Also use rgb(235,212,247) instead hex code.

Text Font Color

.myTextColor { color: #EBD4F7; }

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

This text font color is #EBD4F7.


Background Color

.myBgColor { background-color: #EBD4F7; }

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

This div background color is #EBD4F7.


Border color

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

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

This div border color is #EBD4F7.


Opacity

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

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

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

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

This text has shadow with #EBD4F7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBD4F7 on black background.


Color preview on white background

This text has color #EBD4F7 on white background.



Black color preview on #EBD4F7 background

This text has black color on #EBD4F7 background.


White color preview on #EBD4F7 background

This text has white color on #EBD4F7 background.