COLOR #EBD4ED

HEX: #EBD4ED
RGB: (235,212,237)

Color info

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

RGB color model

#EBD4ED color RGB value is (235,212,237).

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

RGB channels and saturation

R 235 of 255 = 92%
G 212 of 255 = 83%
B 237 of 255 = 93%

235
212
237

R + G + B ~ 89%. #EBD4ED is light color.

Portions of RGB colors in percentages

R + G + B =
235 + 212 + 237 = 684 (100%)
R 235 of 684 ~ 34.36%
G 212 of 684 ~ 30.99%
B 237 of 684 ~ 34.65%

%34.36
%30.99
%34.65

CMYK color model

#EBD4ED color CMYK value is (1,11,0,7).

  • cyan value is 0.84%
  • magenta value is 10.55%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(1,11,0,7)
C1M11Y0K7 
(1%,11%,0%,7%)
(0.01/0.11/0.00/0.07)	

CMYK percentages

%0.84
%10.55
%0
%7.06

Codes

Color #EBD4ED in popluar color models

EBD4ED
RGB235212237
HSL295°40.98%88.04%
HSB/HSV295°10.55%92.94%
CMYK0.84%10.55%0.00%
7.06%

Color #EBD4ED in popluar number systems.

HEXEBD4ED
Decimal235212237
Binary111010111101010011101101
Octal353324355

Shades and tints

Shades of #EBD4ED

#EBD4ED
(235,212,237)
#D6C1D8
(214,193,216)
#C1AEC3
(193,174,195)
#AC9BAE
(172,155,174)
#978899
(151,136,153)
#827584
(130,117,132)
#6D626F
(109,98,111)
#584F5A
(88,79,90)
#433C45
(67,60,69)
#2E2930
(46,41,48)
#19161B
(25,22,27)
#000000
(0,0,0)

Tints of #EBD4ED

#EBD4ED
(235,212,237)
#ECD7EE
(236,215,238)
#EDDAEF
(237,218,239)
#EEDDF0
(238,221,240)
#EFE0F1
(239,224,241)
#F0E3F2
(240,227,242)
#F1E6F3
(241,230,243)
#F2E9F4
(242,233,244)
#F3ECF5
(243,236,245)
#F4EFF6
(244,239,246)
#F5F2F7
(245,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBD4ED; }

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

This text font color is #EBD4ED.


Background Color

.myBgColor { background-color: #EBD4ED; }

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

This div background color is #EBD4ED.


Border color

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

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

This div border color is #EBD4ED.


Opacity

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

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

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

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

This text has shadow with #EBD4ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBD4ED on black background.


Color preview on white background

This text has color #EBD4ED on white background.



Black color preview on #EBD4ED background

This text has black color on #EBD4ED background.


White color preview on #EBD4ED background

This text has white color on #EBD4ED background.