COLOR #EBD9E7

HEX: #EBD9E7
RGB: (235,217,231)

Color info

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

RGB color model

#EBD9E7 color RGB value is (235,217,231).

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

RGB channels and saturation

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

235
217
231

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

Portions of RGB colors in percentages

R + G + B =
235 + 217 + 231 = 683 (100%)
R 235 of 683 ~ 34.41%
G 217 of 683 ~ 31.77%
B 231 of 683 ~ 33.82%

%34.41
%31.77
%33.82

CMYK color model

#EBD9E7 color CMYK value is (0,8,2,8).

  • cyan value is 0.00%
  • magenta value is 7.66%
  • yellow value is 1.70%
  • key color value is 7.84%
CMYK:
(0,8,2,8)
C0M8Y2K8 
(0%,8%,2%,8%)
(0.00/0.08/0.02/0.08)	

CMYK percentages

%0
%7.66
%1.7
%7.84

Codes

Color #EBD9E7 in popluar color models

EBD9E7
RGB235217231
HSL313°31.03%88.63%
HSB/HSV313°7.66%92.16%
CMYK0.00%7.66%1.70%
7.84%

Color #EBD9E7 in popluar number systems.

HEXEBD9E7
Decimal235217231
Binary111010111101100111100111
Octal353331347

Shades and tints

Shades of #EBD9E7

#EBD9E7
(235,217,231)
#D6C6D2
(214,198,210)
#C1B3BD
(193,179,189)
#ACA0A8
(172,160,168)
#978D93
(151,141,147)
#827A7E
(130,122,126)
#6D6769
(109,103,105)
#585454
(88,84,84)
#43413F
(67,65,63)
#2E2E2A
(46,46,42)
#191B15
(25,27,21)
#000000
(0,0,0)

Tints of #EBD9E7

#EBD9E7
(235,217,231)
#ECDCE9
(236,220,233)
#EDDFEB
(237,223,235)
#EEE2ED
(238,226,237)
#EFE5EF
(239,229,239)
#F0E8F1
(240,232,241)
#F1EBF3
(241,235,243)
#F2EEF5
(242,238,245)
#F3F1F7
(243,241,247)
#F4F4F9
(244,244,249)
#F5F7FB
(245,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBD9E7; }

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

This text font color is #EBD9E7.


Background Color

.myBgColor { background-color: #EBD9E7; }

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

This div background color is #EBD9E7.


Border color

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

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

This div border color is #EBD9E7.


Opacity

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

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

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

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

This text has shadow with #EBD9E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBD9E7 on black background.


Color preview on white background

This text has color #EBD9E7 on white background.



Black color preview on #EBD9E7 background

This text has black color on #EBD9E7 background.


White color preview on #EBD9E7 background

This text has white color on #EBD9E7 background.