COLOR #ECFBDF

HEX: #ECFBDF RGB: (236,251,223)

Color info

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

RGB color model

#ECFBDF color RGB value is (236,251,223).

RGB: (236,251,223) (93%, 98%, 87%)

RGB channels and saturation

R 236 of 255 = 93%
G 251 of 255 = 98%
B 223 of 255 = 87%

236
251
223

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

Portions of RGB colors in percentages

R + G + B = 236 + 251 + 223 = 710 (100%)
R 236 of 710 ~ 33.24%
G 251 of 710 ~ 35.35%
B 223 of 710 ~ 31.41'%

%33.24
%35.35
%31.41

CMYK color model

#ECFBDF color CMYK value is (6,0,11,2).

  • cyan value is 5.98%
  • magenta value is 0.00%
  • yellow value is 11.16%
  • key color value is 1.57%

CMYK: (6,0,11,2)
C6M0Y11K2 (6%, 0%, 11%, 2%)
(0.06 / 0.00 / 0.11 / 0.02)

CMYK percentages

%5.98
%0
%11.16
%1.57

Codes

Color #ECFBDF in popluar color models

EC FB DF
RGB 236 251 223
HSL 92° 77.78% 92.94%
HSB/HSV 92° 11.16% 98.43%
CMYK 5.98% 0.00% 11.16%
1.57%

Color #ECFBDF in popluar number systems.

HEX EC FB DF
Decimal 236 251 223
Binary 11101100 11111011 11011111
Octal 354 373 337

Shades and tints

Shades of #ECFBDF

#ECFBDF
(236,251,223)
#D7E5CB
(215,229,203)
#C2CFB7
(194,207,183)
#ADB9A3
(173,185,163)
#98A38F
(152,163,143)
#838D7B
(131,141,123)
#6E7767
(110,119,103)
#596153
(89,97,83)
#444B3F
(68,75,63)
#2F352B
(47,53,43)
#1A1F17
(26,31,23)
#000000
(0,0,0)

Tints of #ECFBDF

#ECFBDF
(236,251,223)
#EDFBE1
(237,251,225)
#EEFBE3
(238,251,227)
#EFFBE5
(239,251,229)
#F0FBE7
(240,251,231)
#F1FBE9
(241,251,233)
#F2FBEB
(242,251,235)
#F3FBED
(243,251,237)
#F4FBEF
(244,251,239)
#F5FBF1
(245,251,241)
#F6FBF3
(246,251,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ECFBDF color. Also use rgb(236,251,223) instead hex code.

Text Font Color

.myTextColor { color: #ECFBDF; }

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

This text font color is #ECFBDF.

Background Color

.myBgColor { background-color: #ECFBDF; }

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

This div background color is #ECFBDF.

Border color

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

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

This div border color is #ECFBDF.

Opacity

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

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

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

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

This text has shadow with #ECFBDF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ECFBDF.

Preview

Color preview on black background

This text has color #ECFBDF on black background.


Color preview on white background

This text has color #ECFBDF on white background.


Black color preview on #ECFBDF background

This text has black color on #ECFBDF background.


White color preview on #ECFBDF background

This text has white color on #ECFBDF background.


Related colors

Complementary color

Complementary color for #hex is #130420.


I love getcolorcode.com

Triadic colors

1 #DFECFB and #FBDFEC with #ECFBDF are triadic colors.

2 #DFFBEC and #FBECDF with #ECFBDF are triadic colors.