COLOR #EEC9C7

HEX: #EEC9C7 RGB: (238,201,199)

Color info

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

RGB color model

#EEC9C7 color RGB value is (238,201,199).

RGB: (238,201,199) (93%, 79%, 78%)

RGB channels and saturation

R 238 of 255 = 93%
G 201 of 255 = 79%
B 199 of 255 = 78%

238
201
199

R + G + B ~ 83%. #EEC9C7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 238 + 201 + 199 = 638 (100%)
R 238 of 638 ~ 37.3%
G 201 of 638 ~ 31.5%
B 199 of 638 ~ 31.19'%

%37.3
%31.5
%31.19

CMYK color model

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

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

CMYK: (0,16,16,7)
C0M16Y16K7 (0%, 16%, 16%, 7%)
(0.00 / 0.16 / 0.16 / 0.07)

CMYK percentages

%0
%15.55
%16.39
%6.67

Codes

Color #EEC9C7 in popluar color models

EE C9 C7
RGB 238 201 199
HSL 53.42% 85.69%
HSB/HSV 16.39% 93.33%
CMYK 0.00% 15.55% 16.39%
6.67%

Color #EEC9C7 in popluar number systems.

HEX EE C9 C7
Decimal 238 201 199
Binary 11101110 11001001 11000111
Octal 356 311 307

Shades and tints

Shades of #EEC9C7

#EEC9C7
(238,201,199)
#D9B7B5
(217,183,181)
#C4A5A3
(196,165,163)
#AF9391
(175,147,145)
#9A817F
(154,129,127)
#856F6D
(133,111,109)
#705D5B
(112,93,91)
#5B4B49
(91,75,73)
#463937
(70,57,55)
#312725
(49,39,37)
#1C1513
(28,21,19)
#000000
(0,0,0)

Tints of #EEC9C7

#EEC9C7
(238,201,199)
#EFCDCC
(239,205,204)
#F0D1D1
(240,209,209)
#F1D5D6
(241,213,214)
#F2D9DB
(242,217,219)
#F3DDE0
(243,221,224)
#F4E1E5
(244,225,229)
#F5E5EA
(245,229,234)
#F6E9EF
(246,233,239)
#F7EDF4
(247,237,244)
#F8F1F9
(248,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEC9C7; }

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

This text font color is #EEC9C7.

Background Color

.myBgColor { background-color: #EEC9C7; }

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

This div background color is #EEC9C7.

Border color

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

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

This div border color is #EEC9C7.

Opacity

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

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

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

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

This text has shadow with #EEC9C7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EEC9C7.

Preview

Color preview on black background

This text has color #EEC9C7 on black background.


Color preview on white background

This text has color #EEC9C7 on white background.


Black color preview on #EEC9C7 background

This text has black color on #EEC9C7 background.


White color preview on #EEC9C7 background

This text has white color on #EEC9C7 background.


Related colors

Complementary color

Complementary color for #hex is #113638.


I love getcolorcode.com

Triadic colors

1 #C7EEC9 and #C9C7EE with #EEC9C7 are triadic colors.

2 #C7C9EE and #C9EEC7 with #EEC9C7 are triadic colors.