COLOR #EBE8DD

HEX: #EBE8DD RGB: (235,232,221)

Color info

#EBE8DD contains red, green and blue colors in about the same proportion. Web safe color of #EBE8DD is #FFFFCC (or #FFC).

RGB color model

#EBE8DD color RGB value is (235,232,221).

RGB: (235,232,221) (92%, 91%, 87%)

RGB channels and saturation

R 235 of 255 = 92%
G 232 of 255 = 91%
B 221 of 255 = 87%

235
232
221

R + G + B ~ 90%. #EBE8DD is light color.

Portions of RGB colors in percentages

R + G + B = 235 + 232 + 221 = 688 (100%)
R 235 of 688 ~ 34.16%
G 232 of 688 ~ 33.72%
B 221 of 688 ~ 32.12'%

%34.16
%33.72
%32.12

CMYK color model

#EBE8DD color CMYK value is (0,1,6,8).

  • cyan value is 0.00%
  • magenta value is 1.28%
  • yellow value is 5.96%
  • key color value is 7.84%
CMYK: (0,1,6,8) C0M1Y6K8 (0%,1%,6%,8%) (0.00/0.01/0.06/0.08) 

CMYK percentages

%0
%1.28
%5.96
%7.84

Codes

Color #EBE8DD in popluar color models

EB E8 DD
RGB 235 232 221
HSL 47° 25.93% 89.41%
HSB/HSV 47° 5.96% 92.16%
CMYK 0.00% 1.28% 5.96%
7.84%

Color #EBE8DD in popluar number systems.

HEX EB E8 DD
Decimal 235 232 221
Binary 11101011 11101000 11011101
Octal 353 350 335

Shades and tints

Shades of #EBE8DD

#EBE8DD
(235,232,221)
#D6D3C9
(214,211,201)
#C1BEB5
(193,190,181)
#ACA9A1
(172,169,161)
#97948D
(151,148,141)
#827F79
(130,127,121)
#6D6A65
(109,106,101)
#585551
(88,85,81)
#43403D
(67,64,61)
#2E2B29
(46,43,41)
#191615
(25,22,21)
#000000
(0,0,0)

Tints of #EBE8DD

#EBE8DD
(235,232,221)
#ECEAE0
(236,234,224)
#EDECE3
(237,236,227)
#EEEEE6
(238,238,230)
#EFF0E9
(239,240,233)
#F0F2EC
(240,242,236)
#F1F4EF
(241,244,239)
#F2F6F2
(242,246,242)
#F3F8F5
(243,248,245)
#F4FAF8
(244,250,248)
#F5FCFB
(245,252,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBE8DD; }

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

This text font color is #EBE8DD.

Background Color

.myBgColor { background-color: #EBE8DD; }

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

This div background color is #EBE8DD.

Border color

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

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

This div border color is #EBE8DD.

Opacity

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

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

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

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

This text has shadow with #EBE8DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBE8DD.

Preview

Color preview on black background

This text has color #EBE8DD on black background.


Color preview on white background

This text has color #EBE8DD on white background.


Black color preview on #EBE8DD background

This text has black color on #EBE8DD background.


White color preview on #EBE8DD background

This text has white color on #EBE8DD background.


Related colors

Complementary color

Complementary color for #hex is #141722.


I love getcolorcode.com

Triadic colors

1 #DDEBE8 and #E8DDEB with #EBE8DD are triadic colors.

2 #DDE8EB and #E8EBDD with #EBE8DD are triadic colors.