COLOR #EBD6DD

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

235
214
221

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

Portions of RGB colors in percentages

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

%35.07
%31.94
%32.99

CMYK color model

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

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

CMYK percentages

%0
%8.94
%5.96
%7.84

Codes

Color #EBD6DD in popluar color models

EBD6DD
RGB235214221
HSL340°34.43%88.04%
HSB/HSV340°8.94%92.16%
CMYK0.00%8.94%5.96%
7.84%

Color #EBD6DD in popluar number systems.

HEXEBD6DD
Decimal235214221
Binary111010111101011011011101
Octal353326335

Shades and tints

Shades of #EBD6DD

#EBD6DD
(235,214,221)
#D6C3C9
(214,195,201)
#C1B0B5
(193,176,181)
#AC9DA1
(172,157,161)
#978A8D
(151,138,141)
#827779
(130,119,121)
#6D6465
(109,100,101)
#585151
(88,81,81)
#433E3D
(67,62,61)
#2E2B29
(46,43,41)
#191815
(25,24,21)
#000000
(0,0,0)

Tints of #EBD6DD

#EBD6DD
(235,214,221)
#ECD9E0
(236,217,224)
#EDDCE3
(237,220,227)
#EEDFE6
(238,223,230)
#EFE2E9
(239,226,233)
#F0E5EC
(240,229,236)
#F1E8EF
(241,232,239)
#F2EBF2
(242,235,242)
#F3EEF5
(243,238,245)
#F4F1F8
(244,241,248)
#F5F4FB
(245,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBD6DD; }

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

This text font color is #EBD6DD.


Background Color

.myBgColor { background-color: #EBD6DD; }

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

This div background color is #EBD6DD.


Border color

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

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

This div border color is #EBD6DD.


Opacity

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

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

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

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

This text has shadow with #EBD6DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBD6DD on black background.


Color preview on white background

This text has color #EBD6DD on white background.



Black color preview on #EBD6DD background

This text has black color on #EBD6DD background.


White color preview on #EBD6DD background

This text has white color on #EBD6DD background.