COLOR #EEC1C8

HEX: #EEC1C8
RGB: (238,193,200)

Color info

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

RGB color model

#EEC1C8 color RGB value is (238,193,200).

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

RGB channels and saturation

R 238 of 255 = 93%
G 193 of 255 = 76%
B 200 of 255 = 78%

238
193
200

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

Portions of RGB colors in percentages

R + G + B =
238 + 193 + 200 = 631 (100%)
R 238 of 631 ~ 37.72%
G 193 of 631 ~ 30.59%
B 200 of 631 ~ 31.7%

%37.72
%30.59
%31.7

CMYK color model

#EEC1C8 color CMYK value is (0,19,16,7).

  • cyan value is 0.00%
  • magenta value is 18.91%
  • yellow value is 15.97%
  • key color value is 6.67%
CMYK:
(0,19,16,7)
C0M19Y16K7 
(0%,19%,16%,7%)
(0.00/0.19/0.16/0.07)	

CMYK percentages

%0
%18.91
%15.97
%6.67

Codes

Color #EEC1C8 in popluar color models

EEC1C8
RGB238193200
HSL351°56.96%84.51%
HSB/HSV351°18.91%93.33%
CMYK0.00%18.91%15.97%
6.67%

Color #EEC1C8 in popluar number systems.

HEXEEC1C8
Decimal238193200
Binary111011101100000111001000
Octal356301310

Shades and tints

Shades of #EEC1C8

#EEC1C8
(238,193,200)
#D9B0B6
(217,176,182)
#C49FA4
(196,159,164)
#AF8E92
(175,142,146)
#9A7D80
(154,125,128)
#856C6E
(133,108,110)
#705B5C
(112,91,92)
#5B4A4A
(91,74,74)
#463938
(70,57,56)
#312826
(49,40,38)
#1C1714
(28,23,20)
#000000
(0,0,0)

Tints of #EEC1C8

#EEC1C8
(238,193,200)
#EFC6CD
(239,198,205)
#F0CBD2
(240,203,210)
#F1D0D7
(241,208,215)
#F2D5DC
(242,213,220)
#F3DAE1
(243,218,225)
#F4DFE6
(244,223,230)
#F5E4EB
(245,228,235)
#F6E9F0
(246,233,240)
#F7EEF5
(247,238,245)
#F8F3FA
(248,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEC1C8; }

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

This text font color is #EEC1C8.


Background Color

.myBgColor { background-color: #EEC1C8; }

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

This div background color is #EEC1C8.


Border color

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

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

This div border color is #EEC1C8.


Opacity

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

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

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

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

This text has shadow with #EEC1C8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEC1C8 on black background.


Color preview on white background

This text has color #EEC1C8 on white background.



Black color preview on #EEC1C8 background

This text has black color on #EEC1C8 background.


White color preview on #EEC1C8 background

This text has white color on #EEC1C8 background.