COLOR #ECFBA3

HEX: #ECFBA3 RGB: (236,251,163)

Color info

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

RGB color model

#ECFBA3 color RGB value is (236,251,163).

RGB: (236,251,163) (93%, 98%, 64%)

RGB channels and saturation

R 236 of 255 = 93%
G 251 of 255 = 98%
B 163 of 255 = 64%

236
251
163

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

Portions of RGB colors in percentages

R + G + B = 236 + 251 + 163 = 650 (100%)
R 236 of 650 ~ 36.31%
G 251 of 650 ~ 38.62%
B 163 of 650 ~ 25.08'%

%36.31
%38.62
%25.08

CMYK color model

#ECFBA3 color CMYK value is (6,0,35,2).

  • cyan value is 5.98%
  • magenta value is 0.00%
  • yellow value is 35.06%
  • key color value is 1.57%
CMYK: (6,0,35,2) C6M0Y35K2 (6%,0%,35%,2%) (0.06/0.00/0.35/0.02) 

CMYK percentages

%5.98
%0
%35.06
%1.57

Codes

Color #ECFBA3 in popluar color models

EC FB A3
RGB 236 251 163
HSL 70° 91.67% 81.18%
HSB/HSV 70° 35.06% 98.43%
CMYK 5.98% 0.00% 35.06%
1.57%

Color #ECFBA3 in popluar number systems.

HEX EC FB A3
Decimal 236 251 163
Binary 11101100 11111011 10100011
Octal 354 373 243

Shades and tints

Shades of #ECFBA3

#ECFBA3
(236,251,163)
#D7E595
(215,229,149)
#C2CF87
(194,207,135)
#ADB979
(173,185,121)
#98A36B
(152,163,107)
#838D5D
(131,141,93)
#6E774F
(110,119,79)
#596141
(89,97,65)
#444B33
(68,75,51)
#2F3525
(47,53,37)
#1A1F17
(26,31,23)
#000000
(0,0,0)

Tints of #ECFBA3

#ECFBA3
(236,251,163)
#EDFBAB
(237,251,171)
#EEFBB3
(238,251,179)
#EFFBBB
(239,251,187)
#F0FBC3
(240,251,195)
#F1FBCB
(241,251,203)
#F2FBD3
(242,251,211)
#F3FBDB
(243,251,219)
#F4FBE3
(244,251,227)
#F5FBEB
(245,251,235)
#F6FBF3
(246,251,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ECFBA3 color. Also use rgb(236,251,163) instead hex code.

Text Font Color

.myTextColor { color: #ECFBA3; }

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

This text font color is #ECFBA3.

Background Color

.myBgColor { background-color: #ECFBA3; }

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

This div background color is #ECFBA3.

Border color

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

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

This div border color is #ECFBA3.

Opacity

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

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

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

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

This text has shadow with #ECFBA3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ECFBA3.

Preview

Color preview on black background

This text has color #ECFBA3 on black background.


Color preview on white background

This text has color #ECFBA3 on white background.


Black color preview on #ECFBA3 background

This text has black color on #ECFBA3 background.


White color preview on #ECFBA3 background

This text has white color on #ECFBA3 background.


Related colors

Complementary color

Complementary color for #hex is #13045C.


I love getcolorcode.com

Triadic colors

1 #A3ECFB and #FBA3EC with #ECFBA3 are triadic colors.

2 #A3FBEC and #FBECA3 with #ECFBA3 are triadic colors.