COLOR #EEC1C7

HEX: #EEC1C7
RGB: (238,193,199)

Color info

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

RGB color model

#EEC1C7 color RGB value is (238,193,199).

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

RGB channels and saturation

R 238 of 255 = 93%
G 193 of 255 = 76%
B 199 of 255 = 78%

238
193
199

R + G + B ~ 82%. #EEC1C7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
238 + 193 + 199 = 630 (100%)
R 238 of 630 ~ 37.78%
G 193 of 630 ~ 30.63%
B 199 of 630 ~ 31.59%

%37.78
%30.63
%31.59

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 18.91%
  • yellow value is 16.39%
  • key color value is 6.67%
CMYK:
(0,19,16,7)
C0M19Y16K7 
(0%,19%,16%,7%)
(0.00/0.19/0.16/0.07)	

CMYK percentages

%0
%18.91
%16.39
%6.67

Codes

Color #EEC1C7 in popluar color models

EEC1C7
RGB238193199
HSL352°56.96%84.51%
HSB/HSV352°18.91%93.33%
CMYK0.00%18.91%16.39%
6.67%

Color #EEC1C7 in popluar number systems.

HEXEEC1C7
Decimal238193199
Binary111011101100000111000111
Octal356301307

Shades and tints

Shades of #EEC1C7

#EEC1C7
(238,193,199)
#D9B0B5
(217,176,181)
#C49FA3
(196,159,163)
#AF8E91
(175,142,145)
#9A7D7F
(154,125,127)
#856C6D
(133,108,109)
#705B5B
(112,91,91)
#5B4A49
(91,74,73)
#463937
(70,57,55)
#312825
(49,40,37)
#1C1713
(28,23,19)
#000000
(0,0,0)

Tints of #EEC1C7

#EEC1C7
(238,193,199)
#EFC6CC
(239,198,204)
#F0CBD1
(240,203,209)
#F1D0D6
(241,208,214)
#F2D5DB
(242,213,219)
#F3DAE0
(243,218,224)
#F4DFE5
(244,223,229)
#F5E4EA
(245,228,234)
#F6E9EF
(246,233,239)
#F7EEF4
(247,238,244)
#F8F3F9
(248,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEC1C7; }

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

This text font color is #EEC1C7.


Background Color

.myBgColor { background-color: #EEC1C7; }

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

This div background color is #EEC1C7.


Border color

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

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

This div border color is #EEC1C7.


Opacity

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

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

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

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

This text has shadow with #EEC1C7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEC1C7 on black background.


Color preview on white background

This text has color #EEC1C7 on white background.



Black color preview on #EEC1C7 background

This text has black color on #EEC1C7 background.


White color preview on #EEC1C7 background

This text has white color on #EEC1C7 background.