COLOR #EBC6E4

HEX: #EBC6E4
RGB: (235,198,228)

Color info

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

RGB color model

#EBC6E4 color RGB value is (235,198,228).

  • red value is 235;
  • green value is 198;
  • blue value is 228.
RGB:
(235,198,228)
(92%,78%,89%)

RGB channels and saturation

R 235 of 255 = 92%
G 198 of 255 = 78%
B 228 of 255 = 89%

235
198
228

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

Portions of RGB colors in percentages

R + G + B =
235 + 198 + 228 = 661 (100%)
R 235 of 661 ~ 35.55%
G 198 of 661 ~ 29.95%
B 228 of 661 ~ 34.49%

%35.55
%29.95
%34.49

CMYK color model

#EBC6E4 color CMYK value is (0,16,3,8).

  • cyan value is 0.00%
  • magenta value is 15.74%
  • yellow value is 2.98%
  • key color value is 7.84%
CMYK:
(0,16,3,8)
C0M16Y3K8 
(0%,16%,3%,8%)
(0.00/0.16/0.03/0.08)	

CMYK percentages

%0
%15.74
%2.98
%7.84

Codes

Color #EBC6E4 in popluar color models

EBC6E4
RGB235198228
HSL311°48.05%84.90%
HSB/HSV311°15.74%92.16%
CMYK0.00%15.74%2.98%
7.84%

Color #EBC6E4 in popluar number systems.

HEXEBC6E4
Decimal235198228
Binary111010111100011011100100
Octal353306344

Shades and tints

Shades of #EBC6E4

#EBC6E4
(235,198,228)
#D6B4D0
(214,180,208)
#C1A2BC
(193,162,188)
#AC90A8
(172,144,168)
#977E94
(151,126,148)
#826C80
(130,108,128)
#6D5A6C
(109,90,108)
#584858
(88,72,88)
#433644
(67,54,68)
#2E2430
(46,36,48)
#19121C
(25,18,28)
#000000
(0,0,0)

Tints of #EBC6E4

#EBC6E4
(235,198,228)
#ECCBE6
(236,203,230)
#EDD0E8
(237,208,232)
#EED5EA
(238,213,234)
#EFDAEC
(239,218,236)
#F0DFEE
(240,223,238)
#F1E4F0
(241,228,240)
#F2E9F2
(242,233,242)
#F3EEF4
(243,238,244)
#F4F3F6
(244,243,246)
#F5F8F8
(245,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBC6E4 color. Also use rgb(235,198,228) instead hex code.

Text Font Color

.myTextColor { color: #EBC6E4; }

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

This text font color is #EBC6E4.


Background Color

.myBgColor { background-color: #EBC6E4; }

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

This div background color is #EBC6E4.


Border color

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

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

This div border color is #EBC6E4.


Opacity

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

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

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

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

This text has shadow with #EBC6E4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBC6E4 on black background.


Color preview on white background

This text has color #EBC6E4 on white background.



Black color preview on #EBC6E4 background

This text has black color on #EBC6E4 background.


White color preview on #EBC6E4 background

This text has white color on #EBC6E4 background.