COLOR #EBE0E3

HEX: #EBE0E3
RGB: (235,224,227)

Color info

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

RGB color model

#EBE0E3 color RGB value is (235,224,227).

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

RGB channels and saturation

R 235 of 255 = 92%
G 224 of 255 = 88%
B 227 of 255 = 89%

235
224
227

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

Portions of RGB colors in percentages

R + G + B =
235 + 224 + 227 = 686 (100%)
R 235 of 686 ~ 34.26%
G 224 of 686 ~ 32.65%
B 227 of 686 ~ 33.09%

%34.26
%32.65
%33.09

CMYK color model

#EBE0E3 color CMYK value is (0,5,3,8).

  • cyan value is 0.00%
  • magenta value is 4.68%
  • yellow value is 3.40%
  • key color value is 7.84%
CMYK:
(0,5,3,8)
C0M5Y3K8 
(0%,5%,3%,8%)
(0.00/0.05/0.03/0.08)	

CMYK percentages

%0
%4.68
%3.4
%7.84

Codes

Color #EBE0E3 in popluar color models

EBE0E3
RGB235224227
HSL344°21.57%90.00%
HSB/HSV344°4.68%92.16%
CMYK0.00%4.68%3.40%
7.84%

Color #EBE0E3 in popluar number systems.

HEXEBE0E3
Decimal235224227
Binary111010111110000011100011
Octal353340343

Shades and tints

Shades of #EBE0E3

#EBE0E3
(235,224,227)
#D6CCCF
(214,204,207)
#C1B8BB
(193,184,187)
#ACA4A7
(172,164,167)
#979093
(151,144,147)
#827C7F
(130,124,127)
#6D686B
(109,104,107)
#585457
(88,84,87)
#434043
(67,64,67)
#2E2C2F
(46,44,47)
#19181B
(25,24,27)
#000000
(0,0,0)

Tints of #EBE0E3

#EBE0E3
(235,224,227)
#ECE2E5
(236,226,229)
#EDE4E7
(237,228,231)
#EEE6E9
(238,230,233)
#EFE8EB
(239,232,235)
#F0EAED
(240,234,237)
#F1ECEF
(241,236,239)
#F2EEF1
(242,238,241)
#F3F0F3
(243,240,243)
#F4F2F5
(244,242,245)
#F5F4F7
(245,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBE0E3; }

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

This text font color is #EBE0E3.


Background Color

.myBgColor { background-color: #EBE0E3; }

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

This div background color is #EBE0E3.


Border color

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

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

This div border color is #EBE0E3.


Opacity

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

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

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

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

This text has shadow with #EBE0E3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBE0E3 on black background.


Color preview on white background

This text has color #EBE0E3 on white background.



Black color preview on #EBE0E3 background

This text has black color on #EBE0E3 background.


White color preview on #EBE0E3 background

This text has white color on #EBE0E3 background.