COLOR #EBC2CA

HEX: #EBC2CA
RGB: (235,194,202)

Color info

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

RGB color model

#EBC2CA color RGB value is (235,194,202).

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

RGB channels and saturation

R 235 of 255 = 92%
G 194 of 255 = 76%
B 202 of 255 = 79%

235
194
202

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

Portions of RGB colors in percentages

R + G + B =
235 + 194 + 202 = 631 (100%)
R 235 of 631 ~ 37.24%
G 194 of 631 ~ 30.74%
B 202 of 631 ~ 32.01%

%37.24
%30.74
%32.01

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 17.45%
  • yellow value is 14.04%
  • 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
%14.04
%7.84

Codes

Color #EBC2CA in popluar color models

EBC2CA
RGB235194202
HSL348°50.62%84.12%
HSB/HSV348°17.45%92.16%
CMYK0.00%17.45%14.04%
7.84%

Color #EBC2CA in popluar number systems.

HEXEBC2CA
Decimal235194202
Binary111010111100001011001010
Octal353302312

Shades and tints

Shades of #EBC2CA

#EBC2CA
(235,194,202)
#D6B1B8
(214,177,184)
#C1A0A6
(193,160,166)
#AC8F94
(172,143,148)
#977E82
(151,126,130)
#826D70
(130,109,112)
#6D5C5E
(109,92,94)
#584B4C
(88,75,76)
#433A3A
(67,58,58)
#2E2928
(46,41,40)
#191816
(25,24,22)
#000000
(0,0,0)

Tints of #EBC2CA

#EBC2CA
(235,194,202)
#ECC7CE
(236,199,206)
#EDCCD2
(237,204,210)
#EED1D6
(238,209,214)
#EFD6DA
(239,214,218)
#F0DBDE
(240,219,222)
#F1E0E2
(241,224,226)
#F2E5E6
(242,229,230)
#F3EAEA
(243,234,234)
#F4EFEE
(244,239,238)
#F5F4F2
(245,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBC2CA; }

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

This text font color is #EBC2CA.


Background Color

.myBgColor { background-color: #EBC2CA; }

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

This div background color is #EBC2CA.


Border color

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

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

This div border color is #EBC2CA.


Opacity

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

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

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

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

This text has shadow with #EBC2CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBC2CA on black background.


Color preview on white background

This text has color #EBC2CA on white background.



Black color preview on #EBC2CA background

This text has black color on #EBC2CA background.


White color preview on #EBC2CA background

This text has white color on #EBC2CA background.