COLOR #EBC2E8

HEX: #EBC2E8
RGB: (235,194,232)

Color info

#EBC2E8 contains red, green and blue colors in about the same proportion. Web safe color of #EBC2E8 is #FFCCFF (or #FCF).

RGB color model

#EBC2E8 color RGB value is (235,194,232).

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

RGB channels and saturation

R 235 of 255 = 92%
G 194 of 255 = 76%
B 232 of 255 = 91%

235
194
232

R + G + B ~ 86%. #EBC2E8 is light color.

Portions of RGB colors in percentages

R + G + B =
235 + 194 + 232 = 661 (100%)
R 235 of 661 ~ 35.55%
G 194 of 661 ~ 29.35%
B 232 of 661 ~ 35.1%

%35.55
%29.35
%35.1

CMYK color model

#EBC2E8 color CMYK value is (0,17,1,8).

  • cyan value is 0.00%
  • magenta value is 17.45%
  • yellow value is 1.28%
  • key color value is 7.84%
CMYK:
(0,17,1,8)
C0M17Y1K8 
(0%,17%,1%,8%)
(0.00/0.17/0.01/0.08)	

CMYK percentages

%0
%17.45
%1.28
%7.84

Codes

Color #EBC2E8 in popluar color models

EBC2E8
RGB235194232
HSL304°50.62%84.12%
HSB/HSV304°17.45%92.16%
CMYK0.00%17.45%1.28%
7.84%

Color #EBC2E8 in popluar number systems.

HEXEBC2E8
Decimal235194232
Binary111010111100001011101000
Octal353302350

Shades and tints

Shades of #EBC2E8

#EBC2E8
(235,194,232)
#D6B1D3
(214,177,211)
#C1A0BE
(193,160,190)
#AC8FA9
(172,143,169)
#977E94
(151,126,148)
#826D7F
(130,109,127)
#6D5C6A
(109,92,106)
#584B55
(88,75,85)
#433A40
(67,58,64)
#2E292B
(46,41,43)
#191816
(25,24,22)
#000000
(0,0,0)

Tints of #EBC2E8

#EBC2E8
(235,194,232)
#ECC7EA
(236,199,234)
#EDCCEC
(237,204,236)
#EED1EE
(238,209,238)
#EFD6F0
(239,214,240)
#F0DBF2
(240,219,242)
#F1E0F4
(241,224,244)
#F2E5F6
(242,229,246)
#F3EAF8
(243,234,248)
#F4EFFA
(244,239,250)
#F5F4FC
(245,244,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBC2E8; }

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

This text font color is #EBC2E8.


Background Color

.myBgColor { background-color: #EBC2E8; }

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

This div background color is #EBC2E8.


Border color

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

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

This div border color is #EBC2E8.


Opacity

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

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

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

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

This text has shadow with #EBC2E8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBC2E8 on black background.


Color preview on white background

This text has color #EBC2E8 on white background.



Black color preview on #EBC2E8 background

This text has black color on #EBC2E8 background.


White color preview on #EBC2E8 background

This text has white color on #EBC2E8 background.