COLOR #EBD1D2

HEX: #EBD1D2
RGB: (235,209,210)

Color info

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

RGB color model

#EBD1D2 color RGB value is (235,209,210).

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

RGB channels and saturation

R 235 of 255 = 92%
G 209 of 255 = 82%
B 210 of 255 = 82%

235
209
210

R + G + B ~ 85%. #EBD1D2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
235 + 209 + 210 = 654 (100%)
R 235 of 654 ~ 35.93%
G 209 of 654 ~ 31.96%
B 210 of 654 ~ 32.11%

%35.93
%31.96
%32.11

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 11.06%
  • yellow value is 10.64%
  • key color value is 7.84%
CMYK:
(0,11,11,8)
C0M11Y11K8 
(0%,11%,11%,8%)
(0.00/0.11/0.11/0.08)	

CMYK percentages

%0
%11.06
%10.64
%7.84

Codes

Color #EBD1D2 in popluar color models

EBD1D2
RGB235209210
HSL358°39.39%87.06%
HSB/HSV358°11.06%92.16%
CMYK0.00%11.06%10.64%
7.84%

Color #EBD1D2 in popluar number systems.

HEXEBD1D2
Decimal235209210
Binary111010111101000111010010
Octal353321322

Shades and tints

Shades of #EBD1D2

#EBD1D2
(235,209,210)
#D6BEBF
(214,190,191)
#C1ABAC
(193,171,172)
#AC9899
(172,152,153)
#978586
(151,133,134)
#827273
(130,114,115)
#6D5F60
(109,95,96)
#584C4D
(88,76,77)
#43393A
(67,57,58)
#2E2627
(46,38,39)
#191314
(25,19,20)
#000000
(0,0,0)

Tints of #EBD1D2

#EBD1D2
(235,209,210)
#ECD5D6
(236,213,214)
#EDD9DA
(237,217,218)
#EEDDDE
(238,221,222)
#EFE1E2
(239,225,226)
#F0E5E6
(240,229,230)
#F1E9EA
(241,233,234)
#F2EDEE
(242,237,238)
#F3F1F2
(243,241,242)
#F4F5F6
(244,245,246)
#F5F9FA
(245,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBD1D2; }

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

This text font color is #EBD1D2.


Background Color

.myBgColor { background-color: #EBD1D2; }

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

This div background color is #EBD1D2.


Border color

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

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

This div border color is #EBD1D2.


Opacity

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

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

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

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

This text has shadow with #EBD1D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBD1D2 on black background.


Color preview on white background

This text has color #EBD1D2 on white background.



Black color preview on #EBD1D2 background

This text has black color on #EBD1D2 background.


White color preview on #EBD1D2 background

This text has white color on #EBD1D2 background.