COLOR #ECFEDB

HEX: #ECFEDB RGB: (236,254,219)

Color info

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

RGB color model

#ECFEDB color RGB value is (236,254,219).

RGB: (236,254,219) (93%, 100%, 86%)

RGB channels and saturation

R 236 of 255 = 93%
G 254 of 255 = 100%
B 219 of 255 = 86%

236
254
219

R + G + B ~ 93%. #ECFEDB is light color.

Portions of RGB colors in percentages

R + G + B = 236 + 254 + 219 = 709 (100%)
R 236 of 709 ~ 33.29%
G 254 of 709 ~ 35.83%
B 219 of 709 ~ 30.89'%

%33.29
%35.83
%30.89

CMYK color model

#ECFEDB color CMYK value is (7,0,14,0).

  • cyan value is 7.09%
  • magenta value is 0.00%
  • yellow value is 13.78%
  • key color value is 0.39%

CMYK: (7,0,14,0)
C7M0Y14K0 (7%, 0%, 14%, 0%)
(0.07 / 0.00 / 0.14 / 0.00)

CMYK percentages

%7.09
%0
%13.78
%0.39

Codes

Color #ECFEDB in popluar color models

EC FE DB
RGB 236 254 219
HSL 91° 94.59% 92.75%
HSB/HSV 91° 13.78% 99.61%
CMYK 7.09% 0.00% 13.78%
0.39%

Color #ECFEDB in popluar number systems.

HEX EC FE DB
Decimal 236 254 219
Binary 11101100 11111110 11011011
Octal 354 376 333

Shades and tints

Shades of #ECFEDB

#ECFEDB
(236,254,219)
#D7E7C8
(215,231,200)
#C2D0B5
(194,208,181)
#ADB9A2
(173,185,162)
#98A28F
(152,162,143)
#838B7C
(131,139,124)
#6E7469
(110,116,105)
#595D56
(89,93,86)
#444643
(68,70,67)
#2F2F30
(47,47,48)
#1A181D
(26,24,29)
#000000
(0,0,0)

Tints of #ECFEDB

#ECFEDB
(236,254,219)
#EDFEDE
(237,254,222)
#EEFEE1
(238,254,225)
#EFFEE4
(239,254,228)
#F0FEE7
(240,254,231)
#F1FEEA
(241,254,234)
#F2FEED
(242,254,237)
#F3FEF0
(243,254,240)
#F4FEF3
(244,254,243)
#F5FEF6
(245,254,246)
#F6FEF9
(246,254,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECFEDB; }

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

This text font color is #ECFEDB.

Background Color

.myBgColor { background-color: #ECFEDB; }

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

This div background color is #ECFEDB.

Border color

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

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

This div border color is #ECFEDB.

Opacity

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

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

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

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

This text has shadow with #ECFEDB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ECFEDB.

Preview

Color preview on black background

This text has color #ECFEDB on black background.


Color preview on white background

This text has color #ECFEDB on white background.


Black color preview on #ECFEDB background

This text has black color on #ECFEDB background.


White color preview on #ECFEDB background

This text has white color on #ECFEDB background.


Related colors

Complementary color

Complementary color for #hex is #130124.


I love getcolorcode.com

Triadic colors

1 #DBECFE and #FEDBEC with #ECFEDB are triadic colors.

2 #DBFEEC and #FEECDB with #ECFEDB are triadic colors.