COLOR #EBECDC

HEX: #EBECDC
RGB: (235,236,220)

Color info

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

RGB color model

#EBECDC color RGB value is (235,236,220).

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

RGB channels and saturation

R 235 of 255 = 92%
G 236 of 255 = 93%
B 220 of 255 = 86%

235
236
220

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

Portions of RGB colors in percentages

R + G + B =
235 + 236 + 220 = 691 (100%)
R 235 of 691 ~ 34.01%
G 236 of 691 ~ 34.15%
B 220 of 691 ~ 31.84%

%34.01
%34.15
%31.84

CMYK color model

#EBECDC color CMYK value is (0,0,7,7).

  • cyan value is 0.42%
  • magenta value is 0.00%
  • yellow value is 6.78%
  • key color value is 7.45%
CMYK:
(0,0,7,7)
C0M0Y7K7 
(0%,0%,7%,7%)
(0.00/0.00/0.07/0.07)	

CMYK percentages

%0.42
%0
%6.78
%7.45

Codes

Color #EBECDC in popluar color models

EBECDC
RGB235236220
HSL64°29.63%89.41%
HSB/HSV64°6.78%92.55%
CMYK0.42%0.00%6.78%
7.45%

Color #EBECDC in popluar number systems.

HEXEBECDC
Decimal235236220
Binary111010111110110011011100
Octal353354334

Shades and tints

Shades of #EBECDC

#EBECDC
(235,236,220)
#D6D7C8
(214,215,200)
#C1C2B4
(193,194,180)
#ACADA0
(172,173,160)
#97988C
(151,152,140)
#828378
(130,131,120)
#6D6E64
(109,110,100)
#585950
(88,89,80)
#43443C
(67,68,60)
#2E2F28
(46,47,40)
#191A14
(25,26,20)
#000000
(0,0,0)

Tints of #EBECDC

#EBECDC
(235,236,220)
#ECEDDF
(236,237,223)
#EDEEE2
(237,238,226)
#EEEFE5
(238,239,229)
#EFF0E8
(239,240,232)
#F0F1EB
(240,241,235)
#F1F2EE
(241,242,238)
#F2F3F1
(242,243,241)
#F3F4F4
(243,244,244)
#F4F5F7
(244,245,247)
#F5F6FA
(245,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBECDC; }

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

This text font color is #EBECDC.


Background Color

.myBgColor { background-color: #EBECDC; }

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

This div background color is #EBECDC.


Border color

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

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

This div border color is #EBECDC.


Opacity

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

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

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

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

This text has shadow with #EBECDC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBECDC on black background.


Color preview on white background

This text has color #EBECDC on white background.



Black color preview on #EBECDC background

This text has black color on #EBECDC background.


White color preview on #EBECDC background

This text has white color on #EBECDC background.