COLOR #EBDCB3

HEX: #EBDCB3
RGB: (235,220,179)

Color info

#EBDCB3 contains red, green and blue colors in about the same proportion. Web safe color of #EBDCB3 is #FFCC99 (or #FC9).

RGB color model

#EBDCB3 color RGB value is (235,220,179).

  • red value is 235;
  • green value is 220;
  • blue value is 179.
RGB:
(235,220,179)
(92%,86%,70%)

RGB channels and saturation

R 235 of 255 = 92%
G 220 of 255 = 86%
B 179 of 255 = 70%

235
220
179

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

Portions of RGB colors in percentages

R + G + B =
235 + 220 + 179 = 634 (100%)
R 235 of 634 ~ 37.07%
G 220 of 634 ~ 34.7%
B 179 of 634 ~ 28.23%

%37.07
%34.7
%28.23

CMYK color model

#EBDCB3 color CMYK value is (0,6,24,8).

  • cyan value is 0.00%
  • magenta value is 6.38%
  • yellow value is 23.83%
  • key color value is 7.84%
CMYK:
(0,6,24,8)
C0M6Y24K8 
(0%,6%,24%,8%)
(0.00/0.06/0.24/0.08)	

CMYK percentages

%0
%6.38
%23.83
%7.84

Codes

Color #EBDCB3 in popluar color models

EBDCB3
RGB235220179
HSL44°58.33%81.18%
HSB/HSV44°23.83%92.16%
CMYK0.00%6.38%23.83%
7.84%

Color #EBDCB3 in popluar number systems.

HEXEBDCB3
Decimal235220179
Binary111010111101110010110011
Octal353334263

Shades and tints

Shades of #EBDCB3

#EBDCB3
(235,220,179)
#D6C8A3
(214,200,163)
#C1B493
(193,180,147)
#ACA083
(172,160,131)
#978C73
(151,140,115)
#827863
(130,120,99)
#6D6453
(109,100,83)
#585043
(88,80,67)
#433C33
(67,60,51)
#2E2823
(46,40,35)
#191413
(25,20,19)
#000000
(0,0,0)

Tints of #EBDCB3

#EBDCB3
(235,220,179)
#ECDFB9
(236,223,185)
#EDE2BF
(237,226,191)
#EEE5C5
(238,229,197)
#EFE8CB
(239,232,203)
#F0EBD1
(240,235,209)
#F1EED7
(241,238,215)
#F2F1DD
(242,241,221)
#F3F4E3
(243,244,227)
#F4F7E9
(244,247,233)
#F5FAEF
(245,250,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBDCB3 color. Also use rgb(235,220,179) instead hex code.

Text Font Color

.myTextColor { color: #EBDCB3; }

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

This text font color is #EBDCB3.


Background Color

.myBgColor { background-color: #EBDCB3; }

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

This div background color is #EBDCB3.


Border color

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

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

This div border color is #EBDCB3.


Opacity

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

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

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

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

This text has shadow with #EBDCB3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBDCB3 on black background.


Color preview on white background

This text has color #EBDCB3 on white background.



Black color preview on #EBDCB3 background

This text has black color on #EBDCB3 background.


White color preview on #EBDCB3 background

This text has white color on #EBDCB3 background.