COLOR #EBDDD8

HEX: #EBDDD8
RGB: (235,221,216)

Color info

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

RGB color model

#EBDDD8 color RGB value is (235,221,216).

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

RGB channels and saturation

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

235
221
216

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

Portions of RGB colors in percentages

R + G + B =
235 + 221 + 216 = 672 (100%)
R 235 of 672 ~ 34.97%
G 221 of 672 ~ 32.89%
B 216 of 672 ~ 32.14%

%34.97
%32.89
%32.14

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 5.96%
  • yellow value is 8.09%
  • 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
%8.09
%7.84

Codes

Color #EBDDD8 in popluar color models

EBDDD8
RGB235221216
HSL16°32.20%88.43%
HSB/HSV16°8.09%92.16%
CMYK0.00%5.96%8.09%
7.84%

Color #EBDDD8 in popluar number systems.

HEXEBDDD8
Decimal235221216
Binary111010111101110111011000
Octal353335330

Shades and tints

Shades of #EBDDD8

#EBDDD8
(235,221,216)
#D6C9C5
(214,201,197)
#C1B5B2
(193,181,178)
#ACA19F
(172,161,159)
#978D8C
(151,141,140)
#827979
(130,121,121)
#6D6566
(109,101,102)
#585153
(88,81,83)
#433D40
(67,61,64)
#2E292D
(46,41,45)
#19151A
(25,21,26)
#000000
(0,0,0)

Tints of #EBDDD8

#EBDDD8
(235,221,216)
#ECE0DB
(236,224,219)
#EDE3DE
(237,227,222)
#EEE6E1
(238,230,225)
#EFE9E4
(239,233,228)
#F0ECE7
(240,236,231)
#F1EFEA
(241,239,234)
#F2F2ED
(242,242,237)
#F3F5F0
(243,245,240)
#F4F8F3
(244,248,243)
#F5FBF6
(245,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBDDD8; }

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

This text font color is #EBDDD8.


Background Color

.myBgColor { background-color: #EBDDD8; }

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

This div background color is #EBDDD8.


Border color

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

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

This div border color is #EBDDD8.


Opacity

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

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

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

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

This text has shadow with #EBDDD8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBDDD8 on black background.


Color preview on white background

This text has color #EBDDD8 on white background.



Black color preview on #EBDDD8 background

This text has black color on #EBDDD8 background.


White color preview on #EBDDD8 background

This text has white color on #EBDDD8 background.