COLOR #ECF4AB

HEX: #ECF4AB RGB: (236,244,171)

Color info

#ECF4AB contains mainly red and green colors. Web safe color of #ECF4AB is #FFFF99 (or #FF9).

RGB color model

#ECF4AB color RGB value is (236,244,171).

RGB: (236,244,171) (93%, 96%, 67%)

RGB channels and saturation

R 236 of 255 = 93%
G 244 of 255 = 96%
B 171 of 255 = 67%

236
244
171

R + G + B ~ 85%. #ECF4AB is quite light color.

Portions of RGB colors in percentages

R + G + B = 236 + 244 + 171 = 651 (100%)
R 236 of 651 ~ 36.25%
G 244 of 651 ~ 37.48%
B 171 of 651 ~ 26.27'%

%36.25
%37.48
%26.27

CMYK color model

#ECF4AB color CMYK value is (3,0,30,4).

  • cyan value is 3.28%
  • magenta value is 0.00%
  • yellow value is 29.92%
  • key color value is 4.31%

CMYK: (3,0,30,4)
C3M0Y30K4 (3%, 0%, 30%, 4%)
(0.03 / 0.00 / 0.30 / 0.04)

CMYK percentages

%3.28
%0
%29.92
%4.31

Codes

Color #ECF4AB in popluar color models

EC F4 AB
RGB 236 244 171
HSL 67° 76.84% 81.37%
HSB/HSV 67° 29.92% 95.69%
CMYK 3.28% 0.00% 29.92%
4.31%

Color #ECF4AB in popluar number systems.

HEX EC F4 AB
Decimal 236 244 171
Binary 11101100 11110100 10101011
Octal 354 364 253

Shades and tints

Shades of #ECF4AB

#ECF4AB
(236,244,171)
#D7DE9C
(215,222,156)
#C2C88D
(194,200,141)
#ADB27E
(173,178,126)
#989C6F
(152,156,111)
#838660
(131,134,96)
#6E7051
(110,112,81)
#595A42
(89,90,66)
#444433
(68,68,51)
#2F2E24
(47,46,36)
#1A1815
(26,24,21)
#000000
(0,0,0)

Tints of #ECF4AB

#ECF4AB
(236,244,171)
#EDF5B2
(237,245,178)
#EEF6B9
(238,246,185)
#EFF7C0
(239,247,192)
#F0F8C7
(240,248,199)
#F1F9CE
(241,249,206)
#F2FAD5
(242,250,213)
#F3FBDC
(243,251,220)
#F4FCE3
(244,252,227)
#F5FDEA
(245,253,234)
#F6FEF1
(246,254,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ECF4AB color. Also use rgb(236,244,171) instead hex code.

Text Font Color

.myTextColor { color: #ECF4AB; }

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

This text font color is #ECF4AB.

Background Color

.myBgColor { background-color: #ECF4AB; }

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

This div background color is #ECF4AB.

Border color

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

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

This div border color is #ECF4AB.

Opacity

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

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

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

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

This text has shadow with #ECF4AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ECF4AB.

Preview

Color preview on black background

This text has color #ECF4AB on black background.


Color preview on white background

This text has color #ECF4AB on white background.


Black color preview on #ECF4AB background

This text has black color on #ECF4AB background.


White color preview on #ECF4AB background

This text has white color on #ECF4AB background.


Related colors

Complementary color

Complementary color for #hex is #130B54.


I love getcolorcode.com

Triadic colors

1 #ABECF4 and #F4ABEC with #ECF4AB are triadic colors.

2 #ABF4EC and #F4ECAB with #ECF4AB are triadic colors.