COLOR #EBE4DB

HEX: #EBE4DB RGB: (235,228,219)

Color info

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

RGB color model

#EBE4DB color RGB value is (235,228,219).

RGB: (235,228,219) (92%, 89%, 86%)

RGB channels and saturation

R 235 of 255 = 92%
G 228 of 255 = 89%
B 219 of 255 = 86%

235
228
219

R + G + B ~ 89%. #EBE4DB is light color.

Portions of RGB colors in percentages

R + G + B = 235 + 228 + 219 = 682 (100%)
R 235 of 682 ~ 34.46%
G 228 of 682 ~ 33.43%
B 219 of 682 ~ 32.11'%

%34.46
%33.43
%32.11

CMYK color model

#EBE4DB color CMYK value is (0,3,7,8).

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

CMYK: (0,3,7,8)
C0M3Y7K8 (0%, 3%, 7%, 8%)
(0.00 / 0.03 / 0.07 / 0.08)

CMYK percentages

%0
%2.98
%6.81
%7.84

Codes

Color #EBE4DB in popluar color models

EB E4 DB
RGB 235 228 219
HSL 34° 28.57% 89.02%
HSB/HSV 34° 6.81% 92.16%
CMYK 0.00% 2.98% 6.81%
7.84%

Color #EBE4DB in popluar number systems.

HEX EB E4 DB
Decimal 235 228 219
Binary 11101011 11100100 11011011
Octal 353 344 333

Shades and tints

Shades of #EBE4DB

#EBE4DB
(235,228,219)
#D6D0C8
(214,208,200)
#C1BCB5
(193,188,181)
#ACA8A2
(172,168,162)
#97948F
(151,148,143)
#82807C
(130,128,124)
#6D6C69
(109,108,105)
#585856
(88,88,86)
#434443
(67,68,67)
#2E3030
(46,48,48)
#191C1D
(25,28,29)
#000000
(0,0,0)

Tints of #EBE4DB

#EBE4DB
(235,228,219)
#ECE6DE
(236,230,222)
#EDE8E1
(237,232,225)
#EEEAE4
(238,234,228)
#EFECE7
(239,236,231)
#F0EEEA
(240,238,234)
#F1F0ED
(241,240,237)
#F2F2F0
(242,242,240)
#F3F4F3
(243,244,243)
#F4F6F6
(244,246,246)
#F5F8F9
(245,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBE4DB; }

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

This text font color is #EBE4DB.

Background Color

.myBgColor { background-color: #EBE4DB; }

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

This div background color is #EBE4DB.

Border color

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

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

This div border color is #EBE4DB.

Opacity

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

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

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

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

This text has shadow with #EBE4DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBE4DB.

Preview

Color preview on black background

This text has color #EBE4DB on black background.


Color preview on white background

This text has color #EBE4DB on white background.


Black color preview on #EBE4DB background

This text has black color on #EBE4DB background.


White color preview on #EBE4DB background

This text has white color on #EBE4DB background.


Related colors

Complementary color

Complementary color for #hex is #141B24.


I love getcolorcode.com

Triadic colors

1 #DBEBE4 and #E4DBEB with #EBE4DB are triadic colors.

2 #DBE4EB and #E4EBDB with #EBE4DB are triadic colors.