COLOR #EBD5E0

HEX: #EBD5E0
RGB: (235,213,224)

Color info

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

RGB color model

#EBD5E0 color RGB value is (235,213,224).

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

RGB channels and saturation

R 235 of 255 = 92%
G 213 of 255 = 84%
B 224 of 255 = 88%

235
213
224

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

Portions of RGB colors in percentages

R + G + B =
235 + 213 + 224 = 672 (100%)
R 235 of 672 ~ 34.97%
G 213 of 672 ~ 31.7%
B 224 of 672 ~ 33.33%

%34.97
%31.7
%33.33

CMYK color model

#EBD5E0 color CMYK value is (0,9,5,8).

  • cyan value is 0.00%
  • magenta value is 9.36%
  • yellow value is 4.68%
  • key color value is 7.84%
CMYK:
(0,9,5,8)
C0M9Y5K8 
(0%,9%,5%,8%)
(0.00/0.09/0.05/0.08)	

CMYK percentages

%0
%9.36
%4.68
%7.84

Codes

Color #EBD5E0 in popluar color models

EBD5E0
RGB235213224
HSL330°35.48%87.84%
HSB/HSV330°9.36%92.16%
CMYK0.00%9.36%4.68%
7.84%

Color #EBD5E0 in popluar number systems.

HEXEBD5E0
Decimal235213224
Binary111010111101010111100000
Octal353325340

Shades and tints

Shades of #EBD5E0

#EBD5E0
(235,213,224)
#D6C2CC
(214,194,204)
#C1AFB8
(193,175,184)
#AC9CA4
(172,156,164)
#978990
(151,137,144)
#82767C
(130,118,124)
#6D6368
(109,99,104)
#585054
(88,80,84)
#433D40
(67,61,64)
#2E2A2C
(46,42,44)
#191718
(25,23,24)
#000000
(0,0,0)

Tints of #EBD5E0

#EBD5E0
(235,213,224)
#ECD8E2
(236,216,226)
#EDDBE4
(237,219,228)
#EEDEE6
(238,222,230)
#EFE1E8
(239,225,232)
#F0E4EA
(240,228,234)
#F1E7EC
(241,231,236)
#F2EAEE
(242,234,238)
#F3EDF0
(243,237,240)
#F4F0F2
(244,240,242)
#F5F3F4
(245,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBD5E0; }

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

This text font color is #EBD5E0.


Background Color

.myBgColor { background-color: #EBD5E0; }

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

This div background color is #EBD5E0.


Border color

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

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

This div border color is #EBD5E0.


Opacity

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

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

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

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

This text has shadow with #EBD5E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBD5E0 on black background.


Color preview on white background

This text has color #EBD5E0 on white background.



Black color preview on #EBD5E0 background

This text has black color on #EBD5E0 background.


White color preview on #EBD5E0 background

This text has white color on #EBD5E0 background.