COLOR #EBC1C6

HEX: #EBC1C6
RGB: (235,193,198)

Color info

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

RGB color model

#EBC1C6 color RGB value is (235,193,198).

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

RGB channels and saturation

R 235 of 255 = 92%
G 193 of 255 = 76%
B 198 of 255 = 78%

235
193
198

R + G + B ~ 82%. #EBC1C6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
235 + 193 + 198 = 626 (100%)
R 235 of 626 ~ 37.54%
G 193 of 626 ~ 30.83%
B 198 of 626 ~ 31.63%

%37.54
%30.83
%31.63

CMYK color model

#EBC1C6 color CMYK value is (0,18,16,8).

  • cyan value is 0.00%
  • magenta value is 17.87%
  • yellow value is 15.74%
  • key color value is 7.84%
CMYK:
(0,18,16,8)
C0M18Y16K8 
(0%,18%,16%,8%)
(0.00/0.18/0.16/0.08)	

CMYK percentages

%0
%17.87
%15.74
%7.84

Codes

Color #EBC1C6 in popluar color models

EBC1C6
RGB235193198
HSL353°51.22%83.92%
HSB/HSV353°17.87%92.16%
CMYK0.00%17.87%15.74%
7.84%

Color #EBC1C6 in popluar number systems.

HEXEBC1C6
Decimal235193198
Binary111010111100000111000110
Octal353301306

Shades and tints

Shades of #EBC1C6

#EBC1C6
(235,193,198)
#D6B0B4
(214,176,180)
#C19FA2
(193,159,162)
#AC8E90
(172,142,144)
#977D7E
(151,125,126)
#826C6C
(130,108,108)
#6D5B5A
(109,91,90)
#584A48
(88,74,72)
#433936
(67,57,54)
#2E2824
(46,40,36)
#191712
(25,23,18)
#000000
(0,0,0)

Tints of #EBC1C6

#EBC1C6
(235,193,198)
#ECC6CB
(236,198,203)
#EDCBD0
(237,203,208)
#EED0D5
(238,208,213)
#EFD5DA
(239,213,218)
#F0DADF
(240,218,223)
#F1DFE4
(241,223,228)
#F2E4E9
(242,228,233)
#F3E9EE
(243,233,238)
#F4EEF3
(244,238,243)
#F5F3F8
(245,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBC1C6; }

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

This text font color is #EBC1C6.


Background Color

.myBgColor { background-color: #EBC1C6; }

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

This div background color is #EBC1C6.


Border color

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

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

This div border color is #EBC1C6.


Opacity

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

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

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

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

This text has shadow with #EBC1C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBC1C6 on black background.


Color preview on white background

This text has color #EBC1C6 on white background.



Black color preview on #EBC1C6 background

This text has black color on #EBC1C6 background.


White color preview on #EBC1C6 background

This text has white color on #EBC1C6 background.