COLOR #EEC2CD

HEX: #EEC2CD
RGB: (238,194,205)

Color info

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

RGB color model

#EEC2CD color RGB value is (238,194,205).

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

RGB channels and saturation

R 238 of 255 = 93%
G 194 of 255 = 76%
B 205 of 255 = 80%

238
194
205

R + G + B ~ 83%. #EEC2CD is quite light color.

Portions of RGB colors in percentages

R + G + B =
238 + 194 + 205 = 637 (100%)
R 238 of 637 ~ 37.36%
G 194 of 637 ~ 30.46%
B 205 of 637 ~ 32.18%

%37.36
%30.46
%32.18

CMYK color model

#EEC2CD color CMYK value is (0,18,14,7).

  • cyan value is 0.00%
  • magenta value is 18.49%
  • yellow value is 13.87%
  • key color value is 6.67%
CMYK:
(0,18,14,7)
C0M18Y14K7 
(0%,18%,14%,7%)
(0.00/0.18/0.14/0.07)	

CMYK percentages

%0
%18.49
%13.87
%6.67

Codes

Color #EEC2CD in popluar color models

EEC2CD
RGB238194205
HSL345°56.41%84.71%
HSB/HSV345°18.49%93.33%
CMYK0.00%18.49%13.87%
6.67%

Color #EEC2CD in popluar number systems.

HEXEEC2CD
Decimal238194205
Binary111011101100001011001101
Octal356302315

Shades and tints

Shades of #EEC2CD

#EEC2CD
(238,194,205)
#D9B1BB
(217,177,187)
#C4A0A9
(196,160,169)
#AF8F97
(175,143,151)
#9A7E85
(154,126,133)
#856D73
(133,109,115)
#705C61
(112,92,97)
#5B4B4F
(91,75,79)
#463A3D
(70,58,61)
#31292B
(49,41,43)
#1C1819
(28,24,25)
#000000
(0,0,0)

Tints of #EEC2CD

#EEC2CD
(238,194,205)
#EFC7D1
(239,199,209)
#F0CCD5
(240,204,213)
#F1D1D9
(241,209,217)
#F2D6DD
(242,214,221)
#F3DBE1
(243,219,225)
#F4E0E5
(244,224,229)
#F5E5E9
(245,229,233)
#F6EAED
(246,234,237)
#F7EFF1
(247,239,241)
#F8F4F5
(248,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEC2CD; }

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

This text font color is #EEC2CD.


Background Color

.myBgColor { background-color: #EEC2CD; }

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

This div background color is #EEC2CD.


Border color

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

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

This div border color is #EEC2CD.


Opacity

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

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

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

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

This text has shadow with #EEC2CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEC2CD on black background.


Color preview on white background

This text has color #EEC2CD on white background.



Black color preview on #EEC2CD background

This text has black color on #EEC2CD background.


White color preview on #EEC2CD background

This text has white color on #EEC2CD background.