COLOR #EBDFDA

HEX: #EBDFDA
RGB: (235,223,218)

Color info

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

RGB color model

#EBDFDA color RGB value is (235,223,218).

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

RGB channels and saturation

R 235 of 255 = 92%
G 223 of 255 = 87%
B 218 of 255 = 85%

235
223
218

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

Portions of RGB colors in percentages

R + G + B =
235 + 223 + 218 = 676 (100%)
R 235 of 676 ~ 34.76%
G 223 of 676 ~ 32.99%
B 218 of 676 ~ 32.25%

%34.76
%32.99
%32.25

CMYK color model

#EBDFDA color CMYK value is (0,5,7,8).

  • cyan value is 0.00%
  • magenta value is 5.11%
  • yellow value is 7.23%
  • key color value is 7.84%
CMYK:
(0,5,7,8)
C0M5Y7K8 
(0%,5%,7%,8%)
(0.00/0.05/0.07/0.08)	

CMYK percentages

%0
%5.11
%7.23
%7.84

Codes

Color #EBDFDA in popluar color models

EBDFDA
RGB235223218
HSL18°29.82%88.82%
HSB/HSV18°7.23%92.16%
CMYK0.00%5.11%7.23%
7.84%

Color #EBDFDA in popluar number systems.

HEXEBDFDA
Decimal235223218
Binary111010111101111111011010
Octal353337332

Shades and tints

Shades of #EBDFDA

#EBDFDA
(235,223,218)
#D6CBC7
(214,203,199)
#C1B7B4
(193,183,180)
#ACA3A1
(172,163,161)
#978F8E
(151,143,142)
#827B7B
(130,123,123)
#6D6768
(109,103,104)
#585355
(88,83,85)
#433F42
(67,63,66)
#2E2B2F
(46,43,47)
#19171C
(25,23,28)
#000000
(0,0,0)

Tints of #EBDFDA

#EBDFDA
(235,223,218)
#ECE1DD
(236,225,221)
#EDE3E0
(237,227,224)
#EEE5E3
(238,229,227)
#EFE7E6
(239,231,230)
#F0E9E9
(240,233,233)
#F1EBEC
(241,235,236)
#F2EDEF
(242,237,239)
#F3EFF2
(243,239,242)
#F4F1F5
(244,241,245)
#F5F3F8
(245,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBDFDA; }

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

This text font color is #EBDFDA.


Background Color

.myBgColor { background-color: #EBDFDA; }

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

This div background color is #EBDFDA.


Border color

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

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

This div border color is #EBDFDA.


Opacity

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

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

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

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

This text has shadow with #EBDFDA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBDFDA on black background.


Color preview on white background

This text has color #EBDFDA on white background.



Black color preview on #EBDFDA background

This text has black color on #EBDFDA background.


White color preview on #EBDFDA background

This text has white color on #EBDFDA background.