COLOR #ECF6DB

HEX: #ECF6DB
RGB: (236,246,219)

Color info

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

RGB color model

#ECF6DB color RGB value is (236,246,219).

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

RGB channels and saturation

R 236 of 255 = 93%
G 246 of 255 = 96%
B 219 of 255 = 86%

236
246
219

R + G + B ~ 92%. #ECF6DB is light color.

Portions of RGB colors in percentages

R + G + B =
236 + 246 + 219 = 701 (100%)
R 236 of 701 ~ 33.67%
G 246 of 701 ~ 35.09%
B 219 of 701 ~ 31.24%

%33.67
%35.09
%31.24

CMYK color model

#ECF6DB color CMYK value is (4,0,11,4).

  • cyan value is 4.07%
  • magenta value is 0.00%
  • yellow value is 10.98%
  • key color value is 3.53%
CMYK:
(4,0,11,4)
C4M0Y11K4 
(4%,0%,11%,4%)
(0.04/0.00/0.11/0.04)	

CMYK percentages

%4.07
%0
%10.98
%3.53

Codes

Color #ECF6DB in popluar color models

ECF6DB
RGB236246219
HSL82°60.00%91.18%
HSB/HSV82°10.98%96.47%
CMYK4.07%0.00%10.98%
3.53%

Color #ECF6DB in popluar number systems.

HEXECF6DB
Decimal236246219
Binary111011001111011011011011
Octal354366333

Shades and tints

Shades of #ECF6DB

#ECF6DB
(236,246,219)
#D7E0C8
(215,224,200)
#C2CAB5
(194,202,181)
#ADB4A2
(173,180,162)
#989E8F
(152,158,143)
#83887C
(131,136,124)
#6E7269
(110,114,105)
#595C56
(89,92,86)
#444643
(68,70,67)
#2F3030
(47,48,48)
#1A1A1D
(26,26,29)
#000000
(0,0,0)

Tints of #ECF6DB

#ECF6DB
(236,246,219)
#EDF6DE
(237,246,222)
#EEF6E1
(238,246,225)
#EFF6E4
(239,246,228)
#F0F6E7
(240,246,231)
#F1F6EA
(241,246,234)
#F2F6ED
(242,246,237)
#F3F6F0
(243,246,240)
#F4F6F3
(244,246,243)
#F5F6F6
(245,246,246)
#F6F6F9
(246,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECF6DB; }

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

This text font color is #ECF6DB.


Background Color

.myBgColor { background-color: #ECF6DB; }

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

This div background color is #ECF6DB.


Border color

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

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

This div border color is #ECF6DB.


Opacity

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

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

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

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

This text has shadow with #ECF6DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECF6DB on black background.


Color preview on white background

This text has color #ECF6DB on white background.



Black color preview on #ECF6DB background

This text has black color on #ECF6DB background.


White color preview on #ECF6DB background

This text has white color on #ECF6DB background.