COLOR #ECFFD5

HEX: #ECFFD5 RGB: (236,255,213)

Color info

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

RGB color model

#ECFFD5 color RGB value is (236,255,213).

RGB: (236,255,213) (93%, 100%, 84%)

RGB channels and saturation

R 236 of 255 = 93%
G 255 of 255 = 100%
B 213 of 255 = 84%

236
255
213

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

Portions of RGB colors in percentages

R + G + B = 236 + 255 + 213 = 704 (100%)
R 236 of 704 ~ 33.52%
G 255 of 704 ~ 36.22%
B 213 of 704 ~ 30.26'%

%33.52
%36.22
%30.26

CMYK color model

#ECFFD5 color CMYK value is (7,0,16,0).

  • cyan value is 7.45%
  • magenta value is 0.00%
  • yellow value is 16.47%
  • key color value is 0.00%

CMYK: (7,0,16,0)
C7M0Y16K0 (7%, 0%, 16%, 0%)
(0.07 / 0.00 / 0.16 / 0.00)

CMYK percentages

%7.45
%0
%16.47
%0

Codes

Color #ECFFD5 in popluar color models

EC FF D5
RGB 236 255 213
HSL 87° 100.00% 91.76%
HSB/HSV 87° 16.47% 100.00%
CMYK 7.45% 0.00% 16.47%
0.00%

Color #ECFFD5 in popluar number systems.

HEX EC FF D5
Decimal 236 255 213
Binary 11101100 11111111 11010101
Octal 354 377 325

Shades and tints

Shades of #ECFFD5

#ECFFD5
(236,255,213)
#D7E8C2
(215,232,194)
#C2D1AF
(194,209,175)
#ADBA9C
(173,186,156)
#98A389
(152,163,137)
#838C76
(131,140,118)
#6E7563
(110,117,99)
#595E50
(89,94,80)
#44473D
(68,71,61)
#2F302A
(47,48,42)
#1A1917
(26,25,23)
#000000
(0,0,0)

Tints of #ECFFD5

#ECFFD5
(236,255,213)
#EDFFD8
(237,255,216)
#EEFFDB
(238,255,219)
#EFFFDE
(239,255,222)
#F0FFE1
(240,255,225)
#F1FFE4
(241,255,228)
#F2FFE7
(242,255,231)
#F3FFEA
(243,255,234)
#F4FFED
(244,255,237)
#F5FFF0
(245,255,240)
#F6FFF3
(246,255,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ECFFD5 color. Also use rgb(236,255,213) instead hex code.

Text Font Color

.myTextColor { color: #ECFFD5; }

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

This text font color is #ECFFD5.

Background Color

.myBgColor { background-color: #ECFFD5; }

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

This div background color is #ECFFD5.

Border color

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

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

This div border color is #ECFFD5.

Opacity

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

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

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

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

This text has shadow with #ECFFD5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ECFFD5.

Preview

Color preview on black background

This text has color #ECFFD5 on black background.


Color preview on white background

This text has color #ECFFD5 on white background.


Black color preview on #ECFFD5 background

This text has black color on #ECFFD5 background.


White color preview on #ECFFD5 background

This text has white color on #ECFFD5 background.


Related colors

Complementary color

Complementary color for #hex is #13002A.


I love getcolorcode.com

Triadic colors

1 #D5ECFF and #FFD5EC with #ECFFD5 are triadic colors.

2 #D5FFEC and #FFECD5 with #ECFFD5 are triadic colors.