COLOR #EBDABB

HEX: #EBDABB RGB: (235,218,187)

Color info

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

RGB color model

#EBDABB color RGB value is (235,218,187).

RGB: (235,218,187) (92%, 85%, 73%)

RGB channels and saturation

R 235 of 255 = 92%
G 218 of 255 = 85%
B 187 of 255 = 73%

235
218
187

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

Portions of RGB colors in percentages

R + G + B = 235 + 218 + 187 = 640 (100%)
R 235 of 640 ~ 36.72%
G 218 of 640 ~ 34.06%
B 187 of 640 ~ 29.22'%

%36.72
%34.06
%29.22

CMYK color model

#EBDABB color CMYK value is (0,7,20,8).

  • cyan value is 0.00%
  • magenta value is 7.23%
  • yellow value is 20.43%
  • key color value is 7.84%

CMYK: (0,7,20,8)
C0M7Y20K8 (0%, 7%, 20%, 8%)
(0.00 / 0.07 / 0.20 / 0.08)

CMYK percentages

%0
%7.23
%20.43
%7.84

Codes

Color #EBDABB in popluar color models

EB DA BB
RGB 235 218 187
HSL 39° 54.55% 82.75%
HSB/HSV 39° 20.43% 92.16%
CMYK 0.00% 7.23% 20.43%
7.84%

Color #EBDABB in popluar number systems.

HEX EB DA BB
Decimal 235 218 187
Binary 11101011 11011010 10111011
Octal 353 332 273

Shades and tints

Shades of #EBDABB

#EBDABB
(235,218,187)
#D6C7AA
(214,199,170)
#C1B499
(193,180,153)
#ACA188
(172,161,136)
#978E77
(151,142,119)
#827B66
(130,123,102)
#6D6855
(109,104,85)
#585544
(88,85,68)
#434233
(67,66,51)
#2E2F22
(46,47,34)
#191C11
(25,28,17)
#000000
(0,0,0)

Tints of #EBDABB

#EBDABB
(235,218,187)
#ECDDC1
(236,221,193)
#EDE0C7
(237,224,199)
#EEE3CD
(238,227,205)
#EFE6D3
(239,230,211)
#F0E9D9
(240,233,217)
#F1ECDF
(241,236,223)
#F2EFE5
(242,239,229)
#F3F2EB
(243,242,235)
#F4F5F1
(244,245,241)
#F5F8F7
(245,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBDABB; }

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

This text font color is #EBDABB.

Background Color

.myBgColor { background-color: #EBDABB; }

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

This div background color is #EBDABB.

Border color

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

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

This div border color is #EBDABB.

Opacity

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

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

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

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

This text has shadow with #EBDABB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBDABB.

Preview

Color preview on black background

This text has color #EBDABB on black background.


Color preview on white background

This text has color #EBDABB on white background.


Black color preview on #EBDABB background

This text has black color on #EBDABB background.


White color preview on #EBDABB background

This text has white color on #EBDABB background.


Related colors

Complementary color

Complementary color for #hex is #142544.


I love getcolorcode.com

Triadic colors

1 #BBEBDA and #DABBEB with #EBDABB are triadic colors.

2 #BBDAEB and #DAEBBB with #EBDABB are triadic colors.