COLOR #EBE8DB

HEX: #EBE8DB RGB: (235,232,219)

Color info

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

RGB color model

#EBE8DB color RGB value is (235,232,219).

RGB: (235,232,219) (92%, 91%, 86%)

RGB channels and saturation

R 235 of 255 = 92%
G 232 of 255 = 91%
B 219 of 255 = 86%

235
232
219

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

Portions of RGB colors in percentages

R + G + B = 235 + 232 + 219 = 686 (100%)
R 235 of 686 ~ 34.26%
G 232 of 686 ~ 33.82%
B 219 of 686 ~ 31.92'%

%34.26
%33.82
%31.92

CMYK color model

#EBE8DB color CMYK value is (0,1,7,8).

  • cyan value is 0.00%
  • magenta value is 1.28%
  • yellow value is 6.81%
  • key color value is 7.84%

CMYK: (0,1,7,8)
C0M1Y7K8 (0%, 1%, 7%, 8%)
(0.00 / 0.01 / 0.07 / 0.08)

CMYK percentages

%0
%1.28
%6.81
%7.84

Codes

Color #EBE8DB in popluar color models

EB E8 DB
RGB 235 232 219
HSL 49° 28.57% 89.02%
HSB/HSV 49° 6.81% 92.16%
CMYK 0.00% 1.28% 6.81%
7.84%

Color #EBE8DB in popluar number systems.

HEX EB E8 DB
Decimal 235 232 219
Binary 11101011 11101000 11011011
Octal 353 350 333

Shades and tints

Shades of #EBE8DB

#EBE8DB
(235,232,219)
#D6D3C8
(214,211,200)
#C1BEB5
(193,190,181)
#ACA9A2
(172,169,162)
#97948F
(151,148,143)
#827F7C
(130,127,124)
#6D6A69
(109,106,105)
#585556
(88,85,86)
#434043
(67,64,67)
#2E2B30
(46,43,48)
#19161D
(25,22,29)
#000000
(0,0,0)

Tints of #EBE8DB

#EBE8DB
(235,232,219)
#ECEADE
(236,234,222)
#EDECE1
(237,236,225)
#EEEEE4
(238,238,228)
#EFF0E7
(239,240,231)
#F0F2EA
(240,242,234)
#F1F4ED
(241,244,237)
#F2F6F0
(242,246,240)
#F3F8F3
(243,248,243)
#F4FAF6
(244,250,246)
#F5FCF9
(245,252,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBE8DB; }

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

This text font color is #EBE8DB.

Background Color

.myBgColor { background-color: #EBE8DB; }

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

This div background color is #EBE8DB.

Border color

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

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

This div border color is #EBE8DB.

Opacity

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

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

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

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

This text has shadow with #EBE8DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBE8DB.

Preview

Color preview on black background

This text has color #EBE8DB on black background.


Color preview on white background

This text has color #EBE8DB on white background.


Black color preview on #EBE8DB background

This text has black color on #EBE8DB background.


White color preview on #EBE8DB background

This text has white color on #EBE8DB background.


Related colors

Complementary color

Complementary color for #hex is #141724.


I love getcolorcode.com

Triadic colors

1 #DBEBE8 and #E8DBEB with #EBE8DB are triadic colors.

2 #DBE8EB and #E8EBDB with #EBE8DB are triadic colors.