COLOR #EBECDD

HEX: #EBECDD
RGB: (235,236,221)

Color info

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

RGB color model

#EBECDD color RGB value is (235,236,221).

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

RGB channels and saturation

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

235
236
221

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

Portions of RGB colors in percentages

R + G + B =
235 + 236 + 221 = 692 (100%)
R 235 of 692 ~ 33.96%
G 236 of 692 ~ 34.1%
B 221 of 692 ~ 31.94%

%33.96
%34.1
%31.94

CMYK color model

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

  • cyan value is 0.42%
  • magenta value is 0.00%
  • yellow value is 6.36%
  • 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
%6.36
%7.45

Codes

Color #EBECDD in popluar color models

EBECDD
RGB235236221
HSL64°28.30%89.61%
HSB/HSV64°6.36%92.55%
CMYK0.42%0.00%6.36%
7.45%

Color #EBECDD in popluar number systems.

HEXEBECDD
Decimal235236221
Binary111010111110110011011101
Octal353354335

Shades and tints

Shades of #EBECDD

#EBECDD
(235,236,221)
#D6D7C9
(214,215,201)
#C1C2B5
(193,194,181)
#ACADA1
(172,173,161)
#97988D
(151,152,141)
#828379
(130,131,121)
#6D6E65
(109,110,101)
#585951
(88,89,81)
#43443D
(67,68,61)
#2E2F29
(46,47,41)
#191A15
(25,26,21)
#000000
(0,0,0)

Tints of #EBECDD

#EBECDD
(235,236,221)
#ECEDE0
(236,237,224)
#EDEEE3
(237,238,227)
#EEEFE6
(238,239,230)
#EFF0E9
(239,240,233)
#F0F1EC
(240,241,236)
#F1F2EF
(241,242,239)
#F2F3F2
(242,243,242)
#F3F4F5
(243,244,245)
#F4F5F8
(244,245,248)
#F5F6FB
(245,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBECDD; }

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

This text font color is #EBECDD.


Background Color

.myBgColor { background-color: #EBECDD; }

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

This div background color is #EBECDD.


Border color

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

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

This div border color is #EBECDD.


Opacity

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

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

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

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

This text has shadow with #EBECDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBECDD on black background.


Color preview on white background

This text has color #EBECDD on white background.



Black color preview on #EBECDD background

This text has black color on #EBECDD background.


White color preview on #EBECDD background

This text has white color on #EBECDD background.