COLOR #EBD9E8

HEX: #EBD9E8
RGB: (235,217,232)

Color info

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

RGB color model

#EBD9E8 color RGB value is (235,217,232).

  • red value is 235;
  • green value is 217;
  • blue value is 232.
RGB:
(235,217,232)
(92%,85%,91%)

RGB channels and saturation

R 235 of 255 = 92%
G 217 of 255 = 85%
B 232 of 255 = 91%

235
217
232

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

Portions of RGB colors in percentages

R + G + B =
235 + 217 + 232 = 684 (100%)
R 235 of 684 ~ 34.36%
G 217 of 684 ~ 31.73%
B 232 of 684 ~ 33.92%

%34.36
%31.73
%33.92

CMYK color model

#EBD9E8 color CMYK value is (0,8,1,8).

  • cyan value is 0.00%
  • magenta value is 7.66%
  • yellow value is 1.28%
  • key color value is 7.84%
CMYK:
(0,8,1,8)
C0M8Y1K8 
(0%,8%,1%,8%)
(0.00/0.08/0.01/0.08)	

CMYK percentages

%0
%7.66
%1.28
%7.84

Codes

Color #EBD9E8 in popluar color models

EBD9E8
RGB235217232
HSL310°31.03%88.63%
HSB/HSV310°7.66%92.16%
CMYK0.00%7.66%1.28%
7.84%

Color #EBD9E8 in popluar number systems.

HEXEBD9E8
Decimal235217232
Binary111010111101100111101000
Octal353331350

Shades and tints

Shades of #EBD9E8

#EBD9E8
(235,217,232)
#D6C6D3
(214,198,211)
#C1B3BE
(193,179,190)
#ACA0A9
(172,160,169)
#978D94
(151,141,148)
#827A7F
(130,122,127)
#6D676A
(109,103,106)
#585455
(88,84,85)
#434140
(67,65,64)
#2E2E2B
(46,46,43)
#191B16
(25,27,22)
#000000
(0,0,0)

Tints of #EBD9E8

#EBD9E8
(235,217,232)
#ECDCEA
(236,220,234)
#EDDFEC
(237,223,236)
#EEE2EE
(238,226,238)
#EFE5F0
(239,229,240)
#F0E8F2
(240,232,242)
#F1EBF4
(241,235,244)
#F2EEF6
(242,238,246)
#F3F1F8
(243,241,248)
#F4F4FA
(244,244,250)
#F5F7FC
(245,247,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBD9E8 color. Also use rgb(235,217,232) instead hex code.

Text Font Color

.myTextColor { color: #EBD9E8; }

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

This text font color is #EBD9E8.


Background Color

.myBgColor { background-color: #EBD9E8; }

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

This div background color is #EBD9E8.


Border color

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

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

This div border color is #EBD9E8.


Opacity

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

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

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

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

This text has shadow with #EBD9E8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBD9E8 on black background.


Color preview on white background

This text has color #EBD9E8 on white background.



Black color preview on #EBD9E8 background

This text has black color on #EBD9E8 background.


White color preview on #EBD9E8 background

This text has white color on #EBD9E8 background.