COLOR #EEC3C0

HEX: #EEC3C0
RGB: (238,195,192)

Color info

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

RGB color model

#EEC3C0 color RGB value is (238,195,192).

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

RGB channels and saturation

R 238 of 255 = 93%
G 195 of 255 = 76%
B 192 of 255 = 75%

238
195
192

R + G + B ~ 81%. #EEC3C0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
238 + 195 + 192 = 625 (100%)
R 238 of 625 ~ 38.08%
G 195 of 625 ~ 31.2%
B 192 of 625 ~ 30.72%

%38.08
%31.2
%30.72

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 18.07%
  • yellow value is 19.33%
  • key color value is 6.67%
CMYK:
(0,18,19,7)
C0M18Y19K7 
(0%,18%,19%,7%)
(0.00/0.18/0.19/0.07)	

CMYK percentages

%0
%18.07
%19.33
%6.67

Codes

Color #EEC3C0 in popluar color models

EEC3C0
RGB238195192
HSL57.50%84.31%
HSB/HSV19.33%93.33%
CMYK0.00%18.07%19.33%
6.67%

Color #EEC3C0 in popluar number systems.

HEXEEC3C0
Decimal238195192
Binary111011101100001111000000
Octal356303300

Shades and tints

Shades of #EEC3C0

#EEC3C0
(238,195,192)
#D9B2AF
(217,178,175)
#C4A19E
(196,161,158)
#AF908D
(175,144,141)
#9A7F7C
(154,127,124)
#856E6B
(133,110,107)
#705D5A
(112,93,90)
#5B4C49
(91,76,73)
#463B38
(70,59,56)
#312A27
(49,42,39)
#1C1916
(28,25,22)
#000000
(0,0,0)

Tints of #EEC3C0

#EEC3C0
(238,195,192)
#EFC8C5
(239,200,197)
#F0CDCA
(240,205,202)
#F1D2CF
(241,210,207)
#F2D7D4
(242,215,212)
#F3DCD9
(243,220,217)
#F4E1DE
(244,225,222)
#F5E6E3
(245,230,227)
#F6EBE8
(246,235,232)
#F7F0ED
(247,240,237)
#F8F5F2
(248,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEC3C0; }

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

This text font color is #EEC3C0.


Background Color

.myBgColor { background-color: #EEC3C0; }

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

This div background color is #EEC3C0.


Border color

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

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

This div border color is #EEC3C0.


Opacity

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

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

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

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

This text has shadow with #EEC3C0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEC3C0 on black background.


Color preview on white background

This text has color #EEC3C0 on white background.



Black color preview on #EEC3C0 background

This text has black color on #EEC3C0 background.


White color preview on #EEC3C0 background

This text has white color on #EEC3C0 background.