COLOR #E6ECBF

HEX: #E6ECBF
RGB: (230,236,191)

Color info

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

RGB color model

#E6ECBF color RGB value is (230,236,191).

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

RGB channels and saturation

R 230 of 255 = 90%
G 236 of 255 = 93%
B 191 of 255 = 75%

230
236
191

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

Portions of RGB colors in percentages

R + G + B =
230 + 236 + 191 = 657 (100%)
R 230 of 657 ~ 35.01%
G 236 of 657 ~ 35.92%
B 191 of 657 ~ 29.07%

%35.01
%35.92
%29.07

CMYK color model

#E6ECBF color CMYK value is (3,0,19,7).

  • cyan value is 2.54%
  • magenta value is 0.00%
  • yellow value is 19.07%
  • key color value is 7.45%
CMYK:
(3,0,19,7)
C3M0Y19K7 
(3%,0%,19%,7%)
(0.03/0.00/0.19/0.07)	

CMYK percentages

%2.54
%0
%19.07
%7.45

Codes

Color #E6ECBF in popluar color models

E6ECBF
RGB230236191
HSL68°54.22%83.73%
HSB/HSV68°19.07%92.55%
CMYK2.54%0.00%19.07%
7.45%

Color #E6ECBF in popluar number systems.

HEXE6ECBF
Decimal230236191
Binary111001101110110010111111
Octal346354277

Shades and tints

Shades of #E6ECBF

#E6ECBF
(230,236,191)
#D2D7AE
(210,215,174)
#BEC29D
(190,194,157)
#AAAD8C
(170,173,140)
#96987B
(150,152,123)
#82836A
(130,131,106)
#6E6E59
(110,110,89)
#5A5948
(90,89,72)
#464437
(70,68,55)
#322F26
(50,47,38)
#1E1A15
(30,26,21)
#000000
(0,0,0)

Tints of #E6ECBF

#E6ECBF
(230,236,191)
#E8EDC4
(232,237,196)
#EAEEC9
(234,238,201)
#ECEFCE
(236,239,206)
#EEF0D3
(238,240,211)
#F0F1D8
(240,241,216)
#F2F2DD
(242,242,221)
#F4F3E2
(244,243,226)
#F6F4E7
(246,244,231)
#F8F5EC
(248,245,236)
#FAF6F1
(250,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6ECBF; }

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

This text font color is #E6ECBF.


Background Color

.myBgColor { background-color: #E6ECBF; }

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

This div background color is #E6ECBF.


Border color

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

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

This div border color is #E6ECBF.


Opacity

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

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

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

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

This text has shadow with #E6ECBF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6ECBF on black background.


Color preview on white background

This text has color #E6ECBF on white background.



Black color preview on #E6ECBF background

This text has black color on #E6ECBF background.


White color preview on #E6ECBF background

This text has white color on #E6ECBF background.