COLOR #EBE1DB

HEX: #EBE1DB
RGB: (235,225,219)

Color info

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

RGB color model

#EBE1DB color RGB value is (235,225,219).

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

RGB channels and saturation

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

235
225
219

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

Portions of RGB colors in percentages

R + G + B =
235 + 225 + 219 = 679 (100%)
R 235 of 679 ~ 34.61%
G 225 of 679 ~ 33.14%
B 219 of 679 ~ 32.25%

%34.61
%33.14
%32.25

CMYK color model

#EBE1DB color CMYK value is (0,4,7,8).

  • cyan value is 0.00%
  • magenta value is 4.26%
  • yellow value is 6.81%
  • key color value is 7.84%
CMYK:
(0,4,7,8)
C0M4Y7K8 
(0%,4%,7%,8%)
(0.00/0.04/0.07/0.08)	

CMYK percentages

%0
%4.26
%6.81
%7.84

Codes

Color #EBE1DB in popluar color models

EBE1DB
RGB235225219
HSL23°28.57%89.02%
HSB/HSV23°6.81%92.16%
CMYK0.00%4.26%6.81%
7.84%

Color #EBE1DB in popluar number systems.

HEXEBE1DB
Decimal235225219
Binary111010111110000111011011
Octal353341333

Shades and tints

Shades of #EBE1DB

#EBE1DB
(235,225,219)
#D6CDC8
(214,205,200)
#C1B9B5
(193,185,181)
#ACA5A2
(172,165,162)
#97918F
(151,145,143)
#827D7C
(130,125,124)
#6D6969
(109,105,105)
#585556
(88,85,86)
#434143
(67,65,67)
#2E2D30
(46,45,48)
#19191D
(25,25,29)
#000000
(0,0,0)

Tints of #EBE1DB

#EBE1DB
(235,225,219)
#ECE3DE
(236,227,222)
#EDE5E1
(237,229,225)
#EEE7E4
(238,231,228)
#EFE9E7
(239,233,231)
#F0EBEA
(240,235,234)
#F1EDED
(241,237,237)
#F2EFF0
(242,239,240)
#F3F1F3
(243,241,243)
#F4F3F6
(244,243,246)
#F5F5F9
(245,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBE1DB; }

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

This text font color is #EBE1DB.


Background Color

.myBgColor { background-color: #EBE1DB; }

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

This div background color is #EBE1DB.


Border color

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

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

This div border color is #EBE1DB.


Opacity

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

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

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

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

This text has shadow with #EBE1DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBE1DB on black background.


Color preview on white background

This text has color #EBE1DB on white background.



Black color preview on #EBE1DB background

This text has black color on #EBE1DB background.


White color preview on #EBE1DB background

This text has white color on #EBE1DB background.