COLOR #EED1C1

HEX: #EED1C1
RGB: (238,209,193)

Color info

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

RGB color model

#EED1C1 color RGB value is (238,209,193).

  • red value is 238;
  • green value is 209;
  • blue value is 193.
RGB:
(238,209,193)
(93%,82%,76%)

RGB channels and saturation

R 238 of 255 = 93%
G 209 of 255 = 82%
B 193 of 255 = 76%

238
209
193

R + G + B ~ 84%. #EED1C1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
238 + 209 + 193 = 640 (100%)
R 238 of 640 ~ 37.19%
G 209 of 640 ~ 32.66%
B 193 of 640 ~ 30.16%

%37.19
%32.66
%30.16

CMYK color model

#EED1C1 color CMYK value is (0,12,19,7).

  • cyan value is 0.00%
  • magenta value is 12.18%
  • yellow value is 18.91%
  • key color value is 6.67%
CMYK:
(0,12,19,7)
C0M12Y19K7 
(0%,12%,19%,7%)
(0.00/0.12/0.19/0.07)	

CMYK percentages

%0
%12.18
%18.91
%6.67

Codes

Color #EED1C1 in popluar color models

EED1C1
RGB238209193
HSL21°56.96%84.51%
HSB/HSV21°18.91%93.33%
CMYK0.00%12.18%18.91%
6.67%

Color #EED1C1 in popluar number systems.

HEXEED1C1
Decimal238209193
Binary111011101101000111000001
Octal356321301

Shades and tints

Shades of #EED1C1

#EED1C1
(238,209,193)
#D9BEB0
(217,190,176)
#C4AB9F
(196,171,159)
#AF988E
(175,152,142)
#9A857D
(154,133,125)
#85726C
(133,114,108)
#705F5B
(112,95,91)
#5B4C4A
(91,76,74)
#463939
(70,57,57)
#312628
(49,38,40)
#1C1317
(28,19,23)
#000000
(0,0,0)

Tints of #EED1C1

#EED1C1
(238,209,193)
#EFD5C6
(239,213,198)
#F0D9CB
(240,217,203)
#F1DDD0
(241,221,208)
#F2E1D5
(242,225,213)
#F3E5DA
(243,229,218)
#F4E9DF
(244,233,223)
#F5EDE4
(245,237,228)
#F6F1E9
(246,241,233)
#F7F5EE
(247,245,238)
#F8F9F3
(248,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EED1C1 color. Also use rgb(238,209,193) instead hex code.

Text Font Color

.myTextColor { color: #EED1C1; }

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

This text font color is #EED1C1.


Background Color

.myBgColor { background-color: #EED1C1; }

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

This div background color is #EED1C1.


Border color

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

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

This div border color is #EED1C1.


Opacity

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

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

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

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

This text has shadow with #EED1C1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EED1C1 on black background.


Color preview on white background

This text has color #EED1C1 on white background.



Black color preview on #EED1C1 background

This text has black color on #EED1C1 background.


White color preview on #EED1C1 background

This text has white color on #EED1C1 background.