COLOR #ECEEDB

HEX: #ECEEDB
RGB: (236,238,219)

Color info

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

RGB color model

#ECEEDB color RGB value is (236,238,219).

  • red value is 236;
  • green value is 238;
  • blue value is 219.
RGB:
(236,238,219)
(93%,93%,86%)

RGB channels and saturation

R 236 of 255 = 93%
G 238 of 255 = 93%
B 219 of 255 = 86%

236
238
219

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

Portions of RGB colors in percentages

R + G + B =
236 + 238 + 219 = 693 (100%)
R 236 of 693 ~ 34.05%
G 238 of 693 ~ 34.34%
B 219 of 693 ~ 31.6%

%34.05
%34.34
%31.6

CMYK color model

#ECEEDB color CMYK value is (1,0,8,7).

  • cyan value is 0.84%
  • magenta value is 0.00%
  • yellow value is 7.98%
  • key color value is 6.67%
CMYK:
(1,0,8,7)
C1M0Y8K7 
(1%,0%,8%,7%)
(0.01/0.00/0.08/0.07)	

CMYK percentages

%0.84
%0
%7.98
%6.67

Codes

Color #ECEEDB in popluar color models

ECEEDB
RGB236238219
HSL66°35.85%89.61%
HSB/HSV66°7.98%93.33%
CMYK0.84%0.00%7.98%
6.67%

Color #ECEEDB in popluar number systems.

HEXECEEDB
Decimal236238219
Binary111011001110111011011011
Octal354356333

Shades and tints

Shades of #ECEEDB

#ECEEDB
(236,238,219)
#D7D9C8
(215,217,200)
#C2C4B5
(194,196,181)
#ADAFA2
(173,175,162)
#989A8F
(152,154,143)
#83857C
(131,133,124)
#6E7069
(110,112,105)
#595B56
(89,91,86)
#444643
(68,70,67)
#2F3130
(47,49,48)
#1A1C1D
(26,28,29)
#000000
(0,0,0)

Tints of #ECEEDB

#ECEEDB
(236,238,219)
#EDEFDE
(237,239,222)
#EEF0E1
(238,240,225)
#EFF1E4
(239,241,228)
#F0F2E7
(240,242,231)
#F1F3EA
(241,243,234)
#F2F4ED
(242,244,237)
#F3F5F0
(243,245,240)
#F4F6F3
(244,246,243)
#F5F7F6
(245,247,246)
#F6F8F9
(246,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ECEEDB color. Also use rgb(236,238,219) instead hex code.

Text Font Color

.myTextColor { color: #ECEEDB; }

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

This text font color is #ECEEDB.


Background Color

.myBgColor { background-color: #ECEEDB; }

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

This div background color is #ECEEDB.


Border color

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

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

This div border color is #ECEEDB.


Opacity

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

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

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

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

This text has shadow with #ECEEDB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECEEDB on black background.


Color preview on white background

This text has color #ECEEDB on white background.



Black color preview on #ECEEDB background

This text has black color on #ECEEDB background.


White color preview on #ECEEDB background

This text has white color on #ECEEDB background.