COLOR #E6E3CF

HEX: #E6E3CF
RGB: (230,227,207)

Color info

#E6E3CF contains red, green and blue colors in about the same proportion. Web safe color of #E6E3CF is #CCCCCC (or #CCC).

RGB color model

#E6E3CF color RGB value is (230,227,207).

  • red value is 230;
  • green value is 227;
  • blue value is 207.
RGB:
(230,227,207)
(90%,89%,81%)

RGB channels and saturation

R 230 of 255 = 90%
G 227 of 255 = 89%
B 207 of 255 = 81%

230
227
207

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

Portions of RGB colors in percentages

R + G + B =
230 + 227 + 207 = 664 (100%)
R 230 of 664 ~ 34.64%
G 227 of 664 ~ 34.19%
B 207 of 664 ~ 31.17%

%34.64
%34.19
%31.17

CMYK color model

#E6E3CF color CMYK value is (0,1,10,10).

  • cyan value is 0.00%
  • magenta value is 1.30%
  • yellow value is 10.00%
  • key color value is 9.80%
CMYK:
(0,1,10,10)
C0M1Y10K10 
(0%,1%,10%,10%)
(0.00/0.01/0.10/0.10)	

CMYK percentages

%0
%1.3
%10
%9.8

Codes

Color #E6E3CF in popluar color models

E6E3CF
RGB230227207
HSL52°31.51%85.69%
HSB/HSV52°10.00%90.20%
CMYK0.00%1.30%10.00%
9.80%

Color #E6E3CF in popluar number systems.

HEXE6E3CF
Decimal230227207
Binary111001101110001111001111
Octal346343317

Shades and tints

Shades of #E6E3CF

#E6E3CF
(230,227,207)
#D2CFBD
(210,207,189)
#BEBBAB
(190,187,171)
#AAA799
(170,167,153)
#969387
(150,147,135)
#827F75
(130,127,117)
#6E6B63
(110,107,99)
#5A5751
(90,87,81)
#46433F
(70,67,63)
#322F2D
(50,47,45)
#1E1B1B
(30,27,27)
#000000
(0,0,0)

Tints of #E6E3CF

#E6E3CF
(230,227,207)
#E8E5D3
(232,229,211)
#EAE7D7
(234,231,215)
#ECE9DB
(236,233,219)
#EEEBDF
(238,235,223)
#F0EDE3
(240,237,227)
#F2EFE7
(242,239,231)
#F4F1EB
(244,241,235)
#F6F3EF
(246,243,239)
#F8F5F3
(248,245,243)
#FAF7F7
(250,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6E3CF color. Also use rgb(230,227,207) instead hex code.

Text Font Color

.myTextColor { color: #E6E3CF; }

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

This text font color is #E6E3CF.


Background Color

.myBgColor { background-color: #E6E3CF; }

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

This div background color is #E6E3CF.


Border color

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

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

This div border color is #E6E3CF.


Opacity

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

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

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

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

This text has shadow with #E6E3CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6E3CF on black background.


Color preview on white background

This text has color #E6E3CF on white background.



Black color preview on #E6E3CF background

This text has black color on #E6E3CF background.


White color preview on #E6E3CF background

This text has white color on #E6E3CF background.