COLOR #EBE7DB

HEX: #EBE7DB
RGB: (235,231,219)

Color info

#EBE7DB contains red, green and blue colors in about the same proportion. Web safe color of #EBE7DB is #FFFFCC (or #FFC).

RGB color model

#EBE7DB color RGB value is (235,231,219).

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

RGB channels and saturation

R 235 of 255 = 92%
G 231 of 255 = 91%
B 219 of 255 = 86%

235
231
219

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

Portions of RGB colors in percentages

R + G + B =
235 + 231 + 219 = 685 (100%)
R 235 of 685 ~ 34.31%
G 231 of 685 ~ 33.72%
B 219 of 685 ~ 31.97%

%34.31
%33.72
%31.97

CMYK color model

#EBE7DB color CMYK value is (0,2,7,8).

  • cyan value is 0.00%
  • magenta value is 1.70%
  • yellow value is 6.81%
  • key color value is 7.84%
CMYK:
(0,2,7,8)
C0M2Y7K8 
(0%,2%,7%,8%)
(0.00/0.02/0.07/0.08)	

CMYK percentages

%0
%1.7
%6.81
%7.84

Codes

Color #EBE7DB in popluar color models

EBE7DB
RGB235231219
HSL45°28.57%89.02%
HSB/HSV45°6.81%92.16%
CMYK0.00%1.70%6.81%
7.84%

Color #EBE7DB in popluar number systems.

HEXEBE7DB
Decimal235231219
Binary111010111110011111011011
Octal353347333

Shades and tints

Shades of #EBE7DB

#EBE7DB
(235,231,219)
#D6D2C8
(214,210,200)
#C1BDB5
(193,189,181)
#ACA8A2
(172,168,162)
#97938F
(151,147,143)
#827E7C
(130,126,124)
#6D6969
(109,105,105)
#585456
(88,84,86)
#433F43
(67,63,67)
#2E2A30
(46,42,48)
#19151D
(25,21,29)
#000000
(0,0,0)

Tints of #EBE7DB

#EBE7DB
(235,231,219)
#ECE9DE
(236,233,222)
#EDEBE1
(237,235,225)
#EEEDE4
(238,237,228)
#EFEFE7
(239,239,231)
#F0F1EA
(240,241,234)
#F1F3ED
(241,243,237)
#F2F5F0
(242,245,240)
#F3F7F3
(243,247,243)
#F4F9F6
(244,249,246)
#F5FBF9
(245,251,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBE7DB; }

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

This text font color is #EBE7DB.


Background Color

.myBgColor { background-color: #EBE7DB; }

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

This div background color is #EBE7DB.


Border color

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

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

This div border color is #EBE7DB.


Opacity

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

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

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

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

This text has shadow with #EBE7DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBE7DB on black background.


Color preview on white background

This text has color #EBE7DB on white background.



Black color preview on #EBE7DB background

This text has black color on #EBE7DB background.


White color preview on #EBE7DB background

This text has white color on #EBE7DB background.