COLOR #EBBDEC

HEX: #EBBDEC
RGB: (235,189,236)

Color info

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

RGB color model

#EBBDEC color RGB value is (235,189,236).

  • red value is 235;
  • green value is 189;
  • blue value is 236.
RGB:
(235,189,236)
(92%,74%,93%)

RGB channels and saturation

R 235 of 255 = 92%
G 189 of 255 = 74%
B 236 of 255 = 93%

235
189
236

R + G + B ~ 86%. #EBBDEC is light color.

Portions of RGB colors in percentages

R + G + B =
235 + 189 + 236 = 660 (100%)
R 235 of 660 ~ 35.61%
G 189 of 660 ~ 28.64%
B 236 of 660 ~ 35.76%

%35.61
%28.64
%35.76

CMYK color model

#EBBDEC color CMYK value is (0,20,0,7).

  • cyan value is 0.42%
  • magenta value is 19.92%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(0,20,0,7)
C0M20Y0K7 
(0%,20%,0%,7%)
(0.00/0.20/0.00/0.07)	

CMYK percentages

%0.42
%19.92
%0
%7.45

Codes

Color #EBBDEC in popluar color models

EBBDEC
RGB235189236
HSL299°55.29%83.33%
HSB/HSV299°19.92%92.55%
CMYK0.42%19.92%0.00%
7.45%

Color #EBBDEC in popluar number systems.

HEXEBBDEC
Decimal235189236
Binary111010111011110111101100
Octal353275354

Shades and tints

Shades of #EBBDEC

#EBBDEC
(235,189,236)
#D6ACD7
(214,172,215)
#C19BC2
(193,155,194)
#AC8AAD
(172,138,173)
#977998
(151,121,152)
#826883
(130,104,131)
#6D576E
(109,87,110)
#584659
(88,70,89)
#433544
(67,53,68)
#2E242F
(46,36,47)
#19131A
(25,19,26)
#000000
(0,0,0)

Tints of #EBBDEC

#EBBDEC
(235,189,236)
#ECC3ED
(236,195,237)
#EDC9EE
(237,201,238)
#EECFEF
(238,207,239)
#EFD5F0
(239,213,240)
#F0DBF1
(240,219,241)
#F1E1F2
(241,225,242)
#F2E7F3
(242,231,243)
#F3EDF4
(243,237,244)
#F4F3F5
(244,243,245)
#F5F9F6
(245,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBBDEC color. Also use rgb(235,189,236) instead hex code.

Text Font Color

.myTextColor { color: #EBBDEC; }

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

This text font color is #EBBDEC.


Background Color

.myBgColor { background-color: #EBBDEC; }

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

This div background color is #EBBDEC.


Border color

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

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

This div border color is #EBBDEC.


Opacity

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

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

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

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

This text has shadow with #EBBDEC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBBDEC on black background.


Color preview on white background

This text has color #EBBDEC on white background.



Black color preview on #EBBDEC background

This text has black color on #EBBDEC background.


White color preview on #EBBDEC background

This text has white color on #EBBDEC background.