COLOR #EEC2C4

HEX: #EEC2C4
RGB: (238,194,196)

Color info

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

RGB color model

#EEC2C4 color RGB value is (238,194,196).

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

RGB channels and saturation

R 238 of 255 = 93%
G 194 of 255 = 76%
B 196 of 255 = 77%

238
194
196

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

Portions of RGB colors in percentages

R + G + B =
238 + 194 + 196 = 628 (100%)
R 238 of 628 ~ 37.9%
G 194 of 628 ~ 30.89%
B 196 of 628 ~ 31.21%

%37.9
%30.89
%31.21

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 18.49%
  • yellow value is 17.65%
  • key color value is 6.67%
CMYK:
(0,18,18,7)
C0M18Y18K7 
(0%,18%,18%,7%)
(0.00/0.18/0.18/0.07)	

CMYK percentages

%0
%18.49
%17.65
%6.67

Codes

Color #EEC2C4 in popluar color models

EEC2C4
RGB238194196
HSL357°56.41%84.71%
HSB/HSV357°18.49%93.33%
CMYK0.00%18.49%17.65%
6.67%

Color #EEC2C4 in popluar number systems.

HEXEEC2C4
Decimal238194196
Binary111011101100001011000100
Octal356302304

Shades and tints

Shades of #EEC2C4

#EEC2C4
(238,194,196)
#D9B1B3
(217,177,179)
#C4A0A2
(196,160,162)
#AF8F91
(175,143,145)
#9A7E80
(154,126,128)
#856D6F
(133,109,111)
#705C5E
(112,92,94)
#5B4B4D
(91,75,77)
#463A3C
(70,58,60)
#31292B
(49,41,43)
#1C181A
(28,24,26)
#000000
(0,0,0)

Tints of #EEC2C4

#EEC2C4
(238,194,196)
#EFC7C9
(239,199,201)
#F0CCCE
(240,204,206)
#F1D1D3
(241,209,211)
#F2D6D8
(242,214,216)
#F3DBDD
(243,219,221)
#F4E0E2
(244,224,226)
#F5E5E7
(245,229,231)
#F6EAEC
(246,234,236)
#F7EFF1
(247,239,241)
#F8F4F6
(248,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEC2C4; }

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

This text font color is #EEC2C4.


Background Color

.myBgColor { background-color: #EEC2C4; }

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

This div background color is #EEC2C4.


Border color

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

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

This div border color is #EEC2C4.


Opacity

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

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

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

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

This text has shadow with #EEC2C4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEC2C4 on black background.


Color preview on white background

This text has color #EEC2C4 on white background.



Black color preview on #EEC2C4 background

This text has black color on #EEC2C4 background.


White color preview on #EEC2C4 background

This text has white color on #EEC2C4 background.