COLOR #EBD6C3

HEX: #EBD6C3
RGB: (235,214,195)

Color info

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

RGB color model

#EBD6C3 color RGB value is (235,214,195).

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

RGB channels and saturation

R 235 of 255 = 92%
G 214 of 255 = 84%
B 195 of 255 = 76%

235
214
195

R + G + B ~ 84%. #EBD6C3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
235 + 214 + 195 = 644 (100%)
R 235 of 644 ~ 36.49%
G 214 of 644 ~ 33.23%
B 195 of 644 ~ 30.28%

%36.49
%33.23
%30.28

CMYK color model

#EBD6C3 color CMYK value is (0,9,17,8).

  • cyan value is 0.00%
  • magenta value is 8.94%
  • yellow value is 17.02%
  • key color value is 7.84%
CMYK:
(0,9,17,8)
C0M9Y17K8 
(0%,9%,17%,8%)
(0.00/0.09/0.17/0.08)	

CMYK percentages

%0
%8.94
%17.02
%7.84

Codes

Color #EBD6C3 in popluar color models

EBD6C3
RGB235214195
HSL29°50.00%84.31%
HSB/HSV29°17.02%92.16%
CMYK0.00%8.94%17.02%
7.84%

Color #EBD6C3 in popluar number systems.

HEXEBD6C3
Decimal235214195
Binary111010111101011011000011
Octal353326303

Shades and tints

Shades of #EBD6C3

#EBD6C3
(235,214,195)
#D6C3B2
(214,195,178)
#C1B0A1
(193,176,161)
#AC9D90
(172,157,144)
#978A7F
(151,138,127)
#82776E
(130,119,110)
#6D645D
(109,100,93)
#58514C
(88,81,76)
#433E3B
(67,62,59)
#2E2B2A
(46,43,42)
#191819
(25,24,25)
#000000
(0,0,0)

Tints of #EBD6C3

#EBD6C3
(235,214,195)
#ECD9C8
(236,217,200)
#EDDCCD
(237,220,205)
#EEDFD2
(238,223,210)
#EFE2D7
(239,226,215)
#F0E5DC
(240,229,220)
#F1E8E1
(241,232,225)
#F2EBE6
(242,235,230)
#F3EEEB
(243,238,235)
#F4F1F0
(244,241,240)
#F5F4F5
(245,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBD6C3; }

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

This text font color is #EBD6C3.


Background Color

.myBgColor { background-color: #EBD6C3; }

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

This div background color is #EBD6C3.


Border color

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

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

This div border color is #EBD6C3.


Opacity

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

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

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

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

This text has shadow with #EBD6C3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBD6C3 on black background.


Color preview on white background

This text has color #EBD6C3 on white background.



Black color preview on #EBD6C3 background

This text has black color on #EBD6C3 background.


White color preview on #EBD6C3 background

This text has white color on #EBD6C3 background.