COLOR #EBE4DA

HEX: #EBE4DA RGB: (235,228,218)

Color info

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

RGB color model

#EBE4DA color RGB value is (235,228,218).

RGB: (235,228,218) (92%, 89%, 85%)

RGB channels and saturation

R 235 of 255 = 92%
G 228 of 255 = 89%
B 218 of 255 = 85%

235
228
218

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

Portions of RGB colors in percentages

R + G + B = 235 + 228 + 218 = 681 (100%)
R 235 of 681 ~ 34.51%
G 228 of 681 ~ 33.48%
B 218 of 681 ~ 32.01'%

%34.51
%33.48
%32.01

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 2.98%
  • yellow value is 7.23%
  • 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
%7.23
%7.84

Codes

Color #EBE4DA in popluar color models

EB E4 DA
RGB 235 228 218
HSL 35° 29.82% 88.82%
HSB/HSV 35° 7.23% 92.16%
CMYK 0.00% 2.98% 7.23%
7.84%

Color #EBE4DA in popluar number systems.

HEX EB E4 DA
Decimal 235 228 218
Binary 11101011 11100100 11011010
Octal 353 344 332

Shades and tints

Shades of #EBE4DA

#EBE4DA
(235,228,218)
#D6D0C7
(214,208,199)
#C1BCB4
(193,188,180)
#ACA8A1
(172,168,161)
#97948E
(151,148,142)
#82807B
(130,128,123)
#6D6C68
(109,108,104)
#585855
(88,88,85)
#434442
(67,68,66)
#2E302F
(46,48,47)
#191C1C
(25,28,28)
#000000
(0,0,0)

Tints of #EBE4DA

#EBE4DA
(235,228,218)
#ECE6DD
(236,230,221)
#EDE8E0
(237,232,224)
#EEEAE3
(238,234,227)
#EFECE6
(239,236,230)
#F0EEE9
(240,238,233)
#F1F0EC
(241,240,236)
#F2F2EF
(242,242,239)
#F3F4F2
(243,244,242)
#F4F6F5
(244,246,245)
#F5F8F8
(245,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBE4DA; }

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

This text font color is #EBE4DA.

Background Color

.myBgColor { background-color: #EBE4DA; }

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

This div background color is #EBE4DA.

Border color

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

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

This div border color is #EBE4DA.

Opacity

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

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

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

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

This text has shadow with #EBE4DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBE4DA.

Preview

Color preview on black background

This text has color #EBE4DA on black background.


Color preview on white background

This text has color #EBE4DA on white background.


Black color preview on #EBE4DA background

This text has black color on #EBE4DA background.


White color preview on #EBE4DA background

This text has white color on #EBE4DA background.


Related colors

Complementary color

Complementary color for #hex is #141B25.


I love getcolorcode.com

Triadic colors

1 #DAEBE4 and #E4DAEB with #EBE4DA are triadic colors.

2 #DAE4EB and #E4EBDA with #EBE4DA are triadic colors.