COLOR #EBE9DF

HEX: #EBE9DF RGB: (235,233,223)

Color info

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

RGB color model

#EBE9DF color RGB value is (235,233,223).

RGB: (235,233,223) (92%, 91%, 87%)

RGB channels and saturation

R 235 of 255 = 92%
G 233 of 255 = 91%
B 223 of 255 = 87%

235
233
223

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

Portions of RGB colors in percentages

R + G + B = 235 + 233 + 223 = 691 (100%)
R 235 of 691 ~ 34.01%
G 233 of 691 ~ 33.72%
B 223 of 691 ~ 32.27'%

%34.01
%33.72
%32.27

CMYK color model

#EBE9DF color CMYK value is (0,1,5,8).

  • cyan value is 0.00%
  • magenta value is 0.85%
  • yellow value is 5.11%
  • key color value is 7.84%
CMYK: (0,1,5,8) C0M1Y5K8 (0%,1%,5%,8%) (0.00/0.01/0.05/0.08) 

CMYK percentages

%0
%0.85
%5.11
%7.84

Codes

Color #EBE9DF in popluar color models

EB E9 DF
RGB 235 233 223
HSL 50° 23.08% 89.80%
HSB/HSV 50° 5.11% 92.16%
CMYK 0.00% 0.85% 5.11%
7.84%

Color #EBE9DF in popluar number systems.

HEX EB E9 DF
Decimal 235 233 223
Binary 11101011 11101001 11011111
Octal 353 351 337

Shades and tints

Shades of #EBE9DF

#EBE9DF
(235,233,223)
#D6D4CB
(214,212,203)
#C1BFB7
(193,191,183)
#ACAAA3
(172,170,163)
#97958F
(151,149,143)
#82807B
(130,128,123)
#6D6B67
(109,107,103)
#585653
(88,86,83)
#43413F
(67,65,63)
#2E2C2B
(46,44,43)
#191717
(25,23,23)
#000000
(0,0,0)

Tints of #EBE9DF

#EBE9DF
(235,233,223)
#ECEBE1
(236,235,225)
#EDEDE3
(237,237,227)
#EEEFE5
(238,239,229)
#EFF1E7
(239,241,231)
#F0F3E9
(240,243,233)
#F1F5EB
(241,245,235)
#F2F7ED
(242,247,237)
#F3F9EF
(243,249,239)
#F4FBF1
(244,251,241)
#F5FDF3
(245,253,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBE9DF; }

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

This text font color is #EBE9DF.

Background Color

.myBgColor { background-color: #EBE9DF; }

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

This div background color is #EBE9DF.

Border color

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

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

This div border color is #EBE9DF.

Opacity

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

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

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

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

This text has shadow with #EBE9DF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBE9DF.

Preview

Color preview on black background

This text has color #EBE9DF on black background.


Color preview on white background

This text has color #EBE9DF on white background.


Black color preview on #EBE9DF background

This text has black color on #EBE9DF background.


White color preview on #EBE9DF background

This text has white color on #EBE9DF background.


Related colors

Complementary color

Complementary color for #hex is #141620.


I love getcolorcode.com

Triadic colors

1 #DFEBE9 and #E9DFEB with #EBE9DF are triadic colors.

2 #DFE9EB and #E9EBDF with #EBE9DF are triadic colors.