COLOR #EBC1CD

HEX: #EBC1CD
RGB: (235,193,205)

Color info

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

RGB color model

#EBC1CD color RGB value is (235,193,205).

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

RGB channels and saturation

R 235 of 255 = 92%
G 193 of 255 = 76%
B 205 of 255 = 80%

235
193
205

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

Portions of RGB colors in percentages

R + G + B =
235 + 193 + 205 = 633 (100%)
R 235 of 633 ~ 37.12%
G 193 of 633 ~ 30.49%
B 205 of 633 ~ 32.39%

%37.12
%30.49
%32.39

CMYK color model

#EBC1CD color CMYK value is (0,18,13,8).

  • cyan value is 0.00%
  • magenta value is 17.87%
  • yellow value is 12.77%
  • key color value is 7.84%
CMYK:
(0,18,13,8)
C0M18Y13K8 
(0%,18%,13%,8%)
(0.00/0.18/0.13/0.08)	

CMYK percentages

%0
%17.87
%12.77
%7.84

Codes

Color #EBC1CD in popluar color models

EBC1CD
RGB235193205
HSL343°51.22%83.92%
HSB/HSV343°17.87%92.16%
CMYK0.00%17.87%12.77%
7.84%

Color #EBC1CD in popluar number systems.

HEXEBC1CD
Decimal235193205
Binary111010111100000111001101
Octal353301315

Shades and tints

Shades of #EBC1CD

#EBC1CD
(235,193,205)
#D6B0BB
(214,176,187)
#C19FA9
(193,159,169)
#AC8E97
(172,142,151)
#977D85
(151,125,133)
#826C73
(130,108,115)
#6D5B61
(109,91,97)
#584A4F
(88,74,79)
#43393D
(67,57,61)
#2E282B
(46,40,43)
#191719
(25,23,25)
#000000
(0,0,0)

Tints of #EBC1CD

#EBC1CD
(235,193,205)
#ECC6D1
(236,198,209)
#EDCBD5
(237,203,213)
#EED0D9
(238,208,217)
#EFD5DD
(239,213,221)
#F0DAE1
(240,218,225)
#F1DFE5
(241,223,229)
#F2E4E9
(242,228,233)
#F3E9ED
(243,233,237)
#F4EEF1
(244,238,241)
#F5F3F5
(245,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBC1CD; }

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

This text font color is #EBC1CD.


Background Color

.myBgColor { background-color: #EBC1CD; }

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

This div background color is #EBC1CD.


Border color

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

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

This div border color is #EBC1CD.


Opacity

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

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

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

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

This text has shadow with #EBC1CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBC1CD on black background.


Color preview on white background

This text has color #EBC1CD on white background.



Black color preview on #EBC1CD background

This text has black color on #EBC1CD background.


White color preview on #EBC1CD background

This text has white color on #EBC1CD background.