COLOR #EBC4CE

HEX: #EBC4CE
RGB: (235,196,206)

Color info

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

RGB color model

#EBC4CE color RGB value is (235,196,206).

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

RGB channels and saturation

R 235 of 255 = 92%
G 196 of 255 = 77%
B 206 of 255 = 81%

235
196
206

R + G + B ~ 83%. #EBC4CE is quite light color.

Portions of RGB colors in percentages

R + G + B =
235 + 196 + 206 = 637 (100%)
R 235 of 637 ~ 36.89%
G 196 of 637 ~ 30.77%
B 206 of 637 ~ 32.34%

%36.89
%30.77
%32.34

CMYK color model

#EBC4CE color CMYK value is (0,17,12,8).

  • cyan value is 0.00%
  • magenta value is 16.60%
  • yellow value is 12.34%
  • key color value is 7.84%
CMYK:
(0,17,12,8)
C0M17Y12K8 
(0%,17%,12%,8%)
(0.00/0.17/0.12/0.08)	

CMYK percentages

%0
%16.6
%12.34
%7.84

Codes

Color #EBC4CE in popluar color models

EBC4CE
RGB235196206
HSL345°49.37%84.51%
HSB/HSV345°16.60%92.16%
CMYK0.00%16.60%12.34%
7.84%

Color #EBC4CE in popluar number systems.

HEXEBC4CE
Decimal235196206
Binary111010111100010011001110
Octal353304316

Shades and tints

Shades of #EBC4CE

#EBC4CE
(235,196,206)
#D6B3BC
(214,179,188)
#C1A2AA
(193,162,170)
#AC9198
(172,145,152)
#978086
(151,128,134)
#826F74
(130,111,116)
#6D5E62
(109,94,98)
#584D50
(88,77,80)
#433C3E
(67,60,62)
#2E2B2C
(46,43,44)
#191A1A
(25,26,26)
#000000
(0,0,0)

Tints of #EBC4CE

#EBC4CE
(235,196,206)
#ECC9D2
(236,201,210)
#EDCED6
(237,206,214)
#EED3DA
(238,211,218)
#EFD8DE
(239,216,222)
#F0DDE2
(240,221,226)
#F1E2E6
(241,226,230)
#F2E7EA
(242,231,234)
#F3ECEE
(243,236,238)
#F4F1F2
(244,241,242)
#F5F6F6
(245,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBC4CE; }

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

This text font color is #EBC4CE.


Background Color

.myBgColor { background-color: #EBC4CE; }

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

This div background color is #EBC4CE.


Border color

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

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

This div border color is #EBC4CE.


Opacity

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

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

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

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

This text has shadow with #EBC4CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBC4CE on black background.


Color preview on white background

This text has color #EBC4CE on white background.



Black color preview on #EBC4CE background

This text has black color on #EBC4CE background.


White color preview on #EBC4CE background

This text has white color on #EBC4CE background.