COLOR #EBD4DA

HEX: #EBD4DA
RGB: (235,212,218)

Color info

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

RGB color model

#EBD4DA color RGB value is (235,212,218).

  • red value is 235;
  • green value is 212;
  • blue value is 218.
RGB:
(235,212,218)
(92%,83%,85%)

RGB channels and saturation

R 235 of 255 = 92%
G 212 of 255 = 83%
B 218 of 255 = 85%

235
212
218

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

Portions of RGB colors in percentages

R + G + B =
235 + 212 + 218 = 665 (100%)
R 235 of 665 ~ 35.34%
G 212 of 665 ~ 31.88%
B 218 of 665 ~ 32.78%

%35.34
%31.88
%32.78

CMYK color model

#EBD4DA color CMYK value is (0,10,7,8).

  • cyan value is 0.00%
  • magenta value is 9.79%
  • yellow value is 7.23%
  • key color value is 7.84%
CMYK:
(0,10,7,8)
C0M10Y7K8 
(0%,10%,7%,8%)
(0.00/0.10/0.07/0.08)	

CMYK percentages

%0
%9.79
%7.23
%7.84

Codes

Color #EBD4DA in popluar color models

EBD4DA
RGB235212218
HSL344°36.51%87.65%
HSB/HSV344°9.79%92.16%
CMYK0.00%9.79%7.23%
7.84%

Color #EBD4DA in popluar number systems.

HEXEBD4DA
Decimal235212218
Binary111010111101010011011010
Octal353324332

Shades and tints

Shades of #EBD4DA

#EBD4DA
(235,212,218)
#D6C1C7
(214,193,199)
#C1AEB4
(193,174,180)
#AC9BA1
(172,155,161)
#97888E
(151,136,142)
#82757B
(130,117,123)
#6D6268
(109,98,104)
#584F55
(88,79,85)
#433C42
(67,60,66)
#2E292F
(46,41,47)
#19161C
(25,22,28)
#000000
(0,0,0)

Tints of #EBD4DA

#EBD4DA
(235,212,218)
#ECD7DD
(236,215,221)
#EDDAE0
(237,218,224)
#EEDDE3
(238,221,227)
#EFE0E6
(239,224,230)
#F0E3E9
(240,227,233)
#F1E6EC
(241,230,236)
#F2E9EF
(242,233,239)
#F3ECF2
(243,236,242)
#F4EFF5
(244,239,245)
#F5F2F8
(245,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBD4DA color. Also use rgb(235,212,218) instead hex code.

Text Font Color

.myTextColor { color: #EBD4DA; }

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

This text font color is #EBD4DA.


Background Color

.myBgColor { background-color: #EBD4DA; }

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

This div background color is #EBD4DA.


Border color

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

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

This div border color is #EBD4DA.


Opacity

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

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

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

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

This text has shadow with #EBD4DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBD4DA on black background.


Color preview on white background

This text has color #EBD4DA on white background.



Black color preview on #EBD4DA background

This text has black color on #EBD4DA background.


White color preview on #EBD4DA background

This text has white color on #EBD4DA background.