COLOR #ECFBD2

HEX: #ECFBD2
RGB: (236,251,210)

Color info

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

RGB color model

#ECFBD2 color RGB value is (236,251,210).

  • red value is 236;
  • green value is 251;
  • blue value is 210.
RGB: (236,251,210) (93%,98%,82%)

RGB channels and saturation

R 236 of 255 = 93%
G 251 of 255 = 98%
B 210 of 255 = 82%

236
251
210

R + G + B ~ 91%. #ECFBD2 is light color.

Portions of RGB colors in percentages

R + G + B =
236 + 251 + 210 = 697 (100%)
R 236 of 697 ~ 33.86%
G 251 of 697 ~ 36.01%
B 210 of 697 ~ 30.13%

%33.86
%36.01
%30.13

CMYK color model

#ECFBD2 color CMYK value is (6,0,16,2).

  • cyan value is 5.98%
  • magenta value is 0.00%
  • yellow value is 16.33%
  • key color value is 1.57%
CMYK: (6,0,16,2) C6M0Y16K2 (6%,0%,16%,2%) (0.06/0.00/0.16/0.02)

CMYK percentages

%5.98
%0
%16.33
%1.57

Codes

Color #ECFBD2 in popluar color models

ECFBD2
RGB236251210
HSL82°83.67%90.39%
HSB/HSV82°16.33%98.43%
CMYK5.98%0.00%16.33%
1.57%

Color #ECFBD2 in popluar number systems.

HEXECFBD2
Decimal236251210
Binary111011001111101111010010
Octal354373322

Shades and tints

Shades of #ECFBD2

#ECFBD2
(236,251,210)
#D7E5BF
(215,229,191)
#C2CFAC
(194,207,172)
#ADB999
(173,185,153)
#98A386
(152,163,134)
#838D73
(131,141,115)
#6E7760
(110,119,96)
#59614D
(89,97,77)
#444B3A
(68,75,58)
#2F3527
(47,53,39)
#1A1F14
(26,31,20)
#000000
(0,0,0)

Tints of #ECFBD2

#ECFBD2
(236,251,210)
#EDFBD6
(237,251,214)
#EEFBDA
(238,251,218)
#EFFBDE
(239,251,222)
#F0FBE2
(240,251,226)
#F1FBE6
(241,251,230)
#F2FBEA
(242,251,234)
#F3FBEE
(243,251,238)
#F4FBF2
(244,251,242)
#F5FBF6
(245,251,246)
#F6FBFA
(246,251,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECFBD2; }

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

This text font color is #ECFBD2.


Background Color

.myBgColor { background-color: #ECFBD2; }

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

This div background color is #ECFBD2.


Border color

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

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

This div border color is #ECFBD2.


Opacity

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

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

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

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

This text has shadow with #ECFBD2 color.

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

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

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


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

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

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


Div box shadow color

 /* css code */ .divShadow { -moz-box-shadow:	1px 1px 3px 2px #ECFBD2; -webkit-box-shadow:	1px 1px 3px 2px #ECFBD2; box-shadow:	1px 1px 3px 2px #ECFBD2; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #ECFBD2; -webkit-box-shadow: 1px 1px 3px 2px #ECFBD2; box-shadow:1px 1px 3px 2px #ECFBD2;">
Div content here</div>
This div box has shadow with color #ECFBD2.

Preview

Color preview on black background

This text has color #ECFBD2 on black background.


Color preview on white background

This text has color #ECFBD2 on white background.



Black color preview on #ECFBD2 background

This text has black color on #ECFBD2 background.


White color preview on #ECFBD2 background

This text has white color on #ECFBD2 background.