COLOR #ECFBC5

HEX: #ECFBC5 RGB: (236,251,197)

Color info

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

RGB color model

#ECFBC5 color RGB value is (236,251,197).

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

RGB channels and saturation

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

236
251
197

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

Portions of RGB colors in percentages

R + G + B = 236 + 251 + 197 = 684 (100%)
R 236 of 684 ~ 34.5%
G 251 of 684 ~ 36.7%
B 197 of 684 ~ 28.8'%

%34.5
%36.7
%28.8

CMYK color model

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

  • cyan value is 5.98%
  • magenta value is 0.00%
  • yellow value is 21.51%
  • 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.51
%1.57

Codes

Color #ECFBC5 in popluar color models

EC FB C5
RGB 236 251 197
HSL 77° 87.10% 87.84%
HSB/HSV 77° 21.51% 98.43%
CMYK 5.98% 0.00% 21.51%
1.57%

Color #ECFBC5 in popluar number systems.

HEX EC FB C5
Decimal 236 251 197
Binary 11101100 11111011 11000101
Octal 354 373 305

Shades and tints

Shades of #ECFBC5

#ECFBC5
(236,251,197)
#D7E5B4
(215,229,180)
#C2CFA3
(194,207,163)
#ADB992
(173,185,146)
#98A381
(152,163,129)
#838D70
(131,141,112)
#6E775F
(110,119,95)
#59614E
(89,97,78)
#444B3D
(68,75,61)
#2F352C
(47,53,44)
#1A1F1B
(26,31,27)
#000000
(0,0,0)

Tints of #ECFBC5

#ECFBC5
(236,251,197)
#EDFBCA
(237,251,202)
#EEFBCF
(238,251,207)
#EFFBD4
(239,251,212)
#F0FBD9
(240,251,217)
#F1FBDE
(241,251,222)
#F2FBE3
(242,251,227)
#F3FBE8
(243,251,232)
#F4FBED
(244,251,237)
#F5FBF2
(245,251,242)
#F6FBF7
(246,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECFBC5; }

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

This text font color is #ECFBC5.

Background Color

.myBgColor { background-color: #ECFBC5; }

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

This div background color is #ECFBC5.

Border color

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

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

This div border color is #ECFBC5.

Opacity

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

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

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

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

This text has shadow with #ECFBC5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ECFBC5.

Preview

Color preview on black background

This text has color #ECFBC5 on black background.


Color preview on white background

This text has color #ECFBC5 on white background.


Black color preview on #ECFBC5 background

This text has black color on #ECFBC5 background.


White color preview on #ECFBC5 background

This text has white color on #ECFBC5 background.


Related colors

Complementary color

Complementary color for #hex is #13043A.


I love getcolorcode.com

Triadic colors

1 #C5ECFB and #FBC5EC with #ECFBC5 are triadic colors.

2 #C5FBEC and #FBECC5 with #ECFBC5 are triadic colors.