COLOR #EBC4D1

HEX: #EBC4D1
RGB: (235,196,209)

Color info

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

RGB color model

#EBC4D1 color RGB value is (235,196,209).

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

RGB channels and saturation

R 235 of 255 = 92%
G 196 of 255 = 77%
B 209 of 255 = 82%

235
196
209

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

Portions of RGB colors in percentages

R + G + B =
235 + 196 + 209 = 640 (100%)
R 235 of 640 ~ 36.72%
G 196 of 640 ~ 30.63%
B 209 of 640 ~ 32.66%

%36.72
%30.63
%32.66

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 16.60%
  • yellow value is 11.06%
  • key color value is 7.84%
CMYK:
(0,17,11,8)
C0M17Y11K8 
(0%,17%,11%,8%)
(0.00/0.17/0.11/0.08)	

CMYK percentages

%0
%16.6
%11.06
%7.84

Codes

Color #EBC4D1 in popluar color models

EBC4D1
RGB235196209
HSL340°49.37%84.51%
HSB/HSV340°16.60%92.16%
CMYK0.00%16.60%11.06%
7.84%

Color #EBC4D1 in popluar number systems.

HEXEBC4D1
Decimal235196209
Binary111010111100010011010001
Octal353304321

Shades and tints

Shades of #EBC4D1

#EBC4D1
(235,196,209)
#D6B3BE
(214,179,190)
#C1A2AB
(193,162,171)
#AC9198
(172,145,152)
#978085
(151,128,133)
#826F72
(130,111,114)
#6D5E5F
(109,94,95)
#584D4C
(88,77,76)
#433C39
(67,60,57)
#2E2B26
(46,43,38)
#191A13
(25,26,19)
#000000
(0,0,0)

Tints of #EBC4D1

#EBC4D1
(235,196,209)
#ECC9D5
(236,201,213)
#EDCED9
(237,206,217)
#EED3DD
(238,211,221)
#EFD8E1
(239,216,225)
#F0DDE5
(240,221,229)
#F1E2E9
(241,226,233)
#F2E7ED
(242,231,237)
#F3ECF1
(243,236,241)
#F4F1F5
(244,241,245)
#F5F6F9
(245,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBC4D1; }

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

This text font color is #EBC4D1.


Background Color

.myBgColor { background-color: #EBC4D1; }

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

This div background color is #EBC4D1.


Border color

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

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

This div border color is #EBC4D1.


Opacity

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

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

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

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

This text has shadow with #EBC4D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBC4D1 on black background.


Color preview on white background

This text has color #EBC4D1 on white background.



Black color preview on #EBC4D1 background

This text has black color on #EBC4D1 background.


White color preview on #EBC4D1 background

This text has white color on #EBC4D1 background.