COLOR #E6E3CA

HEX: #E6E3CA
RGB: (230,227,202)

Color info

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

RGB color model

#E6E3CA color RGB value is (230,227,202).

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

RGB channels and saturation

R 230 of 255 = 90%
G 227 of 255 = 89%
B 202 of 255 = 79%

230
227
202

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

Portions of RGB colors in percentages

R + G + B =
230 + 227 + 202 = 659 (100%)
R 230 of 659 ~ 34.9%
G 227 of 659 ~ 34.45%
B 202 of 659 ~ 30.65%

%34.9
%34.45
%30.65

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 1.30%
  • yellow value is 12.17%
  • key color value is 9.80%
CMYK:
(0,1,12,10)
C0M1Y12K10 
(0%,1%,12%,10%)
(0.00/0.01/0.12/0.10)	

CMYK percentages

%0
%1.3
%12.17
%9.8

Codes

Color #E6E3CA in popluar color models

E6E3CA
RGB230227202
HSL54°35.90%84.71%
HSB/HSV54°12.17%90.20%
CMYK0.00%1.30%12.17%
9.80%

Color #E6E3CA in popluar number systems.

HEXE6E3CA
Decimal230227202
Binary111001101110001111001010
Octal346343312

Shades and tints

Shades of #E6E3CA

#E6E3CA
(230,227,202)
#D2CFB8
(210,207,184)
#BEBBA6
(190,187,166)
#AAA794
(170,167,148)
#969382
(150,147,130)
#827F70
(130,127,112)
#6E6B5E
(110,107,94)
#5A574C
(90,87,76)
#46433A
(70,67,58)
#322F28
(50,47,40)
#1E1B16
(30,27,22)
#000000
(0,0,0)

Tints of #E6E3CA

#E6E3CA
(230,227,202)
#E8E5CE
(232,229,206)
#EAE7D2
(234,231,210)
#ECE9D6
(236,233,214)
#EEEBDA
(238,235,218)
#F0EDDE
(240,237,222)
#F2EFE2
(242,239,226)
#F4F1E6
(244,241,230)
#F6F3EA
(246,243,234)
#F8F5EE
(248,245,238)
#FAF7F2
(250,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6E3CA; }

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

This text font color is #E6E3CA.


Background Color

.myBgColor { background-color: #E6E3CA; }

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

This div background color is #E6E3CA.


Border color

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

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

This div border color is #E6E3CA.


Opacity

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

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

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

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

This text has shadow with #E6E3CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6E3CA on black background.


Color preview on white background

This text has color #E6E3CA on white background.



Black color preview on #E6E3CA background

This text has black color on #E6E3CA background.


White color preview on #E6E3CA background

This text has white color on #E6E3CA background.