COLOR #EBDBC5

HEX: #EBDBC5
RGB: (235,219,197)

Color info

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

RGB color model

#EBDBC5 color RGB value is (235,219,197).

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

RGB channels and saturation

R 235 of 255 = 92%
G 219 of 255 = 86%
B 197 of 255 = 77%

235
219
197

R + G + B ~ 85%. #EBDBC5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
235 + 219 + 197 = 651 (100%)
R 235 of 651 ~ 36.1%
G 219 of 651 ~ 33.64%
B 197 of 651 ~ 30.26%

%36.1
%33.64
%30.26

CMYK color model

#EBDBC5 color CMYK value is (0,7,16,8).

  • cyan value is 0.00%
  • magenta value is 6.81%
  • yellow value is 16.17%
  • key color value is 7.84%
CMYK:
(0,7,16,8)
C0M7Y16K8 
(0%,7%,16%,8%)
(0.00/0.07/0.16/0.08)	

CMYK percentages

%0
%6.81
%16.17
%7.84

Codes

Color #EBDBC5 in popluar color models

EBDBC5
RGB235219197
HSL35°48.72%84.71%
HSB/HSV35°16.17%92.16%
CMYK0.00%6.81%16.17%
7.84%

Color #EBDBC5 in popluar number systems.

HEXEBDBC5
Decimal235219197
Binary111010111101101111000101
Octal353333305

Shades and tints

Shades of #EBDBC5

#EBDBC5
(235,219,197)
#D6C8B4
(214,200,180)
#C1B5A3
(193,181,163)
#ACA292
(172,162,146)
#978F81
(151,143,129)
#827C70
(130,124,112)
#6D695F
(109,105,95)
#58564E
(88,86,78)
#43433D
(67,67,61)
#2E302C
(46,48,44)
#191D1B
(25,29,27)
#000000
(0,0,0)

Tints of #EBDBC5

#EBDBC5
(235,219,197)
#ECDECA
(236,222,202)
#EDE1CF
(237,225,207)
#EEE4D4
(238,228,212)
#EFE7D9
(239,231,217)
#F0EADE
(240,234,222)
#F1EDE3
(241,237,227)
#F2F0E8
(242,240,232)
#F3F3ED
(243,243,237)
#F4F6F2
(244,246,242)
#F5F9F7
(245,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBDBC5; }

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

This text font color is #EBDBC5.


Background Color

.myBgColor { background-color: #EBDBC5; }

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

This div background color is #EBDBC5.


Border color

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

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

This div border color is #EBDBC5.


Opacity

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

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

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

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

This text has shadow with #EBDBC5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBDBC5 on black background.


Color preview on white background

This text has color #EBDBC5 on white background.



Black color preview on #EBDBC5 background

This text has black color on #EBDBC5 background.


White color preview on #EBDBC5 background

This text has white color on #EBDBC5 background.