COLOR #EEC0D0

HEX: #EEC0D0
RGB: (238,192,208)

Color info

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

RGB color model

#EEC0D0 color RGB value is (238,192,208).

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

RGB channels and saturation

R 238 of 255 = 93%
G 192 of 255 = 75%
B 208 of 255 = 82%

238
192
208

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

Portions of RGB colors in percentages

R + G + B =
238 + 192 + 208 = 638 (100%)
R 238 of 638 ~ 37.3%
G 192 of 638 ~ 30.09%
B 208 of 638 ~ 32.6%

%37.3
%30.09
%32.6

CMYK color model

#EEC0D0 color CMYK value is (0,19,13,7).

  • cyan value is 0.00%
  • magenta value is 19.33%
  • yellow value is 12.61%
  • key color value is 6.67%
CMYK:
(0,19,13,7)
C0M19Y13K7 
(0%,19%,13%,7%)
(0.00/0.19/0.13/0.07)	

CMYK percentages

%0
%19.33
%12.61
%6.67

Codes

Color #EEC0D0 in popluar color models

EEC0D0
RGB238192208
HSL339°57.50%84.31%
HSB/HSV339°19.33%93.33%
CMYK0.00%19.33%12.61%
6.67%

Color #EEC0D0 in popluar number systems.

HEXEEC0D0
Decimal238192208
Binary111011101100000011010000
Octal356300320

Shades and tints

Shades of #EEC0D0

#EEC0D0
(238,192,208)
#D9AFBE
(217,175,190)
#C49EAC
(196,158,172)
#AF8D9A
(175,141,154)
#9A7C88
(154,124,136)
#856B76
(133,107,118)
#705A64
(112,90,100)
#5B4952
(91,73,82)
#463840
(70,56,64)
#31272E
(49,39,46)
#1C161C
(28,22,28)
#000000
(0,0,0)

Tints of #EEC0D0

#EEC0D0
(238,192,208)
#EFC5D4
(239,197,212)
#F0CAD8
(240,202,216)
#F1CFDC
(241,207,220)
#F2D4E0
(242,212,224)
#F3D9E4
(243,217,228)
#F4DEE8
(244,222,232)
#F5E3EC
(245,227,236)
#F6E8F0
(246,232,240)
#F7EDF4
(247,237,244)
#F8F2F8
(248,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEC0D0; }

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

This text font color is #EEC0D0.


Background Color

.myBgColor { background-color: #EEC0D0; }

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

This div background color is #EEC0D0.


Border color

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

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

This div border color is #EEC0D0.


Opacity

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

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

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

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

This text has shadow with #EEC0D0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEC0D0 on black background.


Color preview on white background

This text has color #EEC0D0 on white background.



Black color preview on #EEC0D0 background

This text has black color on #EEC0D0 background.


White color preview on #EEC0D0 background

This text has white color on #EEC0D0 background.