COLOR #EBD6B4

HEX: #EBD6B4
RGB: (235,214,180)

Color info

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

RGB color model

#EBD6B4 color RGB value is (235,214,180).

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

RGB channels and saturation

R 235 of 255 = 92%
G 214 of 255 = 84%
B 180 of 255 = 71%

235
214
180

R + G + B ~ 82%. #EBD6B4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
235 + 214 + 180 = 629 (100%)
R 235 of 629 ~ 37.36%
G 214 of 629 ~ 34.02%
B 180 of 629 ~ 28.62%

%37.36
%34.02
%28.62

CMYK color model

#EBD6B4 color CMYK value is (0,9,23,8).

  • cyan value is 0.00%
  • magenta value is 8.94%
  • yellow value is 23.40%
  • key color value is 7.84%
CMYK:
(0,9,23,8)
C0M9Y23K8 
(0%,9%,23%,8%)
(0.00/0.09/0.23/0.08)	

CMYK percentages

%0
%8.94
%23.4
%7.84

Codes

Color #EBD6B4 in popluar color models

EBD6B4
RGB235214180
HSL37°57.89%81.37%
HSB/HSV37°23.40%92.16%
CMYK0.00%8.94%23.40%
7.84%

Color #EBD6B4 in popluar number systems.

HEXEBD6B4
Decimal235214180
Binary111010111101011010110100
Octal353326264

Shades and tints

Shades of #EBD6B4

#EBD6B4
(235,214,180)
#D6C3A4
(214,195,164)
#C1B094
(193,176,148)
#AC9D84
(172,157,132)
#978A74
(151,138,116)
#827764
(130,119,100)
#6D6454
(109,100,84)
#585144
(88,81,68)
#433E34
(67,62,52)
#2E2B24
(46,43,36)
#191814
(25,24,20)
#000000
(0,0,0)

Tints of #EBD6B4

#EBD6B4
(235,214,180)
#ECD9BA
(236,217,186)
#EDDCC0
(237,220,192)
#EEDFC6
(238,223,198)
#EFE2CC
(239,226,204)
#F0E5D2
(240,229,210)
#F1E8D8
(241,232,216)
#F2EBDE
(242,235,222)
#F3EEE4
(243,238,228)
#F4F1EA
(244,241,234)
#F5F4F0
(245,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBD6B4; }

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

This text font color is #EBD6B4.


Background Color

.myBgColor { background-color: #EBD6B4; }

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

This div background color is #EBD6B4.


Border color

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

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

This div border color is #EBD6B4.


Opacity

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

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

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

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

This text has shadow with #EBD6B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBD6B4 on black background.


Color preview on white background

This text has color #EBD6B4 on white background.



Black color preview on #EBD6B4 background

This text has black color on #EBD6B4 background.


White color preview on #EBD6B4 background

This text has white color on #EBD6B4 background.