COLOR #EEE1CA

HEX: #EEE1CA
RGB: (238,225,202)

Color info

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

RGB color model

#EEE1CA color RGB value is (238,225,202).

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

RGB channels and saturation

R 238 of 255 = 93%
G 225 of 255 = 88%
B 202 of 255 = 79%

238
225
202

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

Portions of RGB colors in percentages

R + G + B =
238 + 225 + 202 = 665 (100%)
R 238 of 665 ~ 35.79%
G 225 of 665 ~ 33.83%
B 202 of 665 ~ 30.38%

%35.79
%33.83
%30.38

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 5.46%
  • 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
%5.46
%15.13
%6.67

Codes

Color #EEE1CA in popluar color models

EEE1CA
RGB238225202
HSL38°51.43%86.27%
HSB/HSV38°15.13%93.33%
CMYK0.00%5.46%15.13%
6.67%

Color #EEE1CA in popluar number systems.

HEXEEE1CA
Decimal238225202
Binary111011101110000111001010
Octal356341312

Shades and tints

Shades of #EEE1CA

#EEE1CA
(238,225,202)
#D9CDB8
(217,205,184)
#C4B9A6
(196,185,166)
#AFA594
(175,165,148)
#9A9182
(154,145,130)
#857D70
(133,125,112)
#70695E
(112,105,94)
#5B554C
(91,85,76)
#46413A
(70,65,58)
#312D28
(49,45,40)
#1C1916
(28,25,22)
#000000
(0,0,0)

Tints of #EEE1CA

#EEE1CA
(238,225,202)
#EFE3CE
(239,227,206)
#F0E5D2
(240,229,210)
#F1E7D6
(241,231,214)
#F2E9DA
(242,233,218)
#F3EBDE
(243,235,222)
#F4EDE2
(244,237,226)
#F5EFE6
(245,239,230)
#F6F1EA
(246,241,234)
#F7F3EE
(247,243,238)
#F8F5F2
(248,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEE1CA; }

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

This text font color is #EEE1CA.


Background Color

.myBgColor { background-color: #EEE1CA; }

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

This div background color is #EEE1CA.


Border color

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

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

This div border color is #EEE1CA.


Opacity

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

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

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

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

This text has shadow with #EEE1CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEE1CA on black background.


Color preview on white background

This text has color #EEE1CA on white background.



Black color preview on #EEE1CA background

This text has black color on #EEE1CA background.


White color preview on #EEE1CA background

This text has white color on #EEE1CA background.