COLOR #EEC1D5

HEX: #EEC1D5
RGB: (238,193,213)

Color info

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

RGB color model

#EEC1D5 color RGB value is (238,193,213).

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

RGB channels and saturation

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

238
193
213

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

Portions of RGB colors in percentages

R + G + B =
238 + 193 + 213 = 644 (100%)
R 238 of 644 ~ 36.96%
G 193 of 644 ~ 29.97%
B 213 of 644 ~ 33.07%

%36.96
%29.97
%33.07

CMYK color model

#EEC1D5 color CMYK value is (0,19,11,7).

  • cyan value is 0.00%
  • magenta value is 18.91%
  • yellow value is 10.50%
  • key color value is 6.67%
CMYK:
(0,19,11,7)
C0M19Y11K7 
(0%,19%,11%,7%)
(0.00/0.19/0.11/0.07)	

CMYK percentages

%0
%18.91
%10.5
%6.67

Codes

Color #EEC1D5 in popluar color models

EEC1D5
RGB238193213
HSL333°56.96%84.51%
HSB/HSV333°18.91%93.33%
CMYK0.00%18.91%10.50%
6.67%

Color #EEC1D5 in popluar number systems.

HEXEEC1D5
Decimal238193213
Binary111011101100000111010101
Octal356301325

Shades and tints

Shades of #EEC1D5

#EEC1D5
(238,193,213)
#D9B0C2
(217,176,194)
#C49FAF
(196,159,175)
#AF8E9C
(175,142,156)
#9A7D89
(154,125,137)
#856C76
(133,108,118)
#705B63
(112,91,99)
#5B4A50
(91,74,80)
#46393D
(70,57,61)
#31282A
(49,40,42)
#1C1717
(28,23,23)
#000000
(0,0,0)

Tints of #EEC1D5

#EEC1D5
(238,193,213)
#EFC6D8
(239,198,216)
#F0CBDB
(240,203,219)
#F1D0DE
(241,208,222)
#F2D5E1
(242,213,225)
#F3DAE4
(243,218,228)
#F4DFE7
(244,223,231)
#F5E4EA
(245,228,234)
#F6E9ED
(246,233,237)
#F7EEF0
(247,238,240)
#F8F3F3
(248,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEC1D5; }

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

This text font color is #EEC1D5.


Background Color

.myBgColor { background-color: #EEC1D5; }

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

This div background color is #EEC1D5.


Border color

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

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

This div border color is #EEC1D5.


Opacity

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

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

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

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

This text has shadow with #EEC1D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEC1D5 on black background.


Color preview on white background

This text has color #EEC1D5 on white background.



Black color preview on #EEC1D5 background

This text has black color on #EEC1D5 background.


White color preview on #EEC1D5 background

This text has white color on #EEC1D5 background.