COLOR #EEC2C2

HEX: #EEC2C2
RGB: (238,194,194)

Color info

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

RGB color model

#EEC2C2 color RGB value is (238,194,194).

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

RGB channels and saturation

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

238
194
194

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

Portions of RGB colors in percentages

R + G + B =
238 + 194 + 194 = 626 (100%)
R 238 of 626 ~ 38.02%
G 194 of 626 ~ 30.99%
B 194 of 626 ~ 30.99%

%38.02
%30.99
%30.99

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 18.49%
  • yellow value is 18.49%
  • 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
%18.49
%6.67

Codes

Color #EEC2C2 in popluar color models

EEC2C2
RGB238194194
HSL56.41%84.71%
HSB/HSV18.49%93.33%
CMYK0.00%18.49%18.49%
6.67%

Color #EEC2C2 in popluar number systems.

HEXEEC2C2
Decimal238194194
Binary111011101100001011000010
Octal356302302

Shades and tints

Shades of #EEC2C2

#EEC2C2
(238,194,194)
#D9B1B1
(217,177,177)
#C4A0A0
(196,160,160)
#AF8F8F
(175,143,143)
#9A7E7E
(154,126,126)
#856D6D
(133,109,109)
#705C5C
(112,92,92)
#5B4B4B
(91,75,75)
#463A3A
(70,58,58)
#312929
(49,41,41)
#1C1818
(28,24,24)
#000000
(0,0,0)

Tints of #EEC2C2

#EEC2C2
(238,194,194)
#EFC7C7
(239,199,199)
#F0CCCC
(240,204,204)
#F1D1D1
(241,209,209)
#F2D6D6
(242,214,214)
#F3DBDB
(243,219,219)
#F4E0E0
(244,224,224)
#F5E5E5
(245,229,229)
#F6EAEA
(246,234,234)
#F7EFEF
(247,239,239)
#F8F4F4
(248,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEC2C2; }

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

This text font color is #EEC2C2.


Background Color

.myBgColor { background-color: #EEC2C2; }

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

This div background color is #EEC2C2.


Border color

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

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

This div border color is #EEC2C2.


Opacity

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

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

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

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

This text has shadow with #EEC2C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEC2C2 on black background.


Color preview on white background

This text has color #EEC2C2 on white background.



Black color preview on #EEC2C2 background

This text has black color on #EEC2C2 background.


White color preview on #EEC2C2 background

This text has white color on #EEC2C2 background.