COLOR #EEC1D7

HEX: #EEC1D7
RGB: (238,193,215)

Color info

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

RGB color model

#EEC1D7 color RGB value is (238,193,215).

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

RGB channels and saturation

R 238 of 255 = 93%
G 193 of 255 = 76%
B 215 of 255 = 84%

238
193
215

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

Portions of RGB colors in percentages

R + G + B =
238 + 193 + 215 = 646 (100%)
R 238 of 646 ~ 36.84%
G 193 of 646 ~ 29.88%
B 215 of 646 ~ 33.28%

%36.84
%29.88
%33.28

CMYK color model

#EEC1D7 color CMYK value is (0,19,10,7).

  • cyan value is 0.00%
  • magenta value is 18.91%
  • yellow value is 9.66%
  • key color value is 6.67%
CMYK:
(0,19,10,7)
C0M19Y10K7 
(0%,19%,10%,7%)
(0.00/0.19/0.10/0.07)	

CMYK percentages

%0
%18.91
%9.66
%6.67

Codes

Color #EEC1D7 in popluar color models

EEC1D7
RGB238193215
HSL331°56.96%84.51%
HSB/HSV331°18.91%93.33%
CMYK0.00%18.91%9.66%
6.67%

Color #EEC1D7 in popluar number systems.

HEXEEC1D7
Decimal238193215
Binary111011101100000111010111
Octal356301327

Shades and tints

Shades of #EEC1D7

#EEC1D7
(238,193,215)
#D9B0C4
(217,176,196)
#C49FB1
(196,159,177)
#AF8E9E
(175,142,158)
#9A7D8B
(154,125,139)
#856C78
(133,108,120)
#705B65
(112,91,101)
#5B4A52
(91,74,82)
#46393F
(70,57,63)
#31282C
(49,40,44)
#1C1719
(28,23,25)
#000000
(0,0,0)

Tints of #EEC1D7

#EEC1D7
(238,193,215)
#EFC6DA
(239,198,218)
#F0CBDD
(240,203,221)
#F1D0E0
(241,208,224)
#F2D5E3
(242,213,227)
#F3DAE6
(243,218,230)
#F4DFE9
(244,223,233)
#F5E4EC
(245,228,236)
#F6E9EF
(246,233,239)
#F7EEF2
(247,238,242)
#F8F3F5
(248,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEC1D7; }

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

This text font color is #EEC1D7.


Background Color

.myBgColor { background-color: #EEC1D7; }

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

This div background color is #EEC1D7.


Border color

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

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

This div border color is #EEC1D7.


Opacity

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

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

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

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

This text has shadow with #EEC1D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEC1D7 on black background.


Color preview on white background

This text has color #EEC1D7 on white background.



Black color preview on #EEC1D7 background

This text has black color on #EEC1D7 background.


White color preview on #EEC1D7 background

This text has white color on #EEC1D7 background.