COLOR #EBE5DF

HEX: #EBE5DF RGB: (235,229,223)

Color info

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

RGB color model

#EBE5DF color RGB value is (235,229,223).

RGB: (235,229,223) (92%, 90%, 87%)

RGB channels and saturation

R 235 of 255 = 92%
G 229 of 255 = 90%
B 223 of 255 = 87%

235
229
223

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

Portions of RGB colors in percentages

R + G + B = 235 + 229 + 223 = 687 (100%)
R 235 of 687 ~ 34.21%
G 229 of 687 ~ 33.33%
B 223 of 687 ~ 32.46'%

%34.21
%33.33
%32.46

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 2.55%
  • 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.55
%5.11
%7.84

Codes

Color #EBE5DF in popluar color models

EB E5 DF
RGB 235 229 223
HSL 30° 23.08% 89.80%
HSB/HSV 30° 5.11% 92.16%
CMYK 0.00% 2.55% 5.11%
7.84%

Color #EBE5DF in popluar number systems.

HEX EB E5 DF
Decimal 235 229 223
Binary 11101011 11100101 11011111
Octal 353 345 337

Shades and tints

Shades of #EBE5DF

#EBE5DF
(235,229,223)
#D6D1CB
(214,209,203)
#C1BDB7
(193,189,183)
#ACA9A3
(172,169,163)
#97958F
(151,149,143)
#82817B
(130,129,123)
#6D6D67
(109,109,103)
#585953
(88,89,83)
#43453F
(67,69,63)
#2E312B
(46,49,43)
#191D17
(25,29,23)
#000000
(0,0,0)

Tints of #EBE5DF

#EBE5DF
(235,229,223)
#ECE7E1
(236,231,225)
#EDE9E3
(237,233,227)
#EEEBE5
(238,235,229)
#EFEDE7
(239,237,231)
#F0EFE9
(240,239,233)
#F1F1EB
(241,241,235)
#F2F3ED
(242,243,237)
#F3F5EF
(243,245,239)
#F4F7F1
(244,247,241)
#F5F9F3
(245,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBE5DF; }

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

This text font color is #EBE5DF.

Background Color

.myBgColor { background-color: #EBE5DF; }

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

This div background color is #EBE5DF.

Border color

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

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

This div border color is #EBE5DF.

Opacity

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

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

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

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

This text has shadow with #EBE5DF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBE5DF.

Preview

Color preview on black background

This text has color #EBE5DF on black background.


Color preview on white background

This text has color #EBE5DF on white background.


Black color preview on #EBE5DF background

This text has black color on #EBE5DF background.


White color preview on #EBE5DF background

This text has white color on #EBE5DF background.


Related colors

Complementary color

Complementary color for #hex is #141A20.


I love getcolorcode.com

Triadic colors

1 #DFEBE5 and #E5DFEB with #EBE5DF are triadic colors.

2 #DFE5EB and #E5EBDF with #EBE5DF are triadic colors.