COLOR #EBDBC9

HEX: #EBDBC9
RGB: (235,219,201)

Color info

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

RGB color model

#EBDBC9 color RGB value is (235,219,201).

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

RGB channels and saturation

R 235 of 255 = 92%
G 219 of 255 = 86%
B 201 of 255 = 79%

235
219
201

R + G + B ~ 86%. #EBDBC9 is light color.

Portions of RGB colors in percentages

R + G + B =
235 + 219 + 201 = 655 (100%)
R 235 of 655 ~ 35.88%
G 219 of 655 ~ 33.44%
B 201 of 655 ~ 30.69%

%35.88
%33.44
%30.69

CMYK color model

#EBDBC9 color CMYK value is (0,7,14,8).

  • cyan value is 0.00%
  • magenta value is 6.81%
  • yellow value is 14.47%
  • key color value is 7.84%
CMYK:
(0,7,14,8)
C0M7Y14K8 
(0%,7%,14%,8%)
(0.00/0.07/0.14/0.08)	

CMYK percentages

%0
%6.81
%14.47
%7.84

Codes

Color #EBDBC9 in popluar color models

EBDBC9
RGB235219201
HSL32°45.95%85.49%
HSB/HSV32°14.47%92.16%
CMYK0.00%6.81%14.47%
7.84%

Color #EBDBC9 in popluar number systems.

HEXEBDBC9
Decimal235219201
Binary111010111101101111001001
Octal353333311

Shades and tints

Shades of #EBDBC9

#EBDBC9
(235,219,201)
#D6C8B7
(214,200,183)
#C1B5A5
(193,181,165)
#ACA293
(172,162,147)
#978F81
(151,143,129)
#827C6F
(130,124,111)
#6D695D
(109,105,93)
#58564B
(88,86,75)
#434339
(67,67,57)
#2E3027
(46,48,39)
#191D15
(25,29,21)
#000000
(0,0,0)

Tints of #EBDBC9

#EBDBC9
(235,219,201)
#ECDECD
(236,222,205)
#EDE1D1
(237,225,209)
#EEE4D5
(238,228,213)
#EFE7D9
(239,231,217)
#F0EADD
(240,234,221)
#F1EDE1
(241,237,225)
#F2F0E5
(242,240,229)
#F3F3E9
(243,243,233)
#F4F6ED
(244,246,237)
#F5F9F1
(245,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBDBC9; }

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

This text font color is #EBDBC9.


Background Color

.myBgColor { background-color: #EBDBC9; }

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

This div background color is #EBDBC9.


Border color

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

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

This div border color is #EBDBC9.


Opacity

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

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

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

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

This text has shadow with #EBDBC9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBDBC9 on black background.


Color preview on white background

This text has color #EBDBC9 on white background.



Black color preview on #EBDBC9 background

This text has black color on #EBDBC9 background.


White color preview on #EBDBC9 background

This text has white color on #EBDBC9 background.