COLOR #EBD6BB

HEX: #EBD6BB
RGB: (235,214,187)

Color info

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

RGB color model

#EBD6BB color RGB value is (235,214,187).

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

RGB channels and saturation

R 235 of 255 = 92%
G 214 of 255 = 84%
B 187 of 255 = 73%

235
214
187

R + G + B ~ 83%. #EBD6BB is quite light color.

Portions of RGB colors in percentages

R + G + B =
235 + 214 + 187 = 636 (100%)
R 235 of 636 ~ 36.95%
G 214 of 636 ~ 33.65%
B 187 of 636 ~ 29.4%

%36.95
%33.65
%29.4

CMYK color model

#EBD6BB color CMYK value is (0,9,20,8).

  • cyan value is 0.00%
  • magenta value is 8.94%
  • yellow value is 20.43%
  • key color value is 7.84%
CMYK:
(0,9,20,8)
C0M9Y20K8 
(0%,9%,20%,8%)
(0.00/0.09/0.20/0.08)	

CMYK percentages

%0
%8.94
%20.43
%7.84

Codes

Color #EBD6BB in popluar color models

EBD6BB
RGB235214187
HSL34°54.55%82.75%
HSB/HSV34°20.43%92.16%
CMYK0.00%8.94%20.43%
7.84%

Color #EBD6BB in popluar number systems.

HEXEBD6BB
Decimal235214187
Binary111010111101011010111011
Octal353326273

Shades and tints

Shades of #EBD6BB

#EBD6BB
(235,214,187)
#D6C3AA
(214,195,170)
#C1B099
(193,176,153)
#AC9D88
(172,157,136)
#978A77
(151,138,119)
#827766
(130,119,102)
#6D6455
(109,100,85)
#585144
(88,81,68)
#433E33
(67,62,51)
#2E2B22
(46,43,34)
#191811
(25,24,17)
#000000
(0,0,0)

Tints of #EBD6BB

#EBD6BB
(235,214,187)
#ECD9C1
(236,217,193)
#EDDCC7
(237,220,199)
#EEDFCD
(238,223,205)
#EFE2D3
(239,226,211)
#F0E5D9
(240,229,217)
#F1E8DF
(241,232,223)
#F2EBE5
(242,235,229)
#F3EEEB
(243,238,235)
#F4F1F1
(244,241,241)
#F5F4F7
(245,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBD6BB; }

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

This text font color is #EBD6BB.


Background Color

.myBgColor { background-color: #EBD6BB; }

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

This div background color is #EBD6BB.


Border color

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

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

This div border color is #EBD6BB.


Opacity

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

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

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

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

This text has shadow with #EBD6BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBD6BB on black background.


Color preview on white background

This text has color #EBD6BB on white background.



Black color preview on #EBD6BB background

This text has black color on #EBD6BB background.


White color preview on #EBD6BB background

This text has white color on #EBD6BB background.