COLOR #EBD5DC

HEX: #EBD5DC
RGB: (235,213,220)

Color info

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

RGB color model

#EBD5DC color RGB value is (235,213,220).

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

RGB channels and saturation

R 235 of 255 = 92%
G 213 of 255 = 84%
B 220 of 255 = 86%

235
213
220

R + G + B ~ 87%. #EBD5DC is light color.

Portions of RGB colors in percentages

R + G + B =
235 + 213 + 220 = 668 (100%)
R 235 of 668 ~ 35.18%
G 213 of 668 ~ 31.89%
B 220 of 668 ~ 32.93%

%35.18
%31.89
%32.93

CMYK color model

#EBD5DC color CMYK value is (0,9,6,8).

  • cyan value is 0.00%
  • magenta value is 9.36%
  • yellow value is 6.38%
  • key color value is 7.84%
CMYK:
(0,9,6,8)
C0M9Y6K8 
(0%,9%,6%,8%)
(0.00/0.09/0.06/0.08)	

CMYK percentages

%0
%9.36
%6.38
%7.84

Codes

Color #EBD5DC in popluar color models

EBD5DC
RGB235213220
HSL341°35.48%87.84%
HSB/HSV341°9.36%92.16%
CMYK0.00%9.36%6.38%
7.84%

Color #EBD5DC in popluar number systems.

HEXEBD5DC
Decimal235213220
Binary111010111101010111011100
Octal353325334

Shades and tints

Shades of #EBD5DC

#EBD5DC
(235,213,220)
#D6C2C8
(214,194,200)
#C1AFB4
(193,175,180)
#AC9CA0
(172,156,160)
#97898C
(151,137,140)
#827678
(130,118,120)
#6D6364
(109,99,100)
#585050
(88,80,80)
#433D3C
(67,61,60)
#2E2A28
(46,42,40)
#191714
(25,23,20)
#000000
(0,0,0)

Tints of #EBD5DC

#EBD5DC
(235,213,220)
#ECD8DF
(236,216,223)
#EDDBE2
(237,219,226)
#EEDEE5
(238,222,229)
#EFE1E8
(239,225,232)
#F0E4EB
(240,228,235)
#F1E7EE
(241,231,238)
#F2EAF1
(242,234,241)
#F3EDF4
(243,237,244)
#F4F0F7
(244,240,247)
#F5F3FA
(245,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBD5DC; }

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

This text font color is #EBD5DC.


Background Color

.myBgColor { background-color: #EBD5DC; }

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

This div background color is #EBD5DC.


Border color

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

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

This div border color is #EBD5DC.


Opacity

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

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

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

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

This text has shadow with #EBD5DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBD5DC on black background.


Color preview on white background

This text has color #EBD5DC on white background.



Black color preview on #EBD5DC background

This text has black color on #EBD5DC background.


White color preview on #EBD5DC background

This text has white color on #EBD5DC background.