COLOR #ECEBE0

HEX: #ECEBE0
RGB: (236,235,224)

Color info

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

RGB color model

#ECEBE0 color RGB value is (236,235,224).

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

RGB channels and saturation

R 236 of 255 = 93%
G 235 of 255 = 92%
B 224 of 255 = 88%

236
235
224

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

Portions of RGB colors in percentages

R + G + B =
236 + 235 + 224 = 695 (100%)
R 236 of 695 ~ 33.96%
G 235 of 695 ~ 33.81%
B 224 of 695 ~ 32.23%

%33.96
%33.81
%32.23

CMYK color model

#ECEBE0 color CMYK value is (0,0,5,7).

  • cyan value is 0.00%
  • magenta value is 0.42%
  • yellow value is 5.08%
  • key color value is 7.45%
CMYK:
(0,0,5,7)
C0M0Y5K7 
(0%,0%,5%,7%)
(0.00/0.00/0.05/0.07)	

CMYK percentages

%0
%0.42
%5.08
%7.45

Codes

Color #ECEBE0 in popluar color models

ECEBE0
RGB236235224
HSL55°24.00%90.20%
HSB/HSV55°5.08%92.55%
CMYK0.00%0.42%5.08%
7.45%

Color #ECEBE0 in popluar number systems.

HEXECEBE0
Decimal236235224
Binary111011001110101111100000
Octal354353340

Shades and tints

Shades of #ECEBE0

#ECEBE0
(236,235,224)
#D7D6CC
(215,214,204)
#C2C1B8
(194,193,184)
#ADACA4
(173,172,164)
#989790
(152,151,144)
#83827C
(131,130,124)
#6E6D68
(110,109,104)
#595854
(89,88,84)
#444340
(68,67,64)
#2F2E2C
(47,46,44)
#1A1918
(26,25,24)
#000000
(0,0,0)

Tints of #ECEBE0

#ECEBE0
(236,235,224)
#EDECE2
(237,236,226)
#EEEDE4
(238,237,228)
#EFEEE6
(239,238,230)
#F0EFE8
(240,239,232)
#F1F0EA
(241,240,234)
#F2F1EC
(242,241,236)
#F3F2EE
(243,242,238)
#F4F3F0
(244,243,240)
#F5F4F2
(245,244,242)
#F6F5F4
(246,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECEBE0; }

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

This text font color is #ECEBE0.


Background Color

.myBgColor { background-color: #ECEBE0; }

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

This div background color is #ECEBE0.


Border color

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

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

This div border color is #ECEBE0.


Opacity

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

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

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

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

This text has shadow with #ECEBE0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECEBE0 on black background.


Color preview on white background

This text has color #ECEBE0 on white background.



Black color preview on #ECEBE0 background

This text has black color on #ECEBE0 background.


White color preview on #ECEBE0 background

This text has white color on #ECEBE0 background.