COLOR #EEC2CE

HEX: #EEC2CE
RGB: (238,194,206)

Color info

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

RGB color model

#EEC2CE color RGB value is (238,194,206).

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

RGB channels and saturation

R 238 of 255 = 93%
G 194 of 255 = 76%
B 206 of 255 = 81%

238
194
206

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

Portions of RGB colors in percentages

R + G + B =
238 + 194 + 206 = 638 (100%)
R 238 of 638 ~ 37.3%
G 194 of 638 ~ 30.41%
B 206 of 638 ~ 32.29%

%37.3
%30.41
%32.29

CMYK color model

#EEC2CE color CMYK value is (0,18,13,7).

  • cyan value is 0.00%
  • magenta value is 18.49%
  • yellow value is 13.45%
  • key color value is 6.67%
CMYK:
(0,18,13,7)
C0M18Y13K7 
(0%,18%,13%,7%)
(0.00/0.18/0.13/0.07)	

CMYK percentages

%0
%18.49
%13.45
%6.67

Codes

Color #EEC2CE in popluar color models

EEC2CE
RGB238194206
HSL344°56.41%84.71%
HSB/HSV344°18.49%93.33%
CMYK0.00%18.49%13.45%
6.67%

Color #EEC2CE in popluar number systems.

HEXEEC2CE
Decimal238194206
Binary111011101100001011001110
Octal356302316

Shades and tints

Shades of #EEC2CE

#EEC2CE
(238,194,206)
#D9B1BC
(217,177,188)
#C4A0AA
(196,160,170)
#AF8F98
(175,143,152)
#9A7E86
(154,126,134)
#856D74
(133,109,116)
#705C62
(112,92,98)
#5B4B50
(91,75,80)
#463A3E
(70,58,62)
#31292C
(49,41,44)
#1C181A
(28,24,26)
#000000
(0,0,0)

Tints of #EEC2CE

#EEC2CE
(238,194,206)
#EFC7D2
(239,199,210)
#F0CCD6
(240,204,214)
#F1D1DA
(241,209,218)
#F2D6DE
(242,214,222)
#F3DBE2
(243,219,226)
#F4E0E6
(244,224,230)
#F5E5EA
(245,229,234)
#F6EAEE
(246,234,238)
#F7EFF2
(247,239,242)
#F8F4F6
(248,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEC2CE; }

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

This text font color is #EEC2CE.


Background Color

.myBgColor { background-color: #EEC2CE; }

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

This div background color is #EEC2CE.


Border color

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

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

This div border color is #EEC2CE.


Opacity

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

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

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

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

This text has shadow with #EEC2CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEC2CE on black background.


Color preview on white background

This text has color #EEC2CE on white background.



Black color preview on #EEC2CE background

This text has black color on #EEC2CE background.


White color preview on #EEC2CE background

This text has white color on #EEC2CE background.