COLOR #EBE0F0

HEX: #EBE0F0
RGB: (235,224,240)

Color info

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

RGB color model

#EBE0F0 color RGB value is (235,224,240).

  • red value is 235;
  • green value is 224;
  • blue value is 240.
RGB:
(235,224,240)
(92%,88%,94%)

RGB channels and saturation

R 235 of 255 = 92%
G 224 of 255 = 88%
B 240 of 255 = 94%

235
224
240

R + G + B ~ 91%. #EBE0F0 is light color.

Portions of RGB colors in percentages

R + G + B =
235 + 224 + 240 = 699 (100%)
R 235 of 699 ~ 33.62%
G 224 of 699 ~ 32.05%
B 240 of 699 ~ 34.33%

%33.62
%32.05
%34.33

CMYK color model

#EBE0F0 color CMYK value is (2,7,0,6).

  • cyan value is 2.08%
  • magenta value is 6.67%
  • yellow value is 0.00%
  • key color value is 5.88%
CMYK:
(2,7,0,6)
C2M7Y0K6 
(2%,7%,0%,6%)
(0.02/0.07/0.00/0.06)	

CMYK percentages

%2.08
%6.67
%0
%5.88

Codes

Color #EBE0F0 in popluar color models

EBE0F0
RGB235224240
HSL281°34.78%90.98%
HSB/HSV281°6.67%94.12%
CMYK2.08%6.67%0.00%
5.88%

Color #EBE0F0 in popluar number systems.

HEXEBE0F0
Decimal235224240
Binary111010111110000011110000
Octal353340360

Shades and tints

Shades of #EBE0F0

#EBE0F0
(235,224,240)
#D6CCDB
(214,204,219)
#C1B8C6
(193,184,198)
#ACA4B1
(172,164,177)
#97909C
(151,144,156)
#827C87
(130,124,135)
#6D6872
(109,104,114)
#58545D
(88,84,93)
#434048
(67,64,72)
#2E2C33
(46,44,51)
#19181E
(25,24,30)
#000000
(0,0,0)

Tints of #EBE0F0

#EBE0F0
(235,224,240)
#ECE2F1
(236,226,241)
#EDE4F2
(237,228,242)
#EEE6F3
(238,230,243)
#EFE8F4
(239,232,244)
#F0EAF5
(240,234,245)
#F1ECF6
(241,236,246)
#F2EEF7
(242,238,247)
#F3F0F8
(243,240,248)
#F4F2F9
(244,242,249)
#F5F4FA
(245,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBE0F0 color. Also use rgb(235,224,240) instead hex code.

Text Font Color

.myTextColor { color: #EBE0F0; }

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

This text font color is #EBE0F0.


Background Color

.myBgColor { background-color: #EBE0F0; }

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

This div background color is #EBE0F0.


Border color

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

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

This div border color is #EBE0F0.


Opacity

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

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

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

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

This text has shadow with #EBE0F0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBE0F0 on black background.


Color preview on white background

This text has color #EBE0F0 on white background.



Black color preview on #EBE0F0 background

This text has black color on #EBE0F0 background.


White color preview on #EBE0F0 background

This text has white color on #EBE0F0 background.