COLOR #ECFBCD

HEX: #ECFBCD RGB: (236,251,205)

Color info

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

RGB color model

#ECFBCD color RGB value is (236,251,205).

RGB: (236,251,205) (93%, 98%, 80%)

RGB channels and saturation

R 236 of 255 = 93%
G 251 of 255 = 98%
B 205 of 255 = 80%

236
251
205

R + G + B ~ 90%. #ECFBCD is light color.

Portions of RGB colors in percentages

R + G + B = 236 + 251 + 205 = 692 (100%)
R 236 of 692 ~ 34.1%
G 251 of 692 ~ 36.27%
B 205 of 692 ~ 29.62'%

%34.1
%36.27
%29.62

CMYK color model

#ECFBCD color CMYK value is (6,0,18,2).

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

CMYK: (6,0,18,2)
C6M0Y18K2 (6%, 0%, 18%, 2%)
(0.06 / 0.00 / 0.18 / 0.02)

CMYK percentages

%5.98
%0
%18.33
%1.57

Codes

Color #ECFBCD in popluar color models

EC FB CD
RGB 236 251 205
HSL 80° 85.19% 89.41%
HSB/HSV 80° 18.33% 98.43%
CMYK 5.98% 0.00% 18.33%
1.57%

Color #ECFBCD in popluar number systems.

HEX EC FB CD
Decimal 236 251 205
Binary 11101100 11111011 11001101
Octal 354 373 315

Shades and tints

Shades of #ECFBCD

#ECFBCD
(236,251,205)
#D7E5BB
(215,229,187)
#C2CFA9
(194,207,169)
#ADB997
(173,185,151)
#98A385
(152,163,133)
#838D73
(131,141,115)
#6E7761
(110,119,97)
#59614F
(89,97,79)
#444B3D
(68,75,61)
#2F352B
(47,53,43)
#1A1F19
(26,31,25)
#000000
(0,0,0)

Tints of #ECFBCD

#ECFBCD
(236,251,205)
#EDFBD1
(237,251,209)
#EEFBD5
(238,251,213)
#EFFBD9
(239,251,217)
#F0FBDD
(240,251,221)
#F1FBE1
(241,251,225)
#F2FBE5
(242,251,229)
#F3FBE9
(243,251,233)
#F4FBED
(244,251,237)
#F5FBF1
(245,251,241)
#F6FBF5
(246,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECFBCD; }

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

This text font color is #ECFBCD.

Background Color

.myBgColor { background-color: #ECFBCD; }

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

This div background color is #ECFBCD.

Border color

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

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

This div border color is #ECFBCD.

Opacity

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

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

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

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

This text has shadow with #ECFBCD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ECFBCD.

Preview

Color preview on black background

This text has color #ECFBCD on black background.


Color preview on white background

This text has color #ECFBCD on white background.


Black color preview on #ECFBCD background

This text has black color on #ECFBCD background.


White color preview on #ECFBCD background

This text has white color on #ECFBCD background.


Related colors

Complementary color

Complementary color for #hex is #130432.


I love getcolorcode.com

Triadic colors

1 #CDECFB and #FBCDEC with #ECFBCD are triadic colors.

2 #CDFBEC and #FBECCD with #ECFBCD are triadic colors.