COLOR #EBE1DE

HEX: #EBE1DE RGB: (235,225,222)

Color info

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

RGB color model

#EBE1DE color RGB value is (235,225,222).

RGB: (235,225,222) (92%, 88%, 87%)

RGB channels and saturation

R 235 of 255 = 92%
G 225 of 255 = 88%
B 222 of 255 = 87%

235
225
222

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

Portions of RGB colors in percentages

R + G + B = 235 + 225 + 222 = 682 (100%)
R 235 of 682 ~ 34.46%
G 225 of 682 ~ 32.99%
B 222 of 682 ~ 32.55'%

%34.46
%32.99
%32.55

CMYK color model

#EBE1DE color CMYK value is (0,4,6,8).

  • cyan value is 0.00%
  • magenta value is 4.26%
  • yellow value is 5.53%
  • key color value is 7.84%

CMYK: (0,4,6,8)
C0M4Y6K8 (0%, 4%, 6%, 8%)
(0.00 / 0.04 / 0.06 / 0.08)

CMYK percentages

%0
%4.26
%5.53
%7.84

Codes

Color #EBE1DE in popluar color models

EB E1 DE
RGB 235 225 222
HSL 14° 24.53% 89.61%
HSB/HSV 14° 5.53% 92.16%
CMYK 0.00% 4.26% 5.53%
7.84%

Color #EBE1DE in popluar number systems.

HEX EB E1 DE
Decimal 235 225 222
Binary 11101011 11100001 11011110
Octal 353 341 336

Shades and tints

Shades of #EBE1DE

#EBE1DE
(235,225,222)
#D6CDCA
(214,205,202)
#C1B9B6
(193,185,182)
#ACA5A2
(172,165,162)
#97918E
(151,145,142)
#827D7A
(130,125,122)
#6D6966
(109,105,102)
#585552
(88,85,82)
#43413E
(67,65,62)
#2E2D2A
(46,45,42)
#191916
(25,25,22)
#000000
(0,0,0)

Tints of #EBE1DE

#EBE1DE
(235,225,222)
#ECE3E1
(236,227,225)
#EDE5E4
(237,229,228)
#EEE7E7
(238,231,231)
#EFE9EA
(239,233,234)
#F0EBED
(240,235,237)
#F1EDF0
(241,237,240)
#F2EFF3
(242,239,243)
#F3F1F6
(243,241,246)
#F4F3F9
(244,243,249)
#F5F5FC
(245,245,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBE1DE color. Also use rgb(235,225,222) instead hex code.

Text Font Color

.myTextColor { color: #EBE1DE; }

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

This text font color is #EBE1DE.

Background Color

.myBgColor { background-color: #EBE1DE; }

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

This div background color is #EBE1DE.

Border color

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

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

This div border color is #EBE1DE.

Opacity

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

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

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

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

This text has shadow with #EBE1DE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBE1DE.

Preview

Color preview on black background

This text has color #EBE1DE on black background.


Color preview on white background

This text has color #EBE1DE on white background.


Black color preview on #EBE1DE background

This text has black color on #EBE1DE background.


White color preview on #EBE1DE background

This text has white color on #EBE1DE background.


Related colors

Complementary color

Complementary color for #hex is #141E21.


I love getcolorcode.com

Triadic colors

1 #DEEBE1 and #E1DEEB with #EBE1DE are triadic colors.

2 #DEE1EB and #E1EBDE with #EBE1DE are triadic colors.