COLOR #EBC9CB

HEX: #EBC9CB
RGB: (235,201,203)

Color info

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

RGB color model

#EBC9CB color RGB value is (235,201,203).

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

RGB channels and saturation

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

235
201
203

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

Portions of RGB colors in percentages

R + G + B =
235 + 201 + 203 = 639 (100%)
R 235 of 639 ~ 36.78%
G 201 of 639 ~ 31.46%
B 203 of 639 ~ 31.77%

%36.78
%31.46
%31.77

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 14.47%
  • yellow value is 13.62%
  • key color value is 7.84%
CMYK:
(0,14,14,8)
C0M14Y14K8 
(0%,14%,14%,8%)
(0.00/0.14/0.14/0.08)	

CMYK percentages

%0
%14.47
%13.62
%7.84

Codes

Color #EBC9CB in popluar color models

EBC9CB
RGB235201203
HSL356°45.95%85.49%
HSB/HSV356°14.47%92.16%
CMYK0.00%14.47%13.62%
7.84%

Color #EBC9CB in popluar number systems.

HEXEBC9CB
Decimal235201203
Binary111010111100100111001011
Octal353311313

Shades and tints

Shades of #EBC9CB

#EBC9CB
(235,201,203)
#D6B7B9
(214,183,185)
#C1A5A7
(193,165,167)
#AC9395
(172,147,149)
#978183
(151,129,131)
#826F71
(130,111,113)
#6D5D5F
(109,93,95)
#584B4D
(88,75,77)
#43393B
(67,57,59)
#2E2729
(46,39,41)
#191517
(25,21,23)
#000000
(0,0,0)

Tints of #EBC9CB

#EBC9CB
(235,201,203)
#ECCDCF
(236,205,207)
#EDD1D3
(237,209,211)
#EED5D7
(238,213,215)
#EFD9DB
(239,217,219)
#F0DDDF
(240,221,223)
#F1E1E3
(241,225,227)
#F2E5E7
(242,229,231)
#F3E9EB
(243,233,235)
#F4EDEF
(244,237,239)
#F5F1F3
(245,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBC9CB; }

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

This text font color is #EBC9CB.


Background Color

.myBgColor { background-color: #EBC9CB; }

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

This div background color is #EBC9CB.


Border color

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

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

This div border color is #EBC9CB.


Opacity

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

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

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

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

This text has shadow with #EBC9CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBC9CB on black background.


Color preview on white background

This text has color #EBC9CB on white background.



Black color preview on #EBC9CB background

This text has black color on #EBC9CB background.


White color preview on #EBC9CB background

This text has white color on #EBC9CB background.