COLOR #EED0C9

HEX: #EED0C9 RGB: (238,208,201)

Color info

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

RGB color model

#EED0C9 color RGB value is (238,208,201).

RGB: (238,208,201) (93%, 82%, 79%)

RGB channels and saturation

R 238 of 255 = 93%
G 208 of 255 = 82%
B 201 of 255 = 79%

238
208
201

R + G + B ~ 85%. #EED0C9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 238 + 208 + 201 = 647 (100%)
R 238 of 647 ~ 36.79%
G 208 of 647 ~ 32.15%
B 201 of 647 ~ 31.07'%

%36.79
%32.15
%31.07

CMYK color model

#EED0C9 color CMYK value is (0,13,16,7).

  • cyan value is 0.00%
  • magenta value is 12.61%
  • yellow value is 15.55%
  • key color value is 6.67%

CMYK: (0,13,16,7)
C0M13Y16K7 (0%, 13%, 16%, 7%)
(0.00 / 0.13 / 0.16 / 0.07)

CMYK percentages

%0
%12.61
%15.55
%6.67

Codes

Color #EED0C9 in popluar color models

EE D0 C9
RGB 238 208 201
HSL 11° 52.11% 86.08%
HSB/HSV 11° 15.55% 93.33%
CMYK 0.00% 12.61% 15.55%
6.67%

Color #EED0C9 in popluar number systems.

HEX EE D0 C9
Decimal 238 208 201
Binary 11101110 11010000 11001001
Octal 356 320 311

Shades and tints

Shades of #EED0C9

#EED0C9
(238,208,201)
#D9BEB7
(217,190,183)
#C4ACA5
(196,172,165)
#AF9A93
(175,154,147)
#9A8881
(154,136,129)
#85766F
(133,118,111)
#70645D
(112,100,93)
#5B524B
(91,82,75)
#464039
(70,64,57)
#312E27
(49,46,39)
#1C1C15
(28,28,21)
#000000
(0,0,0)

Tints of #EED0C9

#EED0C9
(238,208,201)
#EFD4CD
(239,212,205)
#F0D8D1
(240,216,209)
#F1DCD5
(241,220,213)
#F2E0D9
(242,224,217)
#F3E4DD
(243,228,221)
#F4E8E1
(244,232,225)
#F5ECE5
(245,236,229)
#F6F0E9
(246,240,233)
#F7F4ED
(247,244,237)
#F8F8F1
(248,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EED0C9 color. Also use rgb(238,208,201) instead hex code.

Text Font Color

.myTextColor { color: #EED0C9; }

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

This text font color is #EED0C9.

Background Color

.myBgColor { background-color: #EED0C9; }

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

This div background color is #EED0C9.

Border color

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

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

This div border color is #EED0C9.

Opacity

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

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

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

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

This text has shadow with #EED0C9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EED0C9.

Preview

Color preview on black background

This text has color #EED0C9 on black background.


Color preview on white background

This text has color #EED0C9 on white background.


Black color preview on #EED0C9 background

This text has black color on #EED0C9 background.


White color preview on #EED0C9 background

This text has white color on #EED0C9 background.


Related colors

Complementary color

Complementary color for #hex is #112F36.


I love getcolorcode.com

Triadic colors

1 #C9EED0 and #D0C9EE with #EED0C9 are triadic colors.

2 #C9D0EE and #D0EEC9 with #EED0C9 are triadic colors.