COLOR #E6E4CF

HEX: #E6E4CF
RGB: (230,228,207)

Color info

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

RGB color model

#E6E4CF color RGB value is (230,228,207).

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

RGB channels and saturation

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

230
228
207

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

Portions of RGB colors in percentages

R + G + B =
230 + 228 + 207 = 665 (100%)
R 230 of 665 ~ 34.59%
G 228 of 665 ~ 34.29%
B 207 of 665 ~ 31.13%

%34.59
%34.29
%31.13

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 0.87%
  • 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
%0.87
%10
%9.8

Codes

Color #E6E4CF in popluar color models

E6E4CF
RGB230228207
HSL55°31.51%85.69%
HSB/HSV55°10.00%90.20%
CMYK0.00%0.87%10.00%
9.80%

Color #E6E4CF in popluar number systems.

HEXE6E4CF
Decimal230228207
Binary111001101110010011001111
Octal346344317

Shades and tints

Shades of #E6E4CF

#E6E4CF
(230,228,207)
#D2D0BD
(210,208,189)
#BEBCAB
(190,188,171)
#AAA899
(170,168,153)
#969487
(150,148,135)
#828075
(130,128,117)
#6E6C63
(110,108,99)
#5A5851
(90,88,81)
#46443F
(70,68,63)
#32302D
(50,48,45)
#1E1C1B
(30,28,27)
#000000
(0,0,0)

Tints of #E6E4CF

#E6E4CF
(230,228,207)
#E8E6D3
(232,230,211)
#EAE8D7
(234,232,215)
#ECEADB
(236,234,219)
#EEECDF
(238,236,223)
#F0EEE3
(240,238,227)
#F2F0E7
(242,240,231)
#F4F2EB
(244,242,235)
#F6F4EF
(246,244,239)
#F8F6F3
(248,246,243)
#FAF8F7
(250,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6E4CF; }

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

This text font color is #E6E4CF.


Background Color

.myBgColor { background-color: #E6E4CF; }

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

This div background color is #E6E4CF.


Border color

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

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

This div border color is #E6E4CF.


Opacity

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

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

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

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

This text has shadow with #E6E4CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6E4CF on black background.


Color preview on white background

This text has color #E6E4CF on white background.



Black color preview on #E6E4CF background

This text has black color on #E6E4CF background.


White color preview on #E6E4CF background

This text has white color on #E6E4CF background.