COLOR #EEC1C1

HEX: #EEC1C1
RGB: (238,193,193)

Color info

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

RGB color model

#EEC1C1 color RGB value is (238,193,193).

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

RGB channels and saturation

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

238
193
193

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

Portions of RGB colors in percentages

R + G + B =
238 + 193 + 193 = 624 (100%)
R 238 of 624 ~ 38.14%
G 193 of 624 ~ 30.93%
B 193 of 624 ~ 30.93%

%38.14
%30.93
%30.93

CMYK color model

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

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

CMYK percentages

%0
%18.91
%18.91
%6.67

Codes

Color #EEC1C1 in popluar color models

EEC1C1
RGB238193193
HSL56.96%84.51%
HSB/HSV18.91%93.33%
CMYK0.00%18.91%18.91%
6.67%

Color #EEC1C1 in popluar number systems.

HEXEEC1C1
Decimal238193193
Binary111011101100000111000001
Octal356301301

Shades and tints

Shades of #EEC1C1

#EEC1C1
(238,193,193)
#D9B0B0
(217,176,176)
#C49F9F
(196,159,159)
#AF8E8E
(175,142,142)
#9A7D7D
(154,125,125)
#856C6C
(133,108,108)
#705B5B
(112,91,91)
#5B4A4A
(91,74,74)
#463939
(70,57,57)
#312828
(49,40,40)
#1C1717
(28,23,23)
#000000
(0,0,0)

Tints of #EEC1C1

#EEC1C1
(238,193,193)
#EFC6C6
(239,198,198)
#F0CBCB
(240,203,203)
#F1D0D0
(241,208,208)
#F2D5D5
(242,213,213)
#F3DADA
(243,218,218)
#F4DFDF
(244,223,223)
#F5E4E4
(245,228,228)
#F6E9E9
(246,233,233)
#F7EEEE
(247,238,238)
#F8F3F3
(248,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEC1C1; }

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

This text font color is #EEC1C1.


Background Color

.myBgColor { background-color: #EEC1C1; }

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

This div background color is #EEC1C1.


Border color

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

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

This div border color is #EEC1C1.


Opacity

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

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

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

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

This text has shadow with #EEC1C1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEC1C1 on black background.


Color preview on white background

This text has color #EEC1C1 on white background.



Black color preview on #EEC1C1 background

This text has black color on #EEC1C1 background.


White color preview on #EEC1C1 background

This text has white color on #EEC1C1 background.