COLOR #EBC2CB

HEX: #EBC2CB
RGB: (235,194,203)

Color info

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

RGB color model

#EBC2CB color RGB value is (235,194,203).

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

RGB channels and saturation

R 235 of 255 = 92%
G 194 of 255 = 76%
B 203 of 255 = 80%

235
194
203

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

Portions of RGB colors in percentages

R + G + B =
235 + 194 + 203 = 632 (100%)
R 235 of 632 ~ 37.18%
G 194 of 632 ~ 30.7%
B 203 of 632 ~ 32.12%

%37.18
%30.7
%32.12

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 17.45%
  • yellow value is 13.62%
  • key color value is 7.84%
CMYK:
(0,17,14,8)
C0M17Y14K8 
(0%,17%,14%,8%)
(0.00/0.17/0.14/0.08)	

CMYK percentages

%0
%17.45
%13.62
%7.84

Codes

Color #EBC2CB in popluar color models

EBC2CB
RGB235194203
HSL347°50.62%84.12%
HSB/HSV347°17.45%92.16%
CMYK0.00%17.45%13.62%
7.84%

Color #EBC2CB in popluar number systems.

HEXEBC2CB
Decimal235194203
Binary111010111100001011001011
Octal353302313

Shades and tints

Shades of #EBC2CB

#EBC2CB
(235,194,203)
#D6B1B9
(214,177,185)
#C1A0A7
(193,160,167)
#AC8F95
(172,143,149)
#977E83
(151,126,131)
#826D71
(130,109,113)
#6D5C5F
(109,92,95)
#584B4D
(88,75,77)
#433A3B
(67,58,59)
#2E2929
(46,41,41)
#191817
(25,24,23)
#000000
(0,0,0)

Tints of #EBC2CB

#EBC2CB
(235,194,203)
#ECC7CF
(236,199,207)
#EDCCD3
(237,204,211)
#EED1D7
(238,209,215)
#EFD6DB
(239,214,219)
#F0DBDF
(240,219,223)
#F1E0E3
(241,224,227)
#F2E5E7
(242,229,231)
#F3EAEB
(243,234,235)
#F4EFEF
(244,239,239)
#F5F4F3
(245,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBC2CB; }

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

This text font color is #EBC2CB.


Background Color

.myBgColor { background-color: #EBC2CB; }

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

This div background color is #EBC2CB.


Border color

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

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

This div border color is #EBC2CB.


Opacity

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

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

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

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

This text has shadow with #EBC2CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBC2CB on black background.


Color preview on white background

This text has color #EBC2CB on white background.



Black color preview on #EBC2CB background

This text has black color on #EBC2CB background.


White color preview on #EBC2CB background

This text has white color on #EBC2CB background.