COLOR #EBDCD2

HEX: #EBDCD2
RGB: (235,220,210)

Color info

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

RGB color model

#EBDCD2 color RGB value is (235,220,210).

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

RGB channels and saturation

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

235
220
210

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

Portions of RGB colors in percentages

R + G + B =
235 + 220 + 210 = 665 (100%)
R 235 of 665 ~ 35.34%
G 220 of 665 ~ 33.08%
B 210 of 665 ~ 31.58%

%35.34
%33.08
%31.58

CMYK color model

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

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

Codes

Color #EBDCD2 in popluar color models

EBDCD2
RGB235220210
HSL24°38.46%87.25%
HSB/HSV24°10.64%92.16%
CMYK0.00%6.38%10.64%
7.84%

Color #EBDCD2 in popluar number systems.

HEXEBDCD2
Decimal235220210
Binary111010111101110011010010
Octal353334322

Shades and tints

Shades of #EBDCD2

#EBDCD2
(235,220,210)
#D6C8BF
(214,200,191)
#C1B4AC
(193,180,172)
#ACA099
(172,160,153)
#978C86
(151,140,134)
#827873
(130,120,115)
#6D6460
(109,100,96)
#58504D
(88,80,77)
#433C3A
(67,60,58)
#2E2827
(46,40,39)
#191414
(25,20,20)
#000000
(0,0,0)

Tints of #EBDCD2

#EBDCD2
(235,220,210)
#ECDFD6
(236,223,214)
#EDE2DA
(237,226,218)
#EEE5DE
(238,229,222)
#EFE8E2
(239,232,226)
#F0EBE6
(240,235,230)
#F1EEEA
(241,238,234)
#F2F1EE
(242,241,238)
#F3F4F2
(243,244,242)
#F4F7F6
(244,247,246)
#F5FAFA
(245,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBDCD2; }

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

This text font color is #EBDCD2.


Background Color

.myBgColor { background-color: #EBDCD2; }

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

This div background color is #EBDCD2.


Border color

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

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

This div border color is #EBDCD2.


Opacity

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

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

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

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

This text has shadow with #EBDCD2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBDCD2 on black background.


Color preview on white background

This text has color #EBDCD2 on white background.



Black color preview on #EBDCD2 background

This text has black color on #EBDCD2 background.


White color preview on #EBDCD2 background

This text has white color on #EBDCD2 background.