COLOR #EBE0DB

HEX: #EBE0DB
RGB: (235,224,219)

Color info

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

RGB color model

#EBE0DB color RGB value is (235,224,219).

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

RGB channels and saturation

R 235 of 255 = 92%
G 224 of 255 = 88%
B 219 of 255 = 86%

235
224
219

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

Portions of RGB colors in percentages

R + G + B =
235 + 224 + 219 = 678 (100%)
R 235 of 678 ~ 34.66%
G 224 of 678 ~ 33.04%
B 219 of 678 ~ 32.3%

%34.66
%33.04
%32.3

CMYK color model

#EBE0DB color CMYK value is (0,5,7,8).

  • cyan value is 0.00%
  • magenta value is 4.68%
  • yellow value is 6.81%
  • key color value is 7.84%
CMYK:
(0,5,7,8)
C0M5Y7K8 
(0%,5%,7%,8%)
(0.00/0.05/0.07/0.08)	

CMYK percentages

%0
%4.68
%6.81
%7.84

Codes

Color #EBE0DB in popluar color models

EBE0DB
RGB235224219
HSL19°28.57%89.02%
HSB/HSV19°6.81%92.16%
CMYK0.00%4.68%6.81%
7.84%

Color #EBE0DB in popluar number systems.

HEXEBE0DB
Decimal235224219
Binary111010111110000011011011
Octal353340333

Shades and tints

Shades of #EBE0DB

#EBE0DB
(235,224,219)
#D6CCC8
(214,204,200)
#C1B8B5
(193,184,181)
#ACA4A2
(172,164,162)
#97908F
(151,144,143)
#827C7C
(130,124,124)
#6D6869
(109,104,105)
#585456
(88,84,86)
#434043
(67,64,67)
#2E2C30
(46,44,48)
#19181D
(25,24,29)
#000000
(0,0,0)

Tints of #EBE0DB

#EBE0DB
(235,224,219)
#ECE2DE
(236,226,222)
#EDE4E1
(237,228,225)
#EEE6E4
(238,230,228)
#EFE8E7
(239,232,231)
#F0EAEA
(240,234,234)
#F1ECED
(241,236,237)
#F2EEF0
(242,238,240)
#F3F0F3
(243,240,243)
#F4F2F6
(244,242,246)
#F5F4F9
(245,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBE0DB; }

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

This text font color is #EBE0DB.


Background Color

.myBgColor { background-color: #EBE0DB; }

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

This div background color is #EBE0DB.


Border color

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

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

This div border color is #EBE0DB.


Opacity

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

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

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

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

This text has shadow with #EBE0DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBE0DB on black background.


Color preview on white background

This text has color #EBE0DB on white background.



Black color preview on #EBE0DB background

This text has black color on #EBE0DB background.


White color preview on #EBE0DB background

This text has white color on #EBE0DB background.