COLOR #EBCEB3

HEX: #EBCEB3
RGB: (235,206,179)

Color info

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

RGB color model

#EBCEB3 color RGB value is (235,206,179).

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

RGB channels and saturation

R 235 of 255 = 92%
G 206 of 255 = 81%
B 179 of 255 = 70%

235
206
179

R + G + B ~ 81%. #EBCEB3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
235 + 206 + 179 = 620 (100%)
R 235 of 620 ~ 37.9%
G 206 of 620 ~ 33.23%
B 179 of 620 ~ 28.87%

%37.9
%33.23
%28.87

CMYK color model

#EBCEB3 color CMYK value is (0,12,24,8).

  • cyan value is 0.00%
  • magenta value is 12.34%
  • yellow value is 23.83%
  • key color value is 7.84%
CMYK:
(0,12,24,8)
C0M12Y24K8 
(0%,12%,24%,8%)
(0.00/0.12/0.24/0.08)	

CMYK percentages

%0
%12.34
%23.83
%7.84

Codes

Color #EBCEB3 in popluar color models

EBCEB3
RGB235206179
HSL29°58.33%81.18%
HSB/HSV29°23.83%92.16%
CMYK0.00%12.34%23.83%
7.84%

Color #EBCEB3 in popluar number systems.

HEXEBCEB3
Decimal235206179
Binary111010111100111010110011
Octal353316263

Shades and tints

Shades of #EBCEB3

#EBCEB3
(235,206,179)
#D6BCA3
(214,188,163)
#C1AA93
(193,170,147)
#AC9883
(172,152,131)
#978673
(151,134,115)
#827463
(130,116,99)
#6D6253
(109,98,83)
#585043
(88,80,67)
#433E33
(67,62,51)
#2E2C23
(46,44,35)
#191A13
(25,26,19)
#000000
(0,0,0)

Tints of #EBCEB3

#EBCEB3
(235,206,179)
#ECD2B9
(236,210,185)
#EDD6BF
(237,214,191)
#EEDAC5
(238,218,197)
#EFDECB
(239,222,203)
#F0E2D1
(240,226,209)
#F1E6D7
(241,230,215)
#F2EADD
(242,234,221)
#F3EEE3
(243,238,227)
#F4F2E9
(244,242,233)
#F5F6EF
(245,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBCEB3; }

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

This text font color is #EBCEB3.


Background Color

.myBgColor { background-color: #EBCEB3; }

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

This div background color is #EBCEB3.


Border color

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

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

This div border color is #EBCEB3.


Opacity

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

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

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

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

This text has shadow with #EBCEB3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBCEB3 on black background.


Color preview on white background

This text has color #EBCEB3 on white background.



Black color preview on #EBCEB3 background

This text has black color on #EBCEB3 background.


White color preview on #EBCEB3 background

This text has white color on #EBCEB3 background.