COLOR #EBD6C9

HEX: #EBD6C9
RGB: (235,214,201)

Color info

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

RGB color model

#EBD6C9 color RGB value is (235,214,201).

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

RGB channels and saturation

R 235 of 255 = 92%
G 214 of 255 = 84%
B 201 of 255 = 79%

235
214
201

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

Portions of RGB colors in percentages

R + G + B =
235 + 214 + 201 = 650 (100%)
R 235 of 650 ~ 36.15%
G 214 of 650 ~ 32.92%
B 201 of 650 ~ 30.92%

%36.15
%32.92
%30.92

CMYK color model

#EBD6C9 color CMYK value is (0,9,14,8).

  • cyan value is 0.00%
  • magenta value is 8.94%
  • yellow value is 14.47%
  • key color value is 7.84%
CMYK:
(0,9,14,8)
C0M9Y14K8 
(0%,9%,14%,8%)
(0.00/0.09/0.14/0.08)	

CMYK percentages

%0
%8.94
%14.47
%7.84

Codes

Color #EBD6C9 in popluar color models

EBD6C9
RGB235214201
HSL23°45.95%85.49%
HSB/HSV23°14.47%92.16%
CMYK0.00%8.94%14.47%
7.84%

Color #EBD6C9 in popluar number systems.

HEXEBD6C9
Decimal235214201
Binary111010111101011011001001
Octal353326311

Shades and tints

Shades of #EBD6C9

#EBD6C9
(235,214,201)
#D6C3B7
(214,195,183)
#C1B0A5
(193,176,165)
#AC9D93
(172,157,147)
#978A81
(151,138,129)
#82776F
(130,119,111)
#6D645D
(109,100,93)
#58514B
(88,81,75)
#433E39
(67,62,57)
#2E2B27
(46,43,39)
#191815
(25,24,21)
#000000
(0,0,0)

Tints of #EBD6C9

#EBD6C9
(235,214,201)
#ECD9CD
(236,217,205)
#EDDCD1
(237,220,209)
#EEDFD5
(238,223,213)
#EFE2D9
(239,226,217)
#F0E5DD
(240,229,221)
#F1E8E1
(241,232,225)
#F2EBE5
(242,235,229)
#F3EEE9
(243,238,233)
#F4F1ED
(244,241,237)
#F5F4F1
(245,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBD6C9; }

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

This text font color is #EBD6C9.


Background Color

.myBgColor { background-color: #EBD6C9; }

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

This div background color is #EBD6C9.


Border color

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

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

This div border color is #EBD6C9.


Opacity

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

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

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

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

This text has shadow with #EBD6C9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBD6C9 on black background.


Color preview on white background

This text has color #EBD6C9 on white background.



Black color preview on #EBD6C9 background

This text has black color on #EBD6C9 background.


White color preview on #EBD6C9 background

This text has white color on #EBD6C9 background.