COLOR #EBCCF4

HEX: #EBCCF4
RGB: (235,204,244)

Color info

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

RGB color model

#EBCCF4 color RGB value is (235,204,244).

  • red value is 235;
  • green value is 204;
  • blue value is 244.
RGB:
(235,204,244)
(92%,80%,96%)

RGB channels and saturation

R 235 of 255 = 92%
G 204 of 255 = 80%
B 244 of 255 = 96%

235
204
244

R + G + B ~ 89%. #EBCCF4 is light color.

Portions of RGB colors in percentages

R + G + B =
235 + 204 + 244 = 683 (100%)
R 235 of 683 ~ 34.41%
G 204 of 683 ~ 29.87%
B 244 of 683 ~ 35.72%

%34.41
%29.87
%35.72

CMYK color model

#EBCCF4 color CMYK value is (4,16,0,4).

  • cyan value is 3.69%
  • magenta value is 16.39%
  • yellow value is 0.00%
  • key color value is 4.31%
CMYK:
(4,16,0,4)
C4M16Y0K4 
(4%,16%,0%,4%)
(0.04/0.16/0.00/0.04)	

CMYK percentages

%3.69
%16.39
%0
%4.31

Codes

Color #EBCCF4 in popluar color models

EBCCF4
RGB235204244
HSL287°64.52%87.84%
HSB/HSV287°16.39%95.69%
CMYK3.69%16.39%0.00%
4.31%

Color #EBCCF4 in popluar number systems.

HEXEBCCF4
Decimal235204244
Binary111010111100110011110100
Octal353314364

Shades and tints

Shades of #EBCCF4

#EBCCF4
(235,204,244)
#D6BADE
(214,186,222)
#C1A8C8
(193,168,200)
#AC96B2
(172,150,178)
#97849C
(151,132,156)
#827286
(130,114,134)
#6D6070
(109,96,112)
#584E5A
(88,78,90)
#433C44
(67,60,68)
#2E2A2E
(46,42,46)
#191818
(25,24,24)
#000000
(0,0,0)

Tints of #EBCCF4

#EBCCF4
(235,204,244)
#ECD0F5
(236,208,245)
#EDD4F6
(237,212,246)
#EED8F7
(238,216,247)
#EFDCF8
(239,220,248)
#F0E0F9
(240,224,249)
#F1E4FA
(241,228,250)
#F2E8FB
(242,232,251)
#F3ECFC
(243,236,252)
#F4F0FD
(244,240,253)
#F5F4FE
(245,244,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBCCF4 color. Also use rgb(235,204,244) instead hex code.

Text Font Color

.myTextColor { color: #EBCCF4; }

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

This text font color is #EBCCF4.


Background Color

.myBgColor { background-color: #EBCCF4; }

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

This div background color is #EBCCF4.


Border color

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

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

This div border color is #EBCCF4.


Opacity

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

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

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

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

This text has shadow with #EBCCF4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBCCF4 on black background.


Color preview on white background

This text has color #EBCCF4 on white background.



Black color preview on #EBCCF4 background

This text has black color on #EBCCF4 background.


White color preview on #EBCCF4 background

This text has white color on #EBCCF4 background.