COLOR #EBD8C7

HEX: #EBD8C7
RGB: (235,216,199)

Color info

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

RGB color model

#EBD8C7 color RGB value is (235,216,199).

  • red value is 235;
  • green value is 216;
  • blue value is 199.
RGB:
(235,216,199)
(92%,85%,78%)

RGB channels and saturation

R 235 of 255 = 92%
G 216 of 255 = 85%
B 199 of 255 = 78%

235
216
199

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

Portions of RGB colors in percentages

R + G + B =
235 + 216 + 199 = 650 (100%)
R 235 of 650 ~ 36.15%
G 216 of 650 ~ 33.23%
B 199 of 650 ~ 30.62%

%36.15
%33.23
%30.62

CMYK color model

#EBD8C7 color CMYK value is (0,8,15,8).

  • cyan value is 0.00%
  • magenta value is 8.09%
  • yellow value is 15.32%
  • key color value is 7.84%
CMYK:
(0,8,15,8)
C0M8Y15K8 
(0%,8%,15%,8%)
(0.00/0.08/0.15/0.08)	

CMYK percentages

%0
%8.09
%15.32
%7.84

Codes

Color #EBD8C7 in popluar color models

EBD8C7
RGB235216199
HSL28°47.37%85.10%
HSB/HSV28°15.32%92.16%
CMYK0.00%8.09%15.32%
7.84%

Color #EBD8C7 in popluar number systems.

HEXEBD8C7
Decimal235216199
Binary111010111101100011000111
Octal353330307

Shades and tints

Shades of #EBD8C7

#EBD8C7
(235,216,199)
#D6C5B5
(214,197,181)
#C1B2A3
(193,178,163)
#AC9F91
(172,159,145)
#978C7F
(151,140,127)
#82796D
(130,121,109)
#6D665B
(109,102,91)
#585349
(88,83,73)
#434037
(67,64,55)
#2E2D25
(46,45,37)
#191A13
(25,26,19)
#000000
(0,0,0)

Tints of #EBD8C7

#EBD8C7
(235,216,199)
#ECDBCC
(236,219,204)
#EDDED1
(237,222,209)
#EEE1D6
(238,225,214)
#EFE4DB
(239,228,219)
#F0E7E0
(240,231,224)
#F1EAE5
(241,234,229)
#F2EDEA
(242,237,234)
#F3F0EF
(243,240,239)
#F4F3F4
(244,243,244)
#F5F6F9
(245,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBD8C7 color. Also use rgb(235,216,199) instead hex code.

Text Font Color

.myTextColor { color: #EBD8C7; }

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

This text font color is #EBD8C7.


Background Color

.myBgColor { background-color: #EBD8C7; }

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

This div background color is #EBD8C7.


Border color

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

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

This div border color is #EBD8C7.


Opacity

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

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

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

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

This text has shadow with #EBD8C7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBD8C7 on black background.


Color preview on white background

This text has color #EBD8C7 on white background.



Black color preview on #EBD8C7 background

This text has black color on #EBD8C7 background.


White color preview on #EBD8C7 background

This text has white color on #EBD8C7 background.