COLOR #EBC8CE

HEX: #EBC8CE
RGB: (235,200,206)

Color info

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

RGB color model

#EBC8CE color RGB value is (235,200,206).

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

RGB channels and saturation

R 235 of 255 = 92%
G 200 of 255 = 78%
B 206 of 255 = 81%

235
200
206

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

Portions of RGB colors in percentages

R + G + B =
235 + 200 + 206 = 641 (100%)
R 235 of 641 ~ 36.66%
G 200 of 641 ~ 31.2%
B 206 of 641 ~ 32.14%

%36.66
%31.2
%32.14

CMYK color model

#EBC8CE color CMYK value is (0,15,12,8).

  • cyan value is 0.00%
  • magenta value is 14.89%
  • yellow value is 12.34%
  • key color value is 7.84%
CMYK:
(0,15,12,8)
C0M15Y12K8 
(0%,15%,12%,8%)
(0.00/0.15/0.12/0.08)	

CMYK percentages

%0
%14.89
%12.34
%7.84

Codes

Color #EBC8CE in popluar color models

EBC8CE
RGB235200206
HSL350°46.67%85.29%
HSB/HSV350°14.89%92.16%
CMYK0.00%14.89%12.34%
7.84%

Color #EBC8CE in popluar number systems.

HEXEBC8CE
Decimal235200206
Binary111010111100100011001110
Octal353310316

Shades and tints

Shades of #EBC8CE

#EBC8CE
(235,200,206)
#D6B6BC
(214,182,188)
#C1A4AA
(193,164,170)
#AC9298
(172,146,152)
#978086
(151,128,134)
#826E74
(130,110,116)
#6D5C62
(109,92,98)
#584A50
(88,74,80)
#43383E
(67,56,62)
#2E262C
(46,38,44)
#19141A
(25,20,26)
#000000
(0,0,0)

Tints of #EBC8CE

#EBC8CE
(235,200,206)
#ECCDD2
(236,205,210)
#EDD2D6
(237,210,214)
#EED7DA
(238,215,218)
#EFDCDE
(239,220,222)
#F0E1E2
(240,225,226)
#F1E6E6
(241,230,230)
#F2EBEA
(242,235,234)
#F3F0EE
(243,240,238)
#F4F5F2
(244,245,242)
#F5FAF6
(245,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBC8CE; }

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

This text font color is #EBC8CE.


Background Color

.myBgColor { background-color: #EBC8CE; }

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

This div background color is #EBC8CE.


Border color

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

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

This div border color is #EBC8CE.


Opacity

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

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

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

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

This text has shadow with #EBC8CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBC8CE on black background.


Color preview on white background

This text has color #EBC8CE on white background.



Black color preview on #EBC8CE background

This text has black color on #EBC8CE background.


White color preview on #EBC8CE background

This text has white color on #EBC8CE background.