COLOR #ECFBC4

HEX: #ECFBC4 RGB: (236,251,196)

Color info

#ECFBC4 contains red, green and blue colors in about the same proportion. Web safe color of #ECFBC4 is #FFFFCC (or #FFC).

RGB color model

#ECFBC4 color RGB value is (236,251,196).

RGB: (236,251,196) (93%, 98%, 77%)

RGB channels and saturation

R 236 of 255 = 93%
G 251 of 255 = 98%
B 196 of 255 = 77%

236
251
196

R + G + B ~ 89%. #ECFBC4 is light color.

Portions of RGB colors in percentages

R + G + B = 236 + 251 + 196 = 683 (100%)
R 236 of 683 ~ 34.55%
G 251 of 683 ~ 36.75%
B 196 of 683 ~ 28.7'%

%34.55
%36.75
%28.7

CMYK color model

#ECFBC4 color CMYK value is (6,0,22,2).

  • cyan value is 5.98%
  • magenta value is 0.00%
  • yellow value is 21.91%
  • key color value is 1.57%

CMYK: (6,0,22,2)
C6M0Y22K2 (6%, 0%, 22%, 2%)
(0.06 / 0.00 / 0.22 / 0.02)

CMYK percentages

%5.98
%0
%21.91
%1.57

Codes

Color #ECFBC4 in popluar color models

EC FB C4
RGB 236 251 196
HSL 76° 87.30% 87.65%
HSB/HSV 76° 21.91% 98.43%
CMYK 5.98% 0.00% 21.91%
1.57%

Color #ECFBC4 in popluar number systems.

HEX EC FB C4
Decimal 236 251 196
Binary 11101100 11111011 11000100
Octal 354 373 304

Shades and tints

Shades of #ECFBC4

#ECFBC4
(236,251,196)
#D7E5B3
(215,229,179)
#C2CFA2
(194,207,162)
#ADB991
(173,185,145)
#98A380
(152,163,128)
#838D6F
(131,141,111)
#6E775E
(110,119,94)
#59614D
(89,97,77)
#444B3C
(68,75,60)
#2F352B
(47,53,43)
#1A1F1A
(26,31,26)
#000000
(0,0,0)

Tints of #ECFBC4

#ECFBC4
(236,251,196)
#EDFBC9
(237,251,201)
#EEFBCE
(238,251,206)
#EFFBD3
(239,251,211)
#F0FBD8
(240,251,216)
#F1FBDD
(241,251,221)
#F2FBE2
(242,251,226)
#F3FBE7
(243,251,231)
#F4FBEC
(244,251,236)
#F5FBF1
(245,251,241)
#F6FBF6
(246,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECFBC4; }

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

This text font color is #ECFBC4.

Background Color

.myBgColor { background-color: #ECFBC4; }

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

This div background color is #ECFBC4.

Border color

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

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

This div border color is #ECFBC4.

Opacity

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

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

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

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

This text has shadow with #ECFBC4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ECFBC4.

Preview

Color preview on black background

This text has color #ECFBC4 on black background.


Color preview on white background

This text has color #ECFBC4 on white background.


Black color preview on #ECFBC4 background

This text has black color on #ECFBC4 background.


White color preview on #ECFBC4 background

This text has white color on #ECFBC4 background.


Related colors

Complementary color

Complementary color for #hex is #13043B.


I love getcolorcode.com

Triadic colors

1 #C4ECFB and #FBC4EC with #ECFBC4 are triadic colors.

2 #C4FBEC and #FBECC4 with #ECFBC4 are triadic colors.