COLOR #EBDDD6

HEX: #EBDDD6
RGB: (235,221,214)

Color info

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

RGB color model

#EBDDD6 color RGB value is (235,221,214).

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

RGB channels and saturation

R 235 of 255 = 92%
G 221 of 255 = 87%
B 214 of 255 = 84%

235
221
214

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

Portions of RGB colors in percentages

R + G + B =
235 + 221 + 214 = 670 (100%)
R 235 of 670 ~ 35.07%
G 221 of 670 ~ 32.99%
B 214 of 670 ~ 31.94%

%35.07
%32.99
%31.94

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 5.96%
  • yellow value is 8.94%
  • key color value is 7.84%
CMYK:
(0,6,9,8)
C0M6Y9K8 
(0%,6%,9%,8%)
(0.00/0.06/0.09/0.08)	

CMYK percentages

%0
%5.96
%8.94
%7.84

Codes

Color #EBDDD6 in popluar color models

EBDDD6
RGB235221214
HSL20°34.43%88.04%
HSB/HSV20°8.94%92.16%
CMYK0.00%5.96%8.94%
7.84%

Color #EBDDD6 in popluar number systems.

HEXEBDDD6
Decimal235221214
Binary111010111101110111010110
Octal353335326

Shades and tints

Shades of #EBDDD6

#EBDDD6
(235,221,214)
#D6C9C3
(214,201,195)
#C1B5B0
(193,181,176)
#ACA19D
(172,161,157)
#978D8A
(151,141,138)
#827977
(130,121,119)
#6D6564
(109,101,100)
#585151
(88,81,81)
#433D3E
(67,61,62)
#2E292B
(46,41,43)
#191518
(25,21,24)
#000000
(0,0,0)

Tints of #EBDDD6

#EBDDD6
(235,221,214)
#ECE0D9
(236,224,217)
#EDE3DC
(237,227,220)
#EEE6DF
(238,230,223)
#EFE9E2
(239,233,226)
#F0ECE5
(240,236,229)
#F1EFE8
(241,239,232)
#F2F2EB
(242,242,235)
#F3F5EE
(243,245,238)
#F4F8F1
(244,248,241)
#F5FBF4
(245,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBDDD6; }

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

This text font color is #EBDDD6.


Background Color

.myBgColor { background-color: #EBDDD6; }

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

This div background color is #EBDDD6.


Border color

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

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

This div border color is #EBDDD6.


Opacity

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

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

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

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

This text has shadow with #EBDDD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBDDD6 on black background.


Color preview on white background

This text has color #EBDDD6 on white background.



Black color preview on #EBDDD6 background

This text has black color on #EBDDD6 background.


White color preview on #EBDDD6 background

This text has white color on #EBDDD6 background.