COLOR #EBDFDD

HEX: #EBDFDD
RGB: (235,223,221)

Color info

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

RGB color model

#EBDFDD color RGB value is (235,223,221).

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

RGB channels and saturation

R 235 of 255 = 92%
G 223 of 255 = 87%
B 221 of 255 = 87%

235
223
221

R + G + B ~ 89%. #EBDFDD is light color.

Portions of RGB colors in percentages

R + G + B =
235 + 223 + 221 = 679 (100%)
R 235 of 679 ~ 34.61%
G 223 of 679 ~ 32.84%
B 221 of 679 ~ 32.55%

%34.61
%32.84
%32.55

CMYK color model

#EBDFDD color CMYK value is (0,5,6,8).

  • cyan value is 0.00%
  • magenta value is 5.11%
  • yellow value is 5.96%
  • key color value is 7.84%
CMYK:
(0,5,6,8)
C0M5Y6K8 
(0%,5%,6%,8%)
(0.00/0.05/0.06/0.08)	

CMYK percentages

%0
%5.11
%5.96
%7.84

Codes

Color #EBDFDD in popluar color models

EBDFDD
RGB235223221
HSL25.93%89.41%
HSB/HSV5.96%92.16%
CMYK0.00%5.11%5.96%
7.84%

Color #EBDFDD in popluar number systems.

HEXEBDFDD
Decimal235223221
Binary111010111101111111011101
Octal353337335

Shades and tints

Shades of #EBDFDD

#EBDFDD
(235,223,221)
#D6CBC9
(214,203,201)
#C1B7B5
(193,183,181)
#ACA3A1
(172,163,161)
#978F8D
(151,143,141)
#827B79
(130,123,121)
#6D6765
(109,103,101)
#585351
(88,83,81)
#433F3D
(67,63,61)
#2E2B29
(46,43,41)
#191715
(25,23,21)
#000000
(0,0,0)

Tints of #EBDFDD

#EBDFDD
(235,223,221)
#ECE1E0
(236,225,224)
#EDE3E3
(237,227,227)
#EEE5E6
(238,229,230)
#EFE7E9
(239,231,233)
#F0E9EC
(240,233,236)
#F1EBEF
(241,235,239)
#F2EDF2
(242,237,242)
#F3EFF5
(243,239,245)
#F4F1F8
(244,241,248)
#F5F3FB
(245,243,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBDFDD; }

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

This text font color is #EBDFDD.


Background Color

.myBgColor { background-color: #EBDFDD; }

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

This div background color is #EBDFDD.


Border color

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

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

This div border color is #EBDFDD.


Opacity

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

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

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

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

This text has shadow with #EBDFDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBDFDD on black background.


Color preview on white background

This text has color #EBDFDD on white background.



Black color preview on #EBDFDD background

This text has black color on #EBDFDD background.


White color preview on #EBDFDD background

This text has white color on #EBDFDD background.