COLOR #EEE1C6

HEX: #EEE1C6
RGB: (238,225,198)

Color info

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

RGB color model

#EEE1C6 color RGB value is (238,225,198).

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

RGB channels and saturation

R 238 of 255 = 93%
G 225 of 255 = 88%
B 198 of 255 = 78%

238
225
198

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

Portions of RGB colors in percentages

R + G + B =
238 + 225 + 198 = 661 (100%)
R 238 of 661 ~ 36.01%
G 225 of 661 ~ 34.04%
B 198 of 661 ~ 29.95%

%36.01
%34.04
%29.95

CMYK color model

#EEE1C6 color CMYK value is (0,5,17,7).

  • cyan value is 0.00%
  • magenta value is 5.46%
  • yellow value is 16.81%
  • key color value is 6.67%
CMYK:
(0,5,17,7)
C0M5Y17K7 
(0%,5%,17%,7%)
(0.00/0.05/0.17/0.07)	

CMYK percentages

%0
%5.46
%16.81
%6.67

Codes

Color #EEE1C6 in popluar color models

EEE1C6
RGB238225198
HSL41°54.05%85.49%
HSB/HSV41°16.81%93.33%
CMYK0.00%5.46%16.81%
6.67%

Color #EEE1C6 in popluar number systems.

HEXEEE1C6
Decimal238225198
Binary111011101110000111000110
Octal356341306

Shades and tints

Shades of #EEE1C6

#EEE1C6
(238,225,198)
#D9CDB4
(217,205,180)
#C4B9A2
(196,185,162)
#AFA590
(175,165,144)
#9A917E
(154,145,126)
#857D6C
(133,125,108)
#70695A
(112,105,90)
#5B5548
(91,85,72)
#464136
(70,65,54)
#312D24
(49,45,36)
#1C1912
(28,25,18)
#000000
(0,0,0)

Tints of #EEE1C6

#EEE1C6
(238,225,198)
#EFE3CB
(239,227,203)
#F0E5D0
(240,229,208)
#F1E7D5
(241,231,213)
#F2E9DA
(242,233,218)
#F3EBDF
(243,235,223)
#F4EDE4
(244,237,228)
#F5EFE9
(245,239,233)
#F6F1EE
(246,241,238)
#F7F3F3
(247,243,243)
#F8F5F8
(248,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEE1C6; }

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

This text font color is #EEE1C6.


Background Color

.myBgColor { background-color: #EEE1C6; }

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

This div background color is #EEE1C6.


Border color

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

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

This div border color is #EEE1C6.


Opacity

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

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

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

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

This text has shadow with #EEE1C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEE1C6 on black background.


Color preview on white background

This text has color #EEE1C6 on white background.



Black color preview on #EEE1C6 background

This text has black color on #EEE1C6 background.


White color preview on #EEE1C6 background

This text has white color on #EEE1C6 background.