COLOR #EBECDE

HEX: #EBECDE
RGB: (235,236,222)

Color info

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

RGB color model

#EBECDE color RGB value is (235,236,222).

  • red value is 235;
  • green value is 236;
  • blue value is 222.
RGB:
(235,236,222)
(92%,93%,87%)

RGB channels and saturation

R 235 of 255 = 92%
G 236 of 255 = 93%
B 222 of 255 = 87%

235
236
222

R + G + B ~ 91%. #EBECDE is light color.

Portions of RGB colors in percentages

R + G + B =
235 + 236 + 222 = 693 (100%)
R 235 of 693 ~ 33.91%
G 236 of 693 ~ 34.05%
B 222 of 693 ~ 32.03%

%33.91
%34.05
%32.03

CMYK color model

#EBECDE color CMYK value is (0,0,6,7).

  • cyan value is 0.42%
  • magenta value is 0.00%
  • yellow value is 5.93%
  • key color value is 7.45%
CMYK:
(0,0,6,7)
C0M0Y6K7 
(0%,0%,6%,7%)
(0.00/0.00/0.06/0.07)	

CMYK percentages

%0.42
%0
%5.93
%7.45

Codes

Color #EBECDE in popluar color models

EBECDE
RGB235236222
HSL64°26.92%89.80%
HSB/HSV64°5.93%92.55%
CMYK0.42%0.00%5.93%
7.45%

Color #EBECDE in popluar number systems.

HEXEBECDE
Decimal235236222
Binary111010111110110011011110
Octal353354336

Shades and tints

Shades of #EBECDE

#EBECDE
(235,236,222)
#D6D7CA
(214,215,202)
#C1C2B6
(193,194,182)
#ACADA2
(172,173,162)
#97988E
(151,152,142)
#82837A
(130,131,122)
#6D6E66
(109,110,102)
#585952
(88,89,82)
#43443E
(67,68,62)
#2E2F2A
(46,47,42)
#191A16
(25,26,22)
#000000
(0,0,0)

Tints of #EBECDE

#EBECDE
(235,236,222)
#ECEDE1
(236,237,225)
#EDEEE4
(237,238,228)
#EEEFE7
(238,239,231)
#EFF0EA
(239,240,234)
#F0F1ED
(240,241,237)
#F1F2F0
(241,242,240)
#F2F3F3
(242,243,243)
#F3F4F6
(243,244,246)
#F4F5F9
(244,245,249)
#F5F6FC
(245,246,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBECDE; }

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

This text font color is #EBECDE.


Background Color

.myBgColor { background-color: #EBECDE; }

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

This div background color is #EBECDE.


Border color

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

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

This div border color is #EBECDE.


Opacity

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

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

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

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

This text has shadow with #EBECDE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBECDE on black background.


Color preview on white background

This text has color #EBECDE on white background.



Black color preview on #EBECDE background

This text has black color on #EBECDE background.


White color preview on #EBECDE background

This text has white color on #EBECDE background.