COLOR #EBD2ED

HEX: #EBD2ED
RGB: (235,210,237)

Color info

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

RGB color model

#EBD2ED color RGB value is (235,210,237).

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

RGB channels and saturation

R 235 of 255 = 92%
G 210 of 255 = 82%
B 237 of 255 = 93%

235
210
237

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

Portions of RGB colors in percentages

R + G + B =
235 + 210 + 237 = 682 (100%)
R 235 of 682 ~ 34.46%
G 210 of 682 ~ 30.79%
B 237 of 682 ~ 34.75%

%34.46
%30.79
%34.75

CMYK color model

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

  • cyan value is 0.84%
  • magenta value is 11.39%
  • 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
%11.39
%0
%7.06

Codes

Color #EBD2ED in popluar color models

EBD2ED
RGB235210237
HSL296°42.86%87.65%
HSB/HSV296°11.39%92.94%
CMYK0.84%11.39%0.00%
7.06%

Color #EBD2ED in popluar number systems.

HEXEBD2ED
Decimal235210237
Binary111010111101001011101101
Octal353322355

Shades and tints

Shades of #EBD2ED

#EBD2ED
(235,210,237)
#D6BFD8
(214,191,216)
#C1ACC3
(193,172,195)
#AC99AE
(172,153,174)
#978699
(151,134,153)
#827384
(130,115,132)
#6D606F
(109,96,111)
#584D5A
(88,77,90)
#433A45
(67,58,69)
#2E2730
(46,39,48)
#19141B
(25,20,27)
#000000
(0,0,0)

Tints of #EBD2ED

#EBD2ED
(235,210,237)
#ECD6EE
(236,214,238)
#EDDAEF
(237,218,239)
#EEDEF0
(238,222,240)
#EFE2F1
(239,226,241)
#F0E6F2
(240,230,242)
#F1EAF3
(241,234,243)
#F2EEF4
(242,238,244)
#F3F2F5
(243,242,245)
#F4F6F6
(244,246,246)
#F5FAF7
(245,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBD2ED; }

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

This text font color is #EBD2ED.


Background Color

.myBgColor { background-color: #EBD2ED; }

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

This div background color is #EBD2ED.


Border color

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

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

This div border color is #EBD2ED.


Opacity

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

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

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

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

This text has shadow with #EBD2ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBD2ED on black background.


Color preview on white background

This text has color #EBD2ED on white background.



Black color preview on #EBD2ED background

This text has black color on #EBD2ED background.


White color preview on #EBD2ED background

This text has white color on #EBD2ED background.