COLOR #ECF9AE

HEX: #ECF9AE RGB: (236,249,174)

Color info

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

RGB color model

#ECF9AE color RGB value is (236,249,174).

RGB: (236,249,174) (93%, 98%, 68%)

RGB channels and saturation

R 236 of 255 = 93%
G 249 of 255 = 98%
B 174 of 255 = 68%

236
249
174

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

Portions of RGB colors in percentages

R + G + B = 236 + 249 + 174 = 659 (100%)
R 236 of 659 ~ 35.81%
G 249 of 659 ~ 37.78%
B 174 of 659 ~ 26.4'%

%35.81
%37.78
%26.4

CMYK color model

#ECF9AE color CMYK value is (5,0,30,2).

  • cyan value is 5.22%
  • magenta value is 0.00%
  • yellow value is 30.12%
  • key color value is 2.35%

CMYK: (5,0,30,2)
C5M0Y30K2 (5%, 0%, 30%, 2%)
(0.05 / 0.00 / 0.30 / 0.02)

CMYK percentages

%5.22
%0
%30.12
%2.35

Codes

Color #ECF9AE in popluar color models

EC F9 AE
RGB 236 249 174
HSL 70° 86.21% 82.94%
HSB/HSV 70° 30.12% 97.65%
CMYK 5.22% 0.00% 30.12%
2.35%

Color #ECF9AE in popluar number systems.

HEX EC F9 AE
Decimal 236 249 174
Binary 11101100 11111001 10101110
Octal 354 371 256

Shades and tints

Shades of #ECF9AE

#ECF9AE
(236,249,174)
#D7E39F
(215,227,159)
#C2CD90
(194,205,144)
#ADB781
(173,183,129)
#98A172
(152,161,114)
#838B63
(131,139,99)
#6E7554
(110,117,84)
#595F45
(89,95,69)
#444936
(68,73,54)
#2F3327
(47,51,39)
#1A1D18
(26,29,24)
#000000
(0,0,0)

Tints of #ECF9AE

#ECF9AE
(236,249,174)
#EDF9B5
(237,249,181)
#EEF9BC
(238,249,188)
#EFF9C3
(239,249,195)
#F0F9CA
(240,249,202)
#F1F9D1
(241,249,209)
#F2F9D8
(242,249,216)
#F3F9DF
(243,249,223)
#F4F9E6
(244,249,230)
#F5F9ED
(245,249,237)
#F6F9F4
(246,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ECF9AE color. Also use rgb(236,249,174) instead hex code.

Text Font Color

.myTextColor { color: #ECF9AE; }

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

This text font color is #ECF9AE.

Background Color

.myBgColor { background-color: #ECF9AE; }

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

This div background color is #ECF9AE.

Border color

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

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

This div border color is #ECF9AE.

Opacity

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

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

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

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

This text has shadow with #ECF9AE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ECF9AE.

Preview

Color preview on black background

This text has color #ECF9AE on black background.


Color preview on white background

This text has color #ECF9AE on white background.


Black color preview on #ECF9AE background

This text has black color on #ECF9AE background.


White color preview on #ECF9AE background

This text has white color on #ECF9AE background.


Related colors

Complementary color

Complementary color for #hex is #130651.


I love getcolorcode.com

Triadic colors

1 #AEECF9 and #F9AEEC with #ECF9AE are triadic colors.

2 #AEF9EC and #F9ECAE with #ECF9AE are triadic colors.