COLOR #EEE3CA

HEX: #EEE3CA
RGB: (238,227,202)

Color info

#EEE3CA contains red, green and blue colors in about the same proportion. Web safe color of #EEE3CA is #FFCCCC (or #FCC).

RGB color model

#EEE3CA color RGB value is (238,227,202).

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

RGB channels and saturation

R 238 of 255 = 93%
G 227 of 255 = 89%
B 202 of 255 = 79%

238
227
202

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

Portions of RGB colors in percentages

R + G + B =
238 + 227 + 202 = 667 (100%)
R 238 of 667 ~ 35.68%
G 227 of 667 ~ 34.03%
B 202 of 667 ~ 30.28%

%35.68
%34.03
%30.28

CMYK color model

#EEE3CA color CMYK value is (0,5,15,7).

  • cyan value is 0.00%
  • magenta value is 4.62%
  • yellow value is 15.13%
  • key color value is 6.67%
CMYK:
(0,5,15,7)
C0M5Y15K7 
(0%,5%,15%,7%)
(0.00/0.05/0.15/0.07)	

CMYK percentages

%0
%4.62
%15.13
%6.67

Codes

Color #EEE3CA in popluar color models

EEE3CA
RGB238227202
HSL42°51.43%86.27%
HSB/HSV42°15.13%93.33%
CMYK0.00%4.62%15.13%
6.67%

Color #EEE3CA in popluar number systems.

HEXEEE3CA
Decimal238227202
Binary111011101110001111001010
Octal356343312

Shades and tints

Shades of #EEE3CA

#EEE3CA
(238,227,202)
#D9CFB8
(217,207,184)
#C4BBA6
(196,187,166)
#AFA794
(175,167,148)
#9A9382
(154,147,130)
#857F70
(133,127,112)
#706B5E
(112,107,94)
#5B574C
(91,87,76)
#46433A
(70,67,58)
#312F28
(49,47,40)
#1C1B16
(28,27,22)
#000000
(0,0,0)

Tints of #EEE3CA

#EEE3CA
(238,227,202)
#EFE5CE
(239,229,206)
#F0E7D2
(240,231,210)
#F1E9D6
(241,233,214)
#F2EBDA
(242,235,218)
#F3EDDE
(243,237,222)
#F4EFE2
(244,239,226)
#F5F1E6
(245,241,230)
#F6F3EA
(246,243,234)
#F7F5EE
(247,245,238)
#F8F7F2
(248,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEE3CA; }

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

This text font color is #EEE3CA.


Background Color

.myBgColor { background-color: #EEE3CA; }

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

This div background color is #EEE3CA.


Border color

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

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

This div border color is #EEE3CA.


Opacity

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

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

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

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

This text has shadow with #EEE3CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEE3CA on black background.


Color preview on white background

This text has color #EEE3CA on white background.



Black color preview on #EEE3CA background

This text has black color on #EEE3CA background.


White color preview on #EEE3CA background

This text has white color on #EEE3CA background.