COLOR #ECF3CA

HEX: #ECF3CA RGB: (236,243,202)

Color info

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

RGB color model

#ECF3CA color RGB value is (236,243,202).

RGB: (236,243,202) (93%, 95%, 79%)

RGB channels and saturation

R 236 of 255 = 93%
G 243 of 255 = 95%
B 202 of 255 = 79%

236
243
202

R + G + B ~ 89%. #ECF3CA is light color.

Portions of RGB colors in percentages

R + G + B = 236 + 243 + 202 = 681 (100%)
R 236 of 681 ~ 34.65%
G 243 of 681 ~ 35.68%
B 202 of 681 ~ 29.66'%

%34.65
%35.68
%29.66

CMYK color model

#ECF3CA color CMYK value is (3,0,17,5).

  • cyan value is 2.88%
  • magenta value is 0.00%
  • yellow value is 16.87%
  • key color value is 4.71%

CMYK: (3,0,17,5)
C3M0Y17K5 (3%, 0%, 17%, 5%)
(0.03 / 0.00 / 0.17 / 0.05)

CMYK percentages

%2.88
%0
%16.87
%4.71

Codes

Color #ECF3CA in popluar color models

EC F3 CA
RGB 236 243 202
HSL 70° 63.08% 87.25%
HSB/HSV 70° 16.87% 95.29%
CMYK 2.88% 0.00% 16.87%
4.71%

Color #ECF3CA in popluar number systems.

HEX EC F3 CA
Decimal 236 243 202
Binary 11101100 11110011 11001010
Octal 354 363 312

Shades and tints

Shades of #ECF3CA

#ECF3CA
(236,243,202)
#D7DDB8
(215,221,184)
#C2C7A6
(194,199,166)
#ADB194
(173,177,148)
#989B82
(152,155,130)
#838570
(131,133,112)
#6E6F5E
(110,111,94)
#59594C
(89,89,76)
#44433A
(68,67,58)
#2F2D28
(47,45,40)
#1A1716
(26,23,22)
#000000
(0,0,0)

Tints of #ECF3CA

#ECF3CA
(236,243,202)
#EDF4CE
(237,244,206)
#EEF5D2
(238,245,210)
#EFF6D6
(239,246,214)
#F0F7DA
(240,247,218)
#F1F8DE
(241,248,222)
#F2F9E2
(242,249,226)
#F3FAE6
(243,250,230)
#F4FBEA
(244,251,234)
#F5FCEE
(245,252,238)
#F6FDF2
(246,253,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ECF3CA color. Also use rgb(236,243,202) instead hex code.

Text Font Color

.myTextColor { color: #ECF3CA; }

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

This text font color is #ECF3CA.

Background Color

.myBgColor { background-color: #ECF3CA; }

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

This div background color is #ECF3CA.

Border color

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

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

This div border color is #ECF3CA.

Opacity

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

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

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

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

This text has shadow with #ECF3CA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ECF3CA.

Preview

Color preview on black background

This text has color #ECF3CA on black background.


Color preview on white background

This text has color #ECF3CA on white background.


Black color preview on #ECF3CA background

This text has black color on #ECF3CA background.


White color preview on #ECF3CA background

This text has white color on #ECF3CA background.


Related colors

Complementary color

Complementary color for #hex is #130C35.


I love getcolorcode.com

Triadic colors

1 #CAECF3 and #F3CAEC with #ECF3CA are triadic colors.

2 #CAF3EC and #F3ECCA with #ECF3CA are triadic colors.