COLOR #EBDDD9

HEX: #EBDDD9
RGB: (235,221,217)

Color info

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

RGB color model

#EBDDD9 color RGB value is (235,221,217).

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

RGB channels and saturation

R 235 of 255 = 92%
G 221 of 255 = 87%
B 217 of 255 = 85%

235
221
217

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

Portions of RGB colors in percentages

R + G + B =
235 + 221 + 217 = 673 (100%)
R 235 of 673 ~ 34.92%
G 221 of 673 ~ 32.84%
B 217 of 673 ~ 32.24%

%34.92
%32.84
%32.24

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 5.96%
  • yellow value is 7.66%
  • key color value is 7.84%
CMYK:
(0,6,8,8)
C0M6Y8K8 
(0%,6%,8%,8%)
(0.00/0.06/0.08/0.08)	

CMYK percentages

%0
%5.96
%7.66
%7.84

Codes

Color #EBDDD9 in popluar color models

EBDDD9
RGB235221217
HSL13°31.03%88.63%
HSB/HSV13°7.66%92.16%
CMYK0.00%5.96%7.66%
7.84%

Color #EBDDD9 in popluar number systems.

HEXEBDDD9
Decimal235221217
Binary111010111101110111011001
Octal353335331

Shades and tints

Shades of #EBDDD9

#EBDDD9
(235,221,217)
#D6C9C6
(214,201,198)
#C1B5B3
(193,181,179)
#ACA1A0
(172,161,160)
#978D8D
(151,141,141)
#82797A
(130,121,122)
#6D6567
(109,101,103)
#585154
(88,81,84)
#433D41
(67,61,65)
#2E292E
(46,41,46)
#19151B
(25,21,27)
#000000
(0,0,0)

Tints of #EBDDD9

#EBDDD9
(235,221,217)
#ECE0DC
(236,224,220)
#EDE3DF
(237,227,223)
#EEE6E2
(238,230,226)
#EFE9E5
(239,233,229)
#F0ECE8
(240,236,232)
#F1EFEB
(241,239,235)
#F2F2EE
(242,242,238)
#F3F5F1
(243,245,241)
#F4F8F4
(244,248,244)
#F5FBF7
(245,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBDDD9; }

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

This text font color is #EBDDD9.


Background Color

.myBgColor { background-color: #EBDDD9; }

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

This div background color is #EBDDD9.


Border color

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

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

This div border color is #EBDDD9.


Opacity

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

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

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

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

This text has shadow with #EBDDD9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBDDD9 on black background.


Color preview on white background

This text has color #EBDDD9 on white background.



Black color preview on #EBDDD9 background

This text has black color on #EBDDD9 background.


White color preview on #EBDDD9 background

This text has white color on #EBDDD9 background.