COLOR #ECEBDD

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

Color info

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

RGB color model

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

RGB: (236,235,221) (93%, 92%, 87%)

RGB channels and saturation

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

236
235
221

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

Portions of RGB colors in percentages

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

%34.1
%33.96
%31.94

CMYK color model

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

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

Codes

Color #ECEBDD in popluar color models

EC EB DD
RGB 236 235 221
HSL 56° 28.30% 89.61%
HSB/HSV 56° 6.36% 92.55%
CMYK 0.00% 0.42% 6.36%
7.45%

Color #ECEBDD in popluar number systems.

HEX EC EB DD
Decimal 236 235 221
Binary 11101100 11101011 11011101
Octal 354 353 335

Shades and tints

Shades of #ECEBDD

#ECEBDD
(236,235,221)
#D7D6C9
(215,214,201)
#C2C1B5
(194,193,181)
#ADACA1
(173,172,161)
#98978D
(152,151,141)
#838279
(131,130,121)
#6E6D65
(110,109,101)
#595851
(89,88,81)
#44433D
(68,67,61)
#2F2E29
(47,46,41)
#1A1915
(26,25,21)
#000000
(0,0,0)

Tints of #ECEBDD

#ECEBDD
(236,235,221)
#EDECE0
(237,236,224)
#EEEDE3
(238,237,227)
#EFEEE6
(239,238,230)
#F0EFE9
(240,239,233)
#F1F0EC
(241,240,236)
#F2F1EF
(242,241,239)
#F3F2F2
(243,242,242)
#F4F3F5
(244,243,245)
#F5F4F8
(245,244,248)
#F6F5FB
(246,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECEBDD; }

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

This text font color is #ECEBDD.

Background Color

.myBgColor { background-color: #ECEBDD; }

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

This div background color is #ECEBDD.

Border color

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

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

This div border color is #ECEBDD.

Opacity

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

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

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

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

This text has shadow with #ECEBDD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ECEBDD.

Preview

Color preview on black background

This text has color #ECEBDD on black background.


Color preview on white background

This text has color #ECEBDD on white background.


Black color preview on #ECEBDD background

This text has black color on #ECEBDD background.


White color preview on #ECEBDD background

This text has white color on #ECEBDD background.


Related colors

Complementary color

Complementary color for #hex is #131422.


I love getcolorcode.com

Triadic colors

1 #DDECEB and #EBDDEC with #ECEBDD are triadic colors.

2 #DDEBEC and #EBECDD with #ECEBDD are triadic colors.