COLOR #EBE0E6

HEX: #EBE0E6
RGB: (235,224,230)

Color info

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

RGB color model

#EBE0E6 color RGB value is (235,224,230).

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

RGB channels and saturation

R 235 of 255 = 92%
G 224 of 255 = 88%
B 230 of 255 = 90%

235
224
230

R + G + B ~ 90%. #EBE0E6 is light color.

Portions of RGB colors in percentages

R + G + B =
235 + 224 + 230 = 689 (100%)
R 235 of 689 ~ 34.11%
G 224 of 689 ~ 32.51%
B 230 of 689 ~ 33.38%

%34.11
%32.51
%33.38

CMYK color model

#EBE0E6 color CMYK value is (0,5,2,8).

  • cyan value is 0.00%
  • magenta value is 4.68%
  • yellow value is 2.13%
  • key color value is 7.84%
CMYK:
(0,5,2,8)
C0M5Y2K8 
(0%,5%,2%,8%)
(0.00/0.05/0.02/0.08)	

CMYK percentages

%0
%4.68
%2.13
%7.84

Codes

Color #EBE0E6 in popluar color models

EBE0E6
RGB235224230
HSL327°21.57%90.00%
HSB/HSV327°4.68%92.16%
CMYK0.00%4.68%2.13%
7.84%

Color #EBE0E6 in popluar number systems.

HEXEBE0E6
Decimal235224230
Binary111010111110000011100110
Octal353340346

Shades and tints

Shades of #EBE0E6

#EBE0E6
(235,224,230)
#D6CCD2
(214,204,210)
#C1B8BE
(193,184,190)
#ACA4AA
(172,164,170)
#979096
(151,144,150)
#827C82
(130,124,130)
#6D686E
(109,104,110)
#58545A
(88,84,90)
#434046
(67,64,70)
#2E2C32
(46,44,50)
#19181E
(25,24,30)
#000000
(0,0,0)

Tints of #EBE0E6

#EBE0E6
(235,224,230)
#ECE2E8
(236,226,232)
#EDE4EA
(237,228,234)
#EEE6EC
(238,230,236)
#EFE8EE
(239,232,238)
#F0EAF0
(240,234,240)
#F1ECF2
(241,236,242)
#F2EEF4
(242,238,244)
#F3F0F6
(243,240,246)
#F4F2F8
(244,242,248)
#F5F4FA
(245,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBE0E6; }

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

This text font color is #EBE0E6.


Background Color

.myBgColor { background-color: #EBE0E6; }

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

This div background color is #EBE0E6.


Border color

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

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

This div border color is #EBE0E6.


Opacity

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

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

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

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

This text has shadow with #EBE0E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBE0E6 on black background.


Color preview on white background

This text has color #EBE0E6 on white background.



Black color preview on #EBE0E6 background

This text has black color on #EBE0E6 background.


White color preview on #EBE0E6 background

This text has white color on #EBE0E6 background.