COLOR #EBDAB4

HEX: #EBDAB4
RGB: (235,218,180)

Color info

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

RGB color model

#EBDAB4 color RGB value is (235,218,180).

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

RGB channels and saturation

R 235 of 255 = 92%
G 218 of 255 = 85%
B 180 of 255 = 71%

235
218
180

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

Portions of RGB colors in percentages

R + G + B =
235 + 218 + 180 = 633 (100%)
R 235 of 633 ~ 37.12%
G 218 of 633 ~ 34.44%
B 180 of 633 ~ 28.44%

%37.12
%34.44
%28.44

CMYK color model

#EBDAB4 color CMYK value is (0,7,23,8).

  • cyan value is 0.00%
  • magenta value is 7.23%
  • yellow value is 23.40%
  • key color value is 7.84%
CMYK:
(0,7,23,8)
C0M7Y23K8 
(0%,7%,23%,8%)
(0.00/0.07/0.23/0.08)	

CMYK percentages

%0
%7.23
%23.4
%7.84

Codes

Color #EBDAB4 in popluar color models

EBDAB4
RGB235218180
HSL41°57.89%81.37%
HSB/HSV41°23.40%92.16%
CMYK0.00%7.23%23.40%
7.84%

Color #EBDAB4 in popluar number systems.

HEXEBDAB4
Decimal235218180
Binary111010111101101010110100
Octal353332264

Shades and tints

Shades of #EBDAB4

#EBDAB4
(235,218,180)
#D6C7A4
(214,199,164)
#C1B494
(193,180,148)
#ACA184
(172,161,132)
#978E74
(151,142,116)
#827B64
(130,123,100)
#6D6854
(109,104,84)
#585544
(88,85,68)
#434234
(67,66,52)
#2E2F24
(46,47,36)
#191C14
(25,28,20)
#000000
(0,0,0)

Tints of #EBDAB4

#EBDAB4
(235,218,180)
#ECDDBA
(236,221,186)
#EDE0C0
(237,224,192)
#EEE3C6
(238,227,198)
#EFE6CC
(239,230,204)
#F0E9D2
(240,233,210)
#F1ECD8
(241,236,216)
#F2EFDE
(242,239,222)
#F3F2E4
(243,242,228)
#F4F5EA
(244,245,234)
#F5F8F0
(245,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBDAB4; }

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

This text font color is #EBDAB4.


Background Color

.myBgColor { background-color: #EBDAB4; }

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

This div background color is #EBDAB4.


Border color

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

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

This div border color is #EBDAB4.


Opacity

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

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

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

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

This text has shadow with #EBDAB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBDAB4 on black background.


Color preview on white background

This text has color #EBDAB4 on white background.



Black color preview on #EBDAB4 background

This text has black color on #EBDAB4 background.


White color preview on #EBDAB4 background

This text has white color on #EBDAB4 background.