COLOR #ECF3B6

HEX: #ECF3B6 RGB: (236,243,182)

Color info

#ECF3B6 contains mainly red and green colors. Web safe color of #ECF3B6 is #FFFFCC (or #FFC).

RGB color model

#ECF3B6 color RGB value is (236,243,182).

RGB: (236,243,182) (93%, 95%, 71%)

RGB channels and saturation

R 236 of 255 = 93%
G 243 of 255 = 95%
B 182 of 255 = 71%

236
243
182

R + G + B ~ 86%. #ECF3B6 is light color.

Portions of RGB colors in percentages

R + G + B = 236 + 243 + 182 = 661 (100%)
R 236 of 661 ~ 35.7%
G 243 of 661 ~ 36.76%
B 182 of 661 ~ 27.53'%

%35.7
%36.76
%27.53

CMYK color model

#ECF3B6 color CMYK value is (3,0,25,5).

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

CMYK: (3,0,25,5)
C3M0Y25K5 (3%, 0%, 25%, 5%)
(0.03 / 0.00 / 0.25 / 0.05)

CMYK percentages

%2.88
%0
%25.1
%4.71

Codes

Color #ECF3B6 in popluar color models

EC F3 B6
RGB 236 243 182
HSL 67° 71.76% 83.33%
HSB/HSV 67° 25.10% 95.29%
CMYK 2.88% 0.00% 25.10%
4.71%

Color #ECF3B6 in popluar number systems.

HEX EC F3 B6
Decimal 236 243 182
Binary 11101100 11110011 10110110
Octal 354 363 266

Shades and tints

Shades of #ECF3B6

#ECF3B6
(236,243,182)
#D7DDA6
(215,221,166)
#C2C796
(194,199,150)
#ADB186
(173,177,134)
#989B76
(152,155,118)
#838566
(131,133,102)
#6E6F56
(110,111,86)
#595946
(89,89,70)
#444336
(68,67,54)
#2F2D26
(47,45,38)
#1A1716
(26,23,22)
#000000
(0,0,0)

Tints of #ECF3B6

#ECF3B6
(236,243,182)
#EDF4BC
(237,244,188)
#EEF5C2
(238,245,194)
#EFF6C8
(239,246,200)
#F0F7CE
(240,247,206)
#F1F8D4
(241,248,212)
#F2F9DA
(242,249,218)
#F3FAE0
(243,250,224)
#F4FBE6
(244,251,230)
#F5FCEC
(245,252,236)
#F6FDF2
(246,253,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECF3B6; }

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

This text font color is #ECF3B6.

Background Color

.myBgColor { background-color: #ECF3B6; }

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

This div background color is #ECF3B6.

Border color

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

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

This div border color is #ECF3B6.

Opacity

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

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

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

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

This text has shadow with #ECF3B6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ECF3B6.

Preview

Color preview on black background

This text has color #ECF3B6 on black background.


Color preview on white background

This text has color #ECF3B6 on white background.


Black color preview on #ECF3B6 background

This text has black color on #ECF3B6 background.


White color preview on #ECF3B6 background

This text has white color on #ECF3B6 background.


Related colors

Complementary color

Complementary color for #hex is #130C49.


I love getcolorcode.com

Triadic colors

1 #B6ECF3 and #F3B6EC with #ECF3B6 are triadic colors.

2 #B6F3EC and #F3ECB6 with #ECF3B6 are triadic colors.