COLOR #EBC7D1

HEX: #EBC7D1
RGB: (235,199,209)

Color info

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

RGB color model

#EBC7D1 color RGB value is (235,199,209).

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

RGB channels and saturation

R 235 of 255 = 92%
G 199 of 255 = 78%
B 209 of 255 = 82%

235
199
209

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

Portions of RGB colors in percentages

R + G + B =
235 + 199 + 209 = 643 (100%)
R 235 of 643 ~ 36.55%
G 199 of 643 ~ 30.95%
B 209 of 643 ~ 32.5%

%36.55
%30.95
%32.5

CMYK color model

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

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

Codes

Color #EBC7D1 in popluar color models

EBC7D1
RGB235199209
HSL343°47.37%85.10%
HSB/HSV343°15.32%92.16%
CMYK0.00%15.32%11.06%
7.84%

Color #EBC7D1 in popluar number systems.

HEXEBC7D1
Decimal235199209
Binary111010111100011111010001
Octal353307321

Shades and tints

Shades of #EBC7D1

#EBC7D1
(235,199,209)
#D6B5BE
(214,181,190)
#C1A3AB
(193,163,171)
#AC9198
(172,145,152)
#977F85
(151,127,133)
#826D72
(130,109,114)
#6D5B5F
(109,91,95)
#58494C
(88,73,76)
#433739
(67,55,57)
#2E2526
(46,37,38)
#191313
(25,19,19)
#000000
(0,0,0)

Tints of #EBC7D1

#EBC7D1
(235,199,209)
#ECCCD5
(236,204,213)
#EDD1D9
(237,209,217)
#EED6DD
(238,214,221)
#EFDBE1
(239,219,225)
#F0E0E5
(240,224,229)
#F1E5E9
(241,229,233)
#F2EAED
(242,234,237)
#F3EFF1
(243,239,241)
#F4F4F5
(244,244,245)
#F5F9F9
(245,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBC7D1; }

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

This text font color is #EBC7D1.


Background Color

.myBgColor { background-color: #EBC7D1; }

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

This div background color is #EBC7D1.


Border color

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

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

This div border color is #EBC7D1.


Opacity

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

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

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

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

This text has shadow with #EBC7D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBC7D1 on black background.


Color preview on white background

This text has color #EBC7D1 on white background.



Black color preview on #EBC7D1 background

This text has black color on #EBC7D1 background.


White color preview on #EBC7D1 background

This text has white color on #EBC7D1 background.