COLOR #EBC1CF

HEX: #EBC1CF
RGB: (235,193,207)

Color info

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

RGB color model

#EBC1CF color RGB value is (235,193,207).

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

RGB channels and saturation

R 235 of 255 = 92%
G 193 of 255 = 76%
B 207 of 255 = 81%

235
193
207

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

Portions of RGB colors in percentages

R + G + B =
235 + 193 + 207 = 635 (100%)
R 235 of 635 ~ 37.01%
G 193 of 635 ~ 30.39%
B 207 of 635 ~ 32.6%

%37.01
%30.39
%32.6

CMYK color model

#EBC1CF color CMYK value is (0,18,12,8).

  • cyan value is 0.00%
  • magenta value is 17.87%
  • yellow value is 11.91%
  • key color value is 7.84%
CMYK:
(0,18,12,8)
C0M18Y12K8 
(0%,18%,12%,8%)
(0.00/0.18/0.12/0.08)	

CMYK percentages

%0
%17.87
%11.91
%7.84

Codes

Color #EBC1CF in popluar color models

EBC1CF
RGB235193207
HSL340°51.22%83.92%
HSB/HSV340°17.87%92.16%
CMYK0.00%17.87%11.91%
7.84%

Color #EBC1CF in popluar number systems.

HEXEBC1CF
Decimal235193207
Binary111010111100000111001111
Octal353301317

Shades and tints

Shades of #EBC1CF

#EBC1CF
(235,193,207)
#D6B0BD
(214,176,189)
#C19FAB
(193,159,171)
#AC8E99
(172,142,153)
#977D87
(151,125,135)
#826C75
(130,108,117)
#6D5B63
(109,91,99)
#584A51
(88,74,81)
#43393F
(67,57,63)
#2E282D
(46,40,45)
#19171B
(25,23,27)
#000000
(0,0,0)

Tints of #EBC1CF

#EBC1CF
(235,193,207)
#ECC6D3
(236,198,211)
#EDCBD7
(237,203,215)
#EED0DB
(238,208,219)
#EFD5DF
(239,213,223)
#F0DAE3
(240,218,227)
#F1DFE7
(241,223,231)
#F2E4EB
(242,228,235)
#F3E9EF
(243,233,239)
#F4EEF3
(244,238,243)
#F5F3F7
(245,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBC1CF; }

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

This text font color is #EBC1CF.


Background Color

.myBgColor { background-color: #EBC1CF; }

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

This div background color is #EBC1CF.


Border color

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

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

This div border color is #EBC1CF.


Opacity

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

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

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

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

This text has shadow with #EBC1CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBC1CF on black background.


Color preview on white background

This text has color #EBC1CF on white background.



Black color preview on #EBC1CF background

This text has black color on #EBC1CF background.


White color preview on #EBC1CF background

This text has white color on #EBC1CF background.