COLOR #EBD5E4

HEX: #EBD5E4
RGB: (235,213,228)

Color info

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

RGB color model

#EBD5E4 color RGB value is (235,213,228).

  • red value is 235;
  • green value is 213;
  • blue value is 228.
RGB:
(235,213,228)
(92%,84%,89%)

RGB channels and saturation

R 235 of 255 = 92%
G 213 of 255 = 84%
B 228 of 255 = 89%

235
213
228

R + G + B ~ 88%. #EBD5E4 is light color.

Portions of RGB colors in percentages

R + G + B =
235 + 213 + 228 = 676 (100%)
R 235 of 676 ~ 34.76%
G 213 of 676 ~ 31.51%
B 228 of 676 ~ 33.73%

%34.76
%31.51
%33.73

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 9.36%
  • yellow value is 2.98%
  • key color value is 7.84%
CMYK:
(0,9,3,8)
C0M9Y3K8 
(0%,9%,3%,8%)
(0.00/0.09/0.03/0.08)	

CMYK percentages

%0
%9.36
%2.98
%7.84

Codes

Color #EBD5E4 in popluar color models

EBD5E4
RGB235213228
HSL319°35.48%87.84%
HSB/HSV319°9.36%92.16%
CMYK0.00%9.36%2.98%
7.84%

Color #EBD5E4 in popluar number systems.

HEXEBD5E4
Decimal235213228
Binary111010111101010111100100
Octal353325344

Shades and tints

Shades of #EBD5E4

#EBD5E4
(235,213,228)
#D6C2D0
(214,194,208)
#C1AFBC
(193,175,188)
#AC9CA8
(172,156,168)
#978994
(151,137,148)
#827680
(130,118,128)
#6D636C
(109,99,108)
#585058
(88,80,88)
#433D44
(67,61,68)
#2E2A30
(46,42,48)
#19171C
(25,23,28)
#000000
(0,0,0)

Tints of #EBD5E4

#EBD5E4
(235,213,228)
#ECD8E6
(236,216,230)
#EDDBE8
(237,219,232)
#EEDEEA
(238,222,234)
#EFE1EC
(239,225,236)
#F0E4EE
(240,228,238)
#F1E7F0
(241,231,240)
#F2EAF2
(242,234,242)
#F3EDF4
(243,237,244)
#F4F0F6
(244,240,246)
#F5F3F8
(245,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBD5E4 color. Also use rgb(235,213,228) instead hex code.

Text Font Color

.myTextColor { color: #EBD5E4; }

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

This text font color is #EBD5E4.


Background Color

.myBgColor { background-color: #EBD5E4; }

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

This div background color is #EBD5E4.


Border color

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

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

This div border color is #EBD5E4.


Opacity

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

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

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

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

This text has shadow with #EBD5E4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBD5E4 on black background.


Color preview on white background

This text has color #EBD5E4 on white background.



Black color preview on #EBD5E4 background

This text has black color on #EBD5E4 background.


White color preview on #EBD5E4 background

This text has white color on #EBD5E4 background.