COLOR #EBC2D6

HEX: #EBC2D6
RGB: (235,194,214)

Color info

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

RGB color model

#EBC2D6 color RGB value is (235,194,214).

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

RGB channels and saturation

R 235 of 255 = 92%
G 194 of 255 = 76%
B 214 of 255 = 84%

235
194
214

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

Portions of RGB colors in percentages

R + G + B =
235 + 194 + 214 = 643 (100%)
R 235 of 643 ~ 36.55%
G 194 of 643 ~ 30.17%
B 214 of 643 ~ 33.28%

%36.55
%30.17
%33.28

CMYK color model

#EBC2D6 color CMYK value is (0,17,9,8).

  • cyan value is 0.00%
  • magenta value is 17.45%
  • yellow value is 8.94%
  • key color value is 7.84%
CMYK:
(0,17,9,8)
C0M17Y9K8 
(0%,17%,9%,8%)
(0.00/0.17/0.09/0.08)	

CMYK percentages

%0
%17.45
%8.94
%7.84

Codes

Color #EBC2D6 in popluar color models

EBC2D6
RGB235194214
HSL331°50.62%84.12%
HSB/HSV331°17.45%92.16%
CMYK0.00%17.45%8.94%
7.84%

Color #EBC2D6 in popluar number systems.

HEXEBC2D6
Decimal235194214
Binary111010111100001011010110
Octal353302326

Shades and tints

Shades of #EBC2D6

#EBC2D6
(235,194,214)
#D6B1C3
(214,177,195)
#C1A0B0
(193,160,176)
#AC8F9D
(172,143,157)
#977E8A
(151,126,138)
#826D77
(130,109,119)
#6D5C64
(109,92,100)
#584B51
(88,75,81)
#433A3E
(67,58,62)
#2E292B
(46,41,43)
#191818
(25,24,24)
#000000
(0,0,0)

Tints of #EBC2D6

#EBC2D6
(235,194,214)
#ECC7D9
(236,199,217)
#EDCCDC
(237,204,220)
#EED1DF
(238,209,223)
#EFD6E2
(239,214,226)
#F0DBE5
(240,219,229)
#F1E0E8
(241,224,232)
#F2E5EB
(242,229,235)
#F3EAEE
(243,234,238)
#F4EFF1
(244,239,241)
#F5F4F4
(245,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBC2D6; }

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

This text font color is #EBC2D6.


Background Color

.myBgColor { background-color: #EBC2D6; }

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

This div background color is #EBC2D6.


Border color

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

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

This div border color is #EBC2D6.


Opacity

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

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

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

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

This text has shadow with #EBC2D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBC2D6 on black background.


Color preview on white background

This text has color #EBC2D6 on white background.



Black color preview on #EBC2D6 background

This text has black color on #EBC2D6 background.


White color preview on #EBC2D6 background

This text has white color on #EBC2D6 background.