COLOR #EBDCDA

HEX: #EBDCDA
RGB: (235,220,218)

Color info

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

RGB color model

#EBDCDA color RGB value is (235,220,218).

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

RGB channels and saturation

R 235 of 255 = 92%
G 220 of 255 = 86%
B 218 of 255 = 85%

235
220
218

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

Portions of RGB colors in percentages

R + G + B =
235 + 220 + 218 = 673 (100%)
R 235 of 673 ~ 34.92%
G 220 of 673 ~ 32.69%
B 218 of 673 ~ 32.39%

%34.92
%32.69
%32.39

CMYK color model

#EBDCDA color CMYK value is (0,6,7,8).

  • cyan value is 0.00%
  • magenta value is 6.38%
  • yellow value is 7.23%
  • key color value is 7.84%
CMYK:
(0,6,7,8)
C0M6Y7K8 
(0%,6%,7%,8%)
(0.00/0.06/0.07/0.08)	

CMYK percentages

%0
%6.38
%7.23
%7.84

Codes

Color #EBDCDA in popluar color models

EBDCDA
RGB235220218
HSL29.82%88.82%
HSB/HSV7.23%92.16%
CMYK0.00%6.38%7.23%
7.84%

Color #EBDCDA in popluar number systems.

HEXEBDCDA
Decimal235220218
Binary111010111101110011011010
Octal353334332

Shades and tints

Shades of #EBDCDA

#EBDCDA
(235,220,218)
#D6C8C7
(214,200,199)
#C1B4B4
(193,180,180)
#ACA0A1
(172,160,161)
#978C8E
(151,140,142)
#82787B
(130,120,123)
#6D6468
(109,100,104)
#585055
(88,80,85)
#433C42
(67,60,66)
#2E282F
(46,40,47)
#19141C
(25,20,28)
#000000
(0,0,0)

Tints of #EBDCDA

#EBDCDA
(235,220,218)
#ECDFDD
(236,223,221)
#EDE2E0
(237,226,224)
#EEE5E3
(238,229,227)
#EFE8E6
(239,232,230)
#F0EBE9
(240,235,233)
#F1EEEC
(241,238,236)
#F2F1EF
(242,241,239)
#F3F4F2
(243,244,242)
#F4F7F5
(244,247,245)
#F5FAF8
(245,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBDCDA; }

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

This text font color is #EBDCDA.


Background Color

.myBgColor { background-color: #EBDCDA; }

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

This div background color is #EBDCDA.


Border color

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

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

This div border color is #EBDCDA.


Opacity

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

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

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

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

This text has shadow with #EBDCDA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBDCDA on black background.


Color preview on white background

This text has color #EBDCDA on white background.



Black color preview on #EBDCDA background

This text has black color on #EBDCDA background.


White color preview on #EBDCDA background

This text has white color on #EBDCDA background.