COLOR #EBC3CD

HEX: #EBC3CD
RGB: (235,195,205)

Color info

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

RGB color model

#EBC3CD color RGB value is (235,195,205).

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

RGB channels and saturation

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

235
195
205

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

Portions of RGB colors in percentages

R + G + B =
235 + 195 + 205 = 635 (100%)
R 235 of 635 ~ 37.01%
G 195 of 635 ~ 30.71%
B 205 of 635 ~ 32.28%

%37.01
%30.71
%32.28

CMYK color model

#EBC3CD color CMYK value is (0,17,13,8).

  • cyan value is 0.00%
  • magenta value is 17.02%
  • yellow value is 12.77%
  • key color value is 7.84%
CMYK:
(0,17,13,8)
C0M17Y13K8 
(0%,17%,13%,8%)
(0.00/0.17/0.13/0.08)	

CMYK percentages

%0
%17.02
%12.77
%7.84

Codes

Color #EBC3CD in popluar color models

EBC3CD
RGB235195205
HSL345°50.00%84.31%
HSB/HSV345°17.02%92.16%
CMYK0.00%17.02%12.77%
7.84%

Color #EBC3CD in popluar number systems.

HEXEBC3CD
Decimal235195205
Binary111010111100001111001101
Octal353303315

Shades and tints

Shades of #EBC3CD

#EBC3CD
(235,195,205)
#D6B2BB
(214,178,187)
#C1A1A9
(193,161,169)
#AC9097
(172,144,151)
#977F85
(151,127,133)
#826E73
(130,110,115)
#6D5D61
(109,93,97)
#584C4F
(88,76,79)
#433B3D
(67,59,61)
#2E2A2B
(46,42,43)
#191919
(25,25,25)
#000000
(0,0,0)

Tints of #EBC3CD

#EBC3CD
(235,195,205)
#ECC8D1
(236,200,209)
#EDCDD5
(237,205,213)
#EED2D9
(238,210,217)
#EFD7DD
(239,215,221)
#F0DCE1
(240,220,225)
#F1E1E5
(241,225,229)
#F2E6E9
(242,230,233)
#F3EBED
(243,235,237)
#F4F0F1
(244,240,241)
#F5F5F5
(245,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBC3CD; }

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

This text font color is #EBC3CD.


Background Color

.myBgColor { background-color: #EBC3CD; }

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

This div background color is #EBC3CD.


Border color

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

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

This div border color is #EBC3CD.


Opacity

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

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

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

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

This text has shadow with #EBC3CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBC3CD on black background.


Color preview on white background

This text has color #EBC3CD on white background.



Black color preview on #EBC3CD background

This text has black color on #EBC3CD background.


White color preview on #EBC3CD background

This text has white color on #EBC3CD background.