COLOR #EBDDBA

HEX: #EBDDBA RGB: (235,221,186)

Color info

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

RGB color model

#EBDDBA color RGB value is (235,221,186).

RGB: (235,221,186) (92%, 87%, 73%)

RGB channels and saturation

R 235 of 255 = 92%
G 221 of 255 = 87%
B 186 of 255 = 73%

235
221
186

R + G + B ~ 84%. #EBDDBA is quite light color.

Portions of RGB colors in percentages

R + G + B = 235 + 221 + 186 = 642 (100%)
R 235 of 642 ~ 36.6%
G 221 of 642 ~ 34.42%
B 186 of 642 ~ 28.97'%

%36.6
%34.42
%28.97

CMYK color model

#EBDDBA color CMYK value is (0,6,21,8).

  • cyan value is 0.00%
  • magenta value is 5.96%
  • yellow value is 20.85%
  • key color value is 7.84%

CMYK: (0,6,21,8)
C0M6Y21K8 (0%, 6%, 21%, 8%)
(0.00 / 0.06 / 0.21 / 0.08)

CMYK percentages

%0
%5.96
%20.85
%7.84

Codes

Color #EBDDBA in popluar color models

EB DD BA
RGB 235 221 186
HSL 43° 55.06% 82.55%
HSB/HSV 43° 20.85% 92.16%
CMYK 0.00% 5.96% 20.85%
7.84%

Color #EBDDBA in popluar number systems.

HEX EB DD BA
Decimal 235 221 186
Binary 11101011 11011101 10111010
Octal 353 335 272

Shades and tints

Shades of #EBDDBA

#EBDDBA
(235,221,186)
#D6C9AA
(214,201,170)
#C1B59A
(193,181,154)
#ACA18A
(172,161,138)
#978D7A
(151,141,122)
#82796A
(130,121,106)
#6D655A
(109,101,90)
#58514A
(88,81,74)
#433D3A
(67,61,58)
#2E292A
(46,41,42)
#19151A
(25,21,26)
#000000
(0,0,0)

Tints of #EBDDBA

#EBDDBA
(235,221,186)
#ECE0C0
(236,224,192)
#EDE3C6
(237,227,198)
#EEE6CC
(238,230,204)
#EFE9D2
(239,233,210)
#F0ECD8
(240,236,216)
#F1EFDE
(241,239,222)
#F2F2E4
(242,242,228)
#F3F5EA
(243,245,234)
#F4F8F0
(244,248,240)
#F5FBF6
(245,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBDDBA color. Also use rgb(235,221,186) instead hex code.

Text Font Color

.myTextColor { color: #EBDDBA; }

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

This text font color is #EBDDBA.

Background Color

.myBgColor { background-color: #EBDDBA; }

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

This div background color is #EBDDBA.

Border color

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

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

This div border color is #EBDDBA.

Opacity

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

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

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

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

This text has shadow with #EBDDBA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBDDBA.

Preview

Color preview on black background

This text has color #EBDDBA on black background.


Color preview on white background

This text has color #EBDDBA on white background.


Black color preview on #EBDDBA background

This text has black color on #EBDDBA background.


White color preview on #EBDDBA background

This text has white color on #EBDDBA background.


Related colors

Complementary color

Complementary color for #hex is #142245.


I love getcolorcode.com

Triadic colors

1 #BAEBDD and #DDBAEB with #EBDDBA are triadic colors.

2 #BADDEB and #DDEBBA with #EBDDBA are triadic colors.