COLOR #EEC8D1

HEX: #EEC8D1 RGB: (238,200,209)

Color info

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

RGB color model

#EEC8D1 color RGB value is (238,200,209).

RGB: (238,200,209) (93%, 78%, 82%)

RGB channels and saturation

R 238 of 255 = 93%
G 200 of 255 = 78%
B 209 of 255 = 82%

238
200
209

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

Portions of RGB colors in percentages

R + G + B = 238 + 200 + 209 = 647 (100%)
R 238 of 647 ~ 36.79%
G 200 of 647 ~ 30.91%
B 209 of 647 ~ 32.3'%

%36.79
%30.91
%32.3

CMYK color model

#EEC8D1 color CMYK value is (0,16,12,7).

  • cyan value is 0.00%
  • magenta value is 15.97%
  • yellow value is 12.18%
  • key color value is 6.67%

CMYK: (0,16,12,7)
C0M16Y12K7 (0%, 16%, 12%, 7%)
(0.00 / 0.16 / 0.12 / 0.07)

CMYK percentages

%0
%15.97
%12.18
%6.67

Codes

Color #EEC8D1 in popluar color models

EE C8 D1
RGB 238 200 209
HSL 346° 52.78% 85.88%
HSB/HSV 346° 15.97% 93.33%
CMYK 0.00% 15.97% 12.18%
6.67%

Color #EEC8D1 in popluar number systems.

HEX EE C8 D1
Decimal 238 200 209
Binary 11101110 11001000 11010001
Octal 356 310 321

Shades and tints

Shades of #EEC8D1

#EEC8D1
(238,200,209)
#D9B6BE
(217,182,190)
#C4A4AB
(196,164,171)
#AF9298
(175,146,152)
#9A8085
(154,128,133)
#856E72
(133,110,114)
#705C5F
(112,92,95)
#5B4A4C
(91,74,76)
#463839
(70,56,57)
#312626
(49,38,38)
#1C1413
(28,20,19)
#000000
(0,0,0)

Tints of #EEC8D1

#EEC8D1
(238,200,209)
#EFCDD5
(239,205,213)
#F0D2D9
(240,210,217)
#F1D7DD
(241,215,221)
#F2DCE1
(242,220,225)
#F3E1E5
(243,225,229)
#F4E6E9
(244,230,233)
#F5EBED
(245,235,237)
#F6F0F1
(246,240,241)
#F7F5F5
(247,245,245)
#F8FAF9
(248,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEC8D1; }

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

This text font color is #EEC8D1.

Background Color

.myBgColor { background-color: #EEC8D1; }

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

This div background color is #EEC8D1.

Border color

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

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

This div border color is #EEC8D1.

Opacity

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

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

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

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

This text has shadow with #EEC8D1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EEC8D1.

Preview

Color preview on black background

This text has color #EEC8D1 on black background.


Color preview on white background

This text has color #EEC8D1 on white background.


Black color preview on #EEC8D1 background

This text has black color on #EEC8D1 background.


White color preview on #EEC8D1 background

This text has white color on #EEC8D1 background.


Related colors

Complementary color

Complementary color for #hex is #11372E.


I love getcolorcode.com

Triadic colors

1 #D1EEC8 and #C8D1EE with #EEC8D1 are triadic colors.

2 #D1C8EE and #C8EED1 with #EEC8D1 are triadic colors.