COLOR #EBE4DF

HEX: #EBE4DF RGB: (235,228,223)

Color info

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

RGB color model

#EBE4DF color RGB value is (235,228,223).

RGB: (235,228,223) (92%, 89%, 87%)

RGB channels and saturation

R 235 of 255 = 92%
G 228 of 255 = 89%
B 223 of 255 = 87%

235
228
223

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

Portions of RGB colors in percentages

R + G + B = 235 + 228 + 223 = 686 (100%)
R 235 of 686 ~ 34.26%
G 228 of 686 ~ 33.24%
B 223 of 686 ~ 32.51'%

%34.26
%33.24
%32.51

CMYK color model

#EBE4DF color CMYK value is (0,3,5,8).

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

CMYK: (0,3,5,8)
C0M3Y5K8 (0%, 3%, 5%, 8%)
(0.00 / 0.03 / 0.05 / 0.08)

CMYK percentages

%0
%2.98
%5.11
%7.84

Codes

Color #EBE4DF in popluar color models

EB E4 DF
RGB 235 228 223
HSL 25° 23.08% 89.80%
HSB/HSV 25° 5.11% 92.16%
CMYK 0.00% 2.98% 5.11%
7.84%

Color #EBE4DF in popluar number systems.

HEX EB E4 DF
Decimal 235 228 223
Binary 11101011 11100100 11011111
Octal 353 344 337

Shades and tints

Shades of #EBE4DF

#EBE4DF
(235,228,223)
#D6D0CB
(214,208,203)
#C1BCB7
(193,188,183)
#ACA8A3
(172,168,163)
#97948F
(151,148,143)
#82807B
(130,128,123)
#6D6C67
(109,108,103)
#585853
(88,88,83)
#43443F
(67,68,63)
#2E302B
(46,48,43)
#191C17
(25,28,23)
#000000
(0,0,0)

Tints of #EBE4DF

#EBE4DF
(235,228,223)
#ECE6E1
(236,230,225)
#EDE8E3
(237,232,227)
#EEEAE5
(238,234,229)
#EFECE7
(239,236,231)
#F0EEE9
(240,238,233)
#F1F0EB
(241,240,235)
#F2F2ED
(242,242,237)
#F3F4EF
(243,244,239)
#F4F6F1
(244,246,241)
#F5F8F3
(245,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBE4DF; }

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

This text font color is #EBE4DF.

Background Color

.myBgColor { background-color: #EBE4DF; }

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

This div background color is #EBE4DF.

Border color

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

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

This div border color is #EBE4DF.

Opacity

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

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

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

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

This text has shadow with #EBE4DF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBE4DF.

Preview

Color preview on black background

This text has color #EBE4DF on black background.


Color preview on white background

This text has color #EBE4DF on white background.


Black color preview on #EBE4DF background

This text has black color on #EBE4DF background.


White color preview on #EBE4DF background

This text has white color on #EBE4DF background.


Related colors

Complementary color

Complementary color for #hex is #141B20.


I love getcolorcode.com

Triadic colors

1 #DFEBE4 and #E4DFEB with #EBE4DF are triadic colors.

2 #DFE4EB and #E4EBDF with #EBE4DF are triadic colors.