COLOR #ECF4A8

HEX: #ECF4A8 RGB: (236,244,168)

Color info

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

RGB color model

#ECF4A8 color RGB value is (236,244,168).

RGB: (236,244,168) (93%, 96%, 66%)

RGB channels and saturation

R 236 of 255 = 93%
G 244 of 255 = 96%
B 168 of 255 = 66%

236
244
168

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

Portions of RGB colors in percentages

R + G + B = 236 + 244 + 168 = 648 (100%)
R 236 of 648 ~ 36.42%
G 244 of 648 ~ 37.65%
B 168 of 648 ~ 25.93'%

%36.42
%37.65
%25.93

CMYK color model

#ECF4A8 color CMYK value is (3,0,31,4).

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

CMYK: (3,0,31,4)
C3M0Y31K4 (3%, 0%, 31%, 4%)
(0.03 / 0.00 / 0.31 / 0.04)

CMYK percentages

%3.28
%0
%31.15
%4.31

Codes

Color #ECF4A8 in popluar color models

EC F4 A8
RGB 236 244 168
HSL 66° 77.55% 80.78%
HSB/HSV 66° 31.15% 95.69%
CMYK 3.28% 0.00% 31.15%
4.31%

Color #ECF4A8 in popluar number systems.

HEX EC F4 A8
Decimal 236 244 168
Binary 11101100 11110100 10101000
Octal 354 364 250

Shades and tints

Shades of #ECF4A8

#ECF4A8
(236,244,168)
#D7DE99
(215,222,153)
#C2C88A
(194,200,138)
#ADB27B
(173,178,123)
#989C6C
(152,156,108)
#83865D
(131,134,93)
#6E704E
(110,112,78)
#595A3F
(89,90,63)
#444430
(68,68,48)
#2F2E21
(47,46,33)
#1A1812
(26,24,18)
#000000
(0,0,0)

Tints of #ECF4A8

#ECF4A8
(236,244,168)
#EDF5AF
(237,245,175)
#EEF6B6
(238,246,182)
#EFF7BD
(239,247,189)
#F0F8C4
(240,248,196)
#F1F9CB
(241,249,203)
#F2FAD2
(242,250,210)
#F3FBD9
(243,251,217)
#F4FCE0
(244,252,224)
#F5FDE7
(245,253,231)
#F6FEEE
(246,254,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECF4A8; }

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

This text font color is #ECF4A8.

Background Color

.myBgColor { background-color: #ECF4A8; }

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

This div background color is #ECF4A8.

Border color

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

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

This div border color is #ECF4A8.

Opacity

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

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

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

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

This text has shadow with #ECF4A8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ECF4A8.

Preview

Color preview on black background

This text has color #ECF4A8 on black background.


Color preview on white background

This text has color #ECF4A8 on white background.


Black color preview on #ECF4A8 background

This text has black color on #ECF4A8 background.


White color preview on #ECF4A8 background

This text has white color on #ECF4A8 background.


Related colors

Complementary color

Complementary color for #hex is #130B57.


I love getcolorcode.com

Triadic colors

1 #A8ECF4 and #F4A8EC with #ECF4A8 are triadic colors.

2 #A8F4EC and #F4ECA8 with #ECF4A8 are triadic colors.