COLOR #E6ECBD

HEX: #E6ECBD
RGB: (230,236,189)

Color info

#E6ECBD contains red, green and blue colors in about the same proportion. Web safe color of #E6ECBD is #CCFFCC (or #CFC).

RGB color model

#E6ECBD color RGB value is (230,236,189).

  • red value is 230;
  • green value is 236;
  • blue value is 189.
RGB:
(230,236,189)
(90%,93%,74%)

RGB channels and saturation

R 230 of 255 = 90%
G 236 of 255 = 93%
B 189 of 255 = 74%

230
236
189

R + G + B ~ 86%. #E6ECBD is light color.

Portions of RGB colors in percentages

R + G + B =
230 + 236 + 189 = 655 (100%)
R 230 of 655 ~ 35.11%
G 236 of 655 ~ 36.03%
B 189 of 655 ~ 28.85%

%35.11
%36.03
%28.85

CMYK color model

#E6ECBD color CMYK value is (3,0,20,7).

  • cyan value is 2.54%
  • magenta value is 0.00%
  • yellow value is 19.92%
  • key color value is 7.45%
CMYK:
(3,0,20,7)
C3M0Y20K7 
(3%,0%,20%,7%)
(0.03/0.00/0.20/0.07)	

CMYK percentages

%2.54
%0
%19.92
%7.45

Codes

Color #E6ECBD in popluar color models

E6ECBD
RGB230236189
HSL68°55.29%83.33%
HSB/HSV68°19.92%92.55%
CMYK2.54%0.00%19.92%
7.45%

Color #E6ECBD in popluar number systems.

HEXE6ECBD
Decimal230236189
Binary111001101110110010111101
Octal346354275

Shades and tints

Shades of #E6ECBD

#E6ECBD
(230,236,189)
#D2D7AC
(210,215,172)
#BEC29B
(190,194,155)
#AAAD8A
(170,173,138)
#969879
(150,152,121)
#828368
(130,131,104)
#6E6E57
(110,110,87)
#5A5946
(90,89,70)
#464435
(70,68,53)
#322F24
(50,47,36)
#1E1A13
(30,26,19)
#000000
(0,0,0)

Tints of #E6ECBD

#E6ECBD
(230,236,189)
#E8EDC3
(232,237,195)
#EAEEC9
(234,238,201)
#ECEFCF
(236,239,207)
#EEF0D5
(238,240,213)
#F0F1DB
(240,241,219)
#F2F2E1
(242,242,225)
#F4F3E7
(244,243,231)
#F6F4ED
(246,244,237)
#F8F5F3
(248,245,243)
#FAF6F9
(250,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6ECBD color. Also use rgb(230,236,189) instead hex code.

Text Font Color

.myTextColor { color: #E6ECBD; }

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

This text font color is #E6ECBD.


Background Color

.myBgColor { background-color: #E6ECBD; }

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

This div background color is #E6ECBD.


Border color

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

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

This div border color is #E6ECBD.


Opacity

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

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

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

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

This text has shadow with #E6ECBD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6ECBD on black background.


Color preview on white background

This text has color #E6ECBD on white background.



Black color preview on #E6ECBD background

This text has black color on #E6ECBD background.


White color preview on #E6ECBD background

This text has white color on #E6ECBD background.