COLOR #EBC9CD

HEX: #EBC9CD
RGB: (235,201,205)

Color info

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

RGB color model

#EBC9CD color RGB value is (235,201,205).

  • red value is 235;
  • green value is 201;
  • blue value is 205.
RGB:
(235,201,205)
(92%,79%,80%)

RGB channels and saturation

R 235 of 255 = 92%
G 201 of 255 = 79%
B 205 of 255 = 80%

235
201
205

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

Portions of RGB colors in percentages

R + G + B =
235 + 201 + 205 = 641 (100%)
R 235 of 641 ~ 36.66%
G 201 of 641 ~ 31.36%
B 205 of 641 ~ 31.98%

%36.66
%31.36
%31.98

CMYK color model

#EBC9CD color CMYK value is (0,14,13,8).

  • cyan value is 0.00%
  • magenta value is 14.47%
  • yellow value is 12.77%
  • key color value is 7.84%
CMYK:
(0,14,13,8)
C0M14Y13K8 
(0%,14%,13%,8%)
(0.00/0.14/0.13/0.08)	

CMYK percentages

%0
%14.47
%12.77
%7.84

Codes

Color #EBC9CD in popluar color models

EBC9CD
RGB235201205
HSL353°45.95%85.49%
HSB/HSV353°14.47%92.16%
CMYK0.00%14.47%12.77%
7.84%

Color #EBC9CD in popluar number systems.

HEXEBC9CD
Decimal235201205
Binary111010111100100111001101
Octal353311315

Shades and tints

Shades of #EBC9CD

#EBC9CD
(235,201,205)
#D6B7BB
(214,183,187)
#C1A5A9
(193,165,169)
#AC9397
(172,147,151)
#978185
(151,129,133)
#826F73
(130,111,115)
#6D5D61
(109,93,97)
#584B4F
(88,75,79)
#43393D
(67,57,61)
#2E272B
(46,39,43)
#191519
(25,21,25)
#000000
(0,0,0)

Tints of #EBC9CD

#EBC9CD
(235,201,205)
#ECCDD1
(236,205,209)
#EDD1D5
(237,209,213)
#EED5D9
(238,213,217)
#EFD9DD
(239,217,221)
#F0DDE1
(240,221,225)
#F1E1E5
(241,225,229)
#F2E5E9
(242,229,233)
#F3E9ED
(243,233,237)
#F4EDF1
(244,237,241)
#F5F1F5
(245,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBC9CD color. Also use rgb(235,201,205) instead hex code.

Text Font Color

.myTextColor { color: #EBC9CD; }

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

This text font color is #EBC9CD.


Background Color

.myBgColor { background-color: #EBC9CD; }

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

This div background color is #EBC9CD.


Border color

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

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

This div border color is #EBC9CD.


Opacity

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

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

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

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

This text has shadow with #EBC9CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBC9CD on black background.


Color preview on white background

This text has color #EBC9CD on white background.



Black color preview on #EBC9CD background

This text has black color on #EBC9CD background.


White color preview on #EBC9CD background

This text has white color on #EBC9CD background.