COLOR #ECF3C2

HEX: #ECF3C2 RGB: (236,243,194)

Color info

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

RGB color model

#ECF3C2 color RGB value is (236,243,194).

RGB: (236,243,194) (93%, 95%, 76%)

RGB channels and saturation

R 236 of 255 = 93%
G 243 of 255 = 95%
B 194 of 255 = 76%

236
243
194

R + G + B ~ 88%. #ECF3C2 is light color.

Portions of RGB colors in percentages

R + G + B = 236 + 243 + 194 = 673 (100%)
R 236 of 673 ~ 35.07%
G 243 of 673 ~ 36.11%
B 194 of 673 ~ 28.83'%

%35.07
%36.11
%28.83

CMYK color model

#ECF3C2 color CMYK value is (3,0,20,5).

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

CMYK: (3,0,20,5)
C3M0Y20K5 (3%, 0%, 20%, 5%)
(0.03 / 0.00 / 0.20 / 0.05)

CMYK percentages

%2.88
%0
%20.16
%4.71

Codes

Color #ECF3C2 in popluar color models

EC F3 C2
RGB 236 243 194
HSL 69° 67.12% 85.69%
HSB/HSV 69° 20.16% 95.29%
CMYK 2.88% 0.00% 20.16%
4.71%

Color #ECF3C2 in popluar number systems.

HEX EC F3 C2
Decimal 236 243 194
Binary 11101100 11110011 11000010
Octal 354 363 302

Shades and tints

Shades of #ECF3C2

#ECF3C2
(236,243,194)
#D7DDB1
(215,221,177)
#C2C7A0
(194,199,160)
#ADB18F
(173,177,143)
#989B7E
(152,155,126)
#83856D
(131,133,109)
#6E6F5C
(110,111,92)
#59594B
(89,89,75)
#44433A
(68,67,58)
#2F2D29
(47,45,41)
#1A1718
(26,23,24)
#000000
(0,0,0)

Tints of #ECF3C2

#ECF3C2
(236,243,194)
#EDF4C7
(237,244,199)
#EEF5CC
(238,245,204)
#EFF6D1
(239,246,209)
#F0F7D6
(240,247,214)
#F1F8DB
(241,248,219)
#F2F9E0
(242,249,224)
#F3FAE5
(243,250,229)
#F4FBEA
(244,251,234)
#F5FCEF
(245,252,239)
#F6FDF4
(246,253,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECF3C2; }

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

This text font color is #ECF3C2.

Background Color

.myBgColor { background-color: #ECF3C2; }

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

This div background color is #ECF3C2.

Border color

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

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

This div border color is #ECF3C2.

Opacity

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

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

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

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

This text has shadow with #ECF3C2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ECF3C2.

Preview

Color preview on black background

This text has color #ECF3C2 on black background.


Color preview on white background

This text has color #ECF3C2 on white background.


Black color preview on #ECF3C2 background

This text has black color on #ECF3C2 background.


White color preview on #ECF3C2 background

This text has white color on #ECF3C2 background.


Related colors

Complementary color

Complementary color for #hex is #130C3D.


I love getcolorcode.com

Triadic colors

1 #C2ECF3 and #F3C2EC with #ECF3C2 are triadic colors.

2 #C2F3EC and #F3ECC2 with #ECF3C2 are triadic colors.