COLOR #EBC8D2

HEX: #EBC8D2
RGB: (235,200,210)

Color info

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

RGB color model

#EBC8D2 color RGB value is (235,200,210).

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

RGB channels and saturation

R 235 of 255 = 92%
G 200 of 255 = 78%
B 210 of 255 = 82%

235
200
210

R + G + B ~ 84%. #EBC8D2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
235 + 200 + 210 = 645 (100%)
R 235 of 645 ~ 36.43%
G 200 of 645 ~ 31.01%
B 210 of 645 ~ 32.56%

%36.43
%31.01
%32.56

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 14.89%
  • yellow value is 10.64%
  • key color value is 7.84%
CMYK:
(0,15,11,8)
C0M15Y11K8 
(0%,15%,11%,8%)
(0.00/0.15/0.11/0.08)	

CMYK percentages

%0
%14.89
%10.64
%7.84

Codes

Color #EBC8D2 in popluar color models

EBC8D2
RGB235200210
HSL343°46.67%85.29%
HSB/HSV343°14.89%92.16%
CMYK0.00%14.89%10.64%
7.84%

Color #EBC8D2 in popluar number systems.

HEXEBC8D2
Decimal235200210
Binary111010111100100011010010
Octal353310322

Shades and tints

Shades of #EBC8D2

#EBC8D2
(235,200,210)
#D6B6BF
(214,182,191)
#C1A4AC
(193,164,172)
#AC9299
(172,146,153)
#978086
(151,128,134)
#826E73
(130,110,115)
#6D5C60
(109,92,96)
#584A4D
(88,74,77)
#43383A
(67,56,58)
#2E2627
(46,38,39)
#191414
(25,20,20)
#000000
(0,0,0)

Tints of #EBC8D2

#EBC8D2
(235,200,210)
#ECCDD6
(236,205,214)
#EDD2DA
(237,210,218)
#EED7DE
(238,215,222)
#EFDCE2
(239,220,226)
#F0E1E6
(240,225,230)
#F1E6EA
(241,230,234)
#F2EBEE
(242,235,238)
#F3F0F2
(243,240,242)
#F4F5F6
(244,245,246)
#F5FAFA
(245,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBC8D2; }

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

This text font color is #EBC8D2.


Background Color

.myBgColor { background-color: #EBC8D2; }

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

This div background color is #EBC8D2.


Border color

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

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

This div border color is #EBC8D2.


Opacity

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

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

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

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

This text has shadow with #EBC8D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBC8D2 on black background.


Color preview on white background

This text has color #EBC8D2 on white background.



Black color preview on #EBC8D2 background

This text has black color on #EBC8D2 background.


White color preview on #EBC8D2 background

This text has white color on #EBC8D2 background.