COLOR #EBDCD0

HEX: #EBDCD0
RGB: (235,220,208)

Color info

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

RGB color model

#EBDCD0 color RGB value is (235,220,208).

  • red value is 235;
  • green value is 220;
  • blue value is 208.
RGB:
(235,220,208)
(92%,86%,82%)

RGB channels and saturation

R 235 of 255 = 92%
G 220 of 255 = 86%
B 208 of 255 = 82%

235
220
208

R + G + B ~ 87%. #EBDCD0 is light color.

Portions of RGB colors in percentages

R + G + B =
235 + 220 + 208 = 663 (100%)
R 235 of 663 ~ 35.44%
G 220 of 663 ~ 33.18%
B 208 of 663 ~ 31.37%

%35.44
%33.18
%31.37

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 6.38%
  • yellow value is 11.49%
  • key color value is 7.84%
CMYK:
(0,6,11,8)
C0M6Y11K8 
(0%,6%,11%,8%)
(0.00/0.06/0.11/0.08)	

CMYK percentages

%0
%6.38
%11.49
%7.84

Codes

Color #EBDCD0 in popluar color models

EBDCD0
RGB235220208
HSL27°40.30%86.86%
HSB/HSV27°11.49%92.16%
CMYK0.00%6.38%11.49%
7.84%

Color #EBDCD0 in popluar number systems.

HEXEBDCD0
Decimal235220208
Binary111010111101110011010000
Octal353334320

Shades and tints

Shades of #EBDCD0

#EBDCD0
(235,220,208)
#D6C8BE
(214,200,190)
#C1B4AC
(193,180,172)
#ACA09A
(172,160,154)
#978C88
(151,140,136)
#827876
(130,120,118)
#6D6464
(109,100,100)
#585052
(88,80,82)
#433C40
(67,60,64)
#2E282E
(46,40,46)
#19141C
(25,20,28)
#000000
(0,0,0)

Tints of #EBDCD0

#EBDCD0
(235,220,208)
#ECDFD4
(236,223,212)
#EDE2D8
(237,226,216)
#EEE5DC
(238,229,220)
#EFE8E0
(239,232,224)
#F0EBE4
(240,235,228)
#F1EEE8
(241,238,232)
#F2F1EC
(242,241,236)
#F3F4F0
(243,244,240)
#F4F7F4
(244,247,244)
#F5FAF8
(245,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBDCD0 color. Also use rgb(235,220,208) instead hex code.

Text Font Color

.myTextColor { color: #EBDCD0; }

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

This text font color is #EBDCD0.


Background Color

.myBgColor { background-color: #EBDCD0; }

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

This div background color is #EBDCD0.


Border color

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

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

This div border color is #EBDCD0.


Opacity

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

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

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

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

This text has shadow with #EBDCD0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBDCD0 on black background.


Color preview on white background

This text has color #EBDCD0 on white background.



Black color preview on #EBDCD0 background

This text has black color on #EBDCD0 background.


White color preview on #EBDCD0 background

This text has white color on #EBDCD0 background.