COLOR #EBD9E5

HEX: #EBD9E5
RGB: (235,217,229)

Color info

#EBD9E5 contains red, green and blue colors in about the same proportion. Web safe color of #EBD9E5 is #FFCCCC (or #FCC).

RGB color model

#EBD9E5 color RGB value is (235,217,229).

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

RGB channels and saturation

R 235 of 255 = 92%
G 217 of 255 = 85%
B 229 of 255 = 90%

235
217
229

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

Portions of RGB colors in percentages

R + G + B =
235 + 217 + 229 = 681 (100%)
R 235 of 681 ~ 34.51%
G 217 of 681 ~ 31.86%
B 229 of 681 ~ 33.63%

%34.51
%31.86
%33.63

CMYK color model

#EBD9E5 color CMYK value is (0,8,3,8).

  • cyan value is 0.00%
  • magenta value is 7.66%
  • yellow value is 2.55%
  • key color value is 7.84%
CMYK: (0,8,3,8) C0M8Y3K8 (0%,8%,3%,8%) (0.00/0.08/0.03/0.08)

CMYK percentages

%0
%7.66
%2.55
%7.84

Codes

Color #EBD9E5 in popluar color models

EBD9E5
RGB235217229
HSL320°31.03%88.63%
HSB/HSV320°7.66%92.16%
CMYK0.00%7.66%2.55%
7.84%

Color #EBD9E5 in popluar number systems.

HEXEBD9E5
Decimal235217229
Binary111010111101100111100101
Octal353331345

Shades and tints

Shades of #EBD9E5

#EBD9E5
(235,217,229)
#D6C6D1
(214,198,209)
#C1B3BD
(193,179,189)
#ACA0A9
(172,160,169)
#978D95
(151,141,149)
#827A81
(130,122,129)
#6D676D
(109,103,109)
#585459
(88,84,89)
#434145
(67,65,69)
#2E2E31
(46,46,49)
#191B1D
(25,27,29)
#000000
(0,0,0)

Tints of #EBD9E5

#EBD9E5
(235,217,229)
#ECDCE7
(236,220,231)
#EDDFE9
(237,223,233)
#EEE2EB
(238,226,235)
#EFE5ED
(239,229,237)
#F0E8EF
(240,232,239)
#F1EBF1
(241,235,241)
#F2EEF3
(242,238,243)
#F3F1F5
(243,241,245)
#F4F4F7
(244,244,247)
#F5F7F9
(245,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBD9E5; }

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

This text font color is #EBD9E5.


Background Color

.myBgColor { background-color: #EBD9E5; }

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

This div background color is #EBD9E5.


Border color

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

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

This div border color is #EBD9E5.


Opacity

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

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

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

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

This text has shadow with #EBD9E5 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #EBD9E5 on black background.


Color preview on white background

This text has color #EBD9E5 on white background.



Black color preview on #EBD9E5 background

This text has black color on #EBD9E5 background.


White color preview on #EBD9E5 background

This text has white color on #EBD9E5 background.