COLOR #EEC1D1

HEX: #EEC1D1
RGB: (238,193,209)

Color info

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

RGB color model

#EEC1D1 color RGB value is (238,193,209).

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

RGB channels and saturation

R 238 of 255 = 93%
G 193 of 255 = 76%
B 209 of 255 = 82%

238
193
209

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

Portions of RGB colors in percentages

R + G + B =
238 + 193 + 209 = 640 (100%)
R 238 of 640 ~ 37.19%
G 193 of 640 ~ 30.16%
B 209 of 640 ~ 32.66%

%37.19
%30.16
%32.66

CMYK color model

#EEC1D1 color CMYK value is (0,19,12,7).

  • cyan value is 0.00%
  • magenta value is 18.91%
  • yellow value is 12.18%
  • key color value is 6.67%
CMYK:
(0,19,12,7)
C0M19Y12K7 
(0%,19%,12%,7%)
(0.00/0.19/0.12/0.07)	

CMYK percentages

%0
%18.91
%12.18
%6.67

Codes

Color #EEC1D1 in popluar color models

EEC1D1
RGB238193209
HSL339°56.96%84.51%
HSB/HSV339°18.91%93.33%
CMYK0.00%18.91%12.18%
6.67%

Color #EEC1D1 in popluar number systems.

HEXEEC1D1
Decimal238193209
Binary111011101100000111010001
Octal356301321

Shades and tints

Shades of #EEC1D1

#EEC1D1
(238,193,209)
#D9B0BE
(217,176,190)
#C49FAB
(196,159,171)
#AF8E98
(175,142,152)
#9A7D85
(154,125,133)
#856C72
(133,108,114)
#705B5F
(112,91,95)
#5B4A4C
(91,74,76)
#463939
(70,57,57)
#312826
(49,40,38)
#1C1713
(28,23,19)
#000000
(0,0,0)

Tints of #EEC1D1

#EEC1D1
(238,193,209)
#EFC6D5
(239,198,213)
#F0CBD9
(240,203,217)
#F1D0DD
(241,208,221)
#F2D5E1
(242,213,225)
#F3DAE5
(243,218,229)
#F4DFE9
(244,223,233)
#F5E4ED
(245,228,237)
#F6E9F1
(246,233,241)
#F7EEF5
(247,238,245)
#F8F3F9
(248,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEC1D1; }

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

This text font color is #EEC1D1.


Background Color

.myBgColor { background-color: #EEC1D1; }

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

This div background color is #EEC1D1.


Border color

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

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

This div border color is #EEC1D1.


Opacity

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

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

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

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

This text has shadow with #EEC1D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEC1D1 on black background.


Color preview on white background

This text has color #EEC1D1 on white background.



Black color preview on #EEC1D1 background

This text has black color on #EEC1D1 background.


White color preview on #EEC1D1 background

This text has white color on #EEC1D1 background.