COLOR #EBDEDD

HEX: #EBDEDD
RGB: (235,222,221)

Color info

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

RGB color model

#EBDEDD color RGB value is (235,222,221).

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

RGB channels and saturation

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

235
222
221

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

Portions of RGB colors in percentages

R + G + B =
235 + 222 + 221 = 678 (100%)
R 235 of 678 ~ 34.66%
G 222 of 678 ~ 32.74%
B 221 of 678 ~ 32.6%

%34.66
%32.74
%32.6

CMYK color model

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

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

CMYK percentages

%0
%5.53
%5.96
%7.84

Codes

Color #EBDEDD in popluar color models

EBDEDD
RGB235222221
HSL25.93%89.41%
HSB/HSV5.96%92.16%
CMYK0.00%5.53%5.96%
7.84%

Color #EBDEDD in popluar number systems.

HEXEBDEDD
Decimal235222221
Binary111010111101111011011101
Octal353336335

Shades and tints

Shades of #EBDEDD

#EBDEDD
(235,222,221)
#D6CAC9
(214,202,201)
#C1B6B5
(193,182,181)
#ACA2A1
(172,162,161)
#978E8D
(151,142,141)
#827A79
(130,122,121)
#6D6665
(109,102,101)
#585251
(88,82,81)
#433E3D
(67,62,61)
#2E2A29
(46,42,41)
#191615
(25,22,21)
#000000
(0,0,0)

Tints of #EBDEDD

#EBDEDD
(235,222,221)
#ECE1E0
(236,225,224)
#EDE4E3
(237,228,227)
#EEE7E6
(238,231,230)
#EFEAE9
(239,234,233)
#F0EDEC
(240,237,236)
#F1F0EF
(241,240,239)
#F2F3F2
(242,243,242)
#F3F6F5
(243,246,245)
#F4F9F8
(244,249,248)
#F5FCFB
(245,252,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBDEDD; }

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

This text font color is #EBDEDD.


Background Color

.myBgColor { background-color: #EBDEDD; }

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

This div background color is #EBDEDD.


Border color

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

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

This div border color is #EBDEDD.


Opacity

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

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

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

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

This text has shadow with #EBDEDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBDEDD on black background.


Color preview on white background

This text has color #EBDEDD on white background.



Black color preview on #EBDEDD background

This text has black color on #EBDEDD background.


White color preview on #EBDEDD background

This text has white color on #EBDEDD background.