COLOR #E6E7CB

HEX: #E6E7CB
RGB: (230,231,203)

Color info

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

RGB color model

#E6E7CB color RGB value is (230,231,203).

  • red value is 230;
  • green value is 231;
  • blue value is 203.
RGB:
(230,231,203)
(90%,91%,80%)

RGB channels and saturation

R 230 of 255 = 90%
G 231 of 255 = 91%
B 203 of 255 = 80%

230
231
203

R + G + B ~ 87%. #E6E7CB is light color.

Portions of RGB colors in percentages

R + G + B =
230 + 231 + 203 = 664 (100%)
R 230 of 664 ~ 34.64%
G 231 of 664 ~ 34.79%
B 203 of 664 ~ 30.57%

%34.64
%34.79
%30.57

CMYK color model

#E6E7CB color CMYK value is (0,0,12,9).

  • cyan value is 0.43%
  • magenta value is 0.00%
  • yellow value is 12.12%
  • key color value is 9.41%
CMYK:
(0,0,12,9)
C0M0Y12K9 
(0%,0%,12%,9%)
(0.00/0.00/0.12/0.09)	

CMYK percentages

%0.43
%0
%12.12
%9.41

Codes

Color #E6E7CB in popluar color models

E6E7CB
RGB230231203
HSL62°36.84%85.10%
HSB/HSV62°12.12%90.59%
CMYK0.43%0.00%12.12%
9.41%

Color #E6E7CB in popluar number systems.

HEXE6E7CB
Decimal230231203
Binary111001101110011111001011
Octal346347313

Shades and tints

Shades of #E6E7CB

#E6E7CB
(230,231,203)
#D2D2B9
(210,210,185)
#BEBDA7
(190,189,167)
#AAA895
(170,168,149)
#969383
(150,147,131)
#827E71
(130,126,113)
#6E695F
(110,105,95)
#5A544D
(90,84,77)
#463F3B
(70,63,59)
#322A29
(50,42,41)
#1E1517
(30,21,23)
#000000
(0,0,0)

Tints of #E6E7CB

#E6E7CB
(230,231,203)
#E8E9CF
(232,233,207)
#EAEBD3
(234,235,211)
#ECEDD7
(236,237,215)
#EEEFDB
(238,239,219)
#F0F1DF
(240,241,223)
#F2F3E3
(242,243,227)
#F4F5E7
(244,245,231)
#F6F7EB
(246,247,235)
#F8F9EF
(248,249,239)
#FAFBF3
(250,251,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6E7CB color. Also use rgb(230,231,203) instead hex code.

Text Font Color

.myTextColor { color: #E6E7CB; }

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

This text font color is #E6E7CB.


Background Color

.myBgColor { background-color: #E6E7CB; }

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

This div background color is #E6E7CB.


Border color

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

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

This div border color is #E6E7CB.


Opacity

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

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

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

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

This text has shadow with #E6E7CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6E7CB on black background.


Color preview on white background

This text has color #E6E7CB on white background.



Black color preview on #E6E7CB background

This text has black color on #E6E7CB background.


White color preview on #E6E7CB background

This text has white color on #E6E7CB background.