COLOR #EBD6C6

HEX: #EBD6C6
RGB: (235,214,198)

Color info

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

RGB color model

#EBD6C6 color RGB value is (235,214,198).

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

RGB channels and saturation

R 235 of 255 = 92%
G 214 of 255 = 84%
B 198 of 255 = 78%

235
214
198

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

Portions of RGB colors in percentages

R + G + B =
235 + 214 + 198 = 647 (100%)
R 235 of 647 ~ 36.32%
G 214 of 647 ~ 33.08%
B 198 of 647 ~ 30.6%

%36.32
%33.08
%30.6

CMYK color model

#EBD6C6 color CMYK value is (0,9,16,8).

  • cyan value is 0.00%
  • magenta value is 8.94%
  • yellow value is 15.74%
  • key color value is 7.84%
CMYK:
(0,9,16,8)
C0M9Y16K8 
(0%,9%,16%,8%)
(0.00/0.09/0.16/0.08)	

CMYK percentages

%0
%8.94
%15.74
%7.84

Codes

Color #EBD6C6 in popluar color models

EBD6C6
RGB235214198
HSL26°48.05%84.90%
HSB/HSV26°15.74%92.16%
CMYK0.00%8.94%15.74%
7.84%

Color #EBD6C6 in popluar number systems.

HEXEBD6C6
Decimal235214198
Binary111010111101011011000110
Octal353326306

Shades and tints

Shades of #EBD6C6

#EBD6C6
(235,214,198)
#D6C3B4
(214,195,180)
#C1B0A2
(193,176,162)
#AC9D90
(172,157,144)
#978A7E
(151,138,126)
#82776C
(130,119,108)
#6D645A
(109,100,90)
#585148
(88,81,72)
#433E36
(67,62,54)
#2E2B24
(46,43,36)
#191812
(25,24,18)
#000000
(0,0,0)

Tints of #EBD6C6

#EBD6C6
(235,214,198)
#ECD9CB
(236,217,203)
#EDDCD0
(237,220,208)
#EEDFD5
(238,223,213)
#EFE2DA
(239,226,218)
#F0E5DF
(240,229,223)
#F1E8E4
(241,232,228)
#F2EBE9
(242,235,233)
#F3EEEE
(243,238,238)
#F4F1F3
(244,241,243)
#F5F4F8
(245,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBD6C6; }

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

This text font color is #EBD6C6.


Background Color

.myBgColor { background-color: #EBD6C6; }

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

This div background color is #EBD6C6.


Border color

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

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

This div border color is #EBD6C6.


Opacity

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

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

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

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

This text has shadow with #EBD6C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBD6C6 on black background.


Color preview on white background

This text has color #EBD6C6 on white background.



Black color preview on #EBD6C6 background

This text has black color on #EBD6C6 background.


White color preview on #EBD6C6 background

This text has white color on #EBD6C6 background.