COLOR #EECCE8

HEX: #EECCE8
RGB: (238,204,232)

Color info

#EECCE8 contains red, green and blue colors in about the same proportion. Web safe color of #EECCE8 is #FFCCFF (or #FCF).

RGB color model

#EECCE8 color RGB value is (238,204,232).

  • red value is 238;
  • green value is 204;
  • blue value is 232.
RGB:
(238,204,232)
(93%,80%,91%)

RGB channels and saturation

R 238 of 255 = 93%
G 204 of 255 = 80%
B 232 of 255 = 91%

238
204
232

R + G + B ~ 88%. #EECCE8 is light color.

Portions of RGB colors in percentages

R + G + B =
238 + 204 + 232 = 674 (100%)
R 238 of 674 ~ 35.31%
G 204 of 674 ~ 30.27%
B 232 of 674 ~ 34.42%

%35.31
%30.27
%34.42

CMYK color model

#EECCE8 color CMYK value is (0,14,3,7).

  • cyan value is 0.00%
  • magenta value is 14.29%
  • yellow value is 2.52%
  • key color value is 6.67%
CMYK:
(0,14,3,7)
C0M14Y3K7 
(0%,14%,3%,7%)
(0.00/0.14/0.03/0.07)	

CMYK percentages

%0
%14.29
%2.52
%6.67

Codes

Color #EECCE8 in popluar color models

EECCE8
RGB238204232
HSL311°50.00%86.67%
HSB/HSV311°14.29%93.33%
CMYK0.00%14.29%2.52%
6.67%

Color #EECCE8 in popluar number systems.

HEXEECCE8
Decimal238204232
Binary111011101100110011101000
Octal356314350

Shades and tints

Shades of #EECCE8

#EECCE8
(238,204,232)
#D9BAD3
(217,186,211)
#C4A8BE
(196,168,190)
#AF96A9
(175,150,169)
#9A8494
(154,132,148)
#85727F
(133,114,127)
#70606A
(112,96,106)
#5B4E55
(91,78,85)
#463C40
(70,60,64)
#312A2B
(49,42,43)
#1C1816
(28,24,22)
#000000
(0,0,0)

Tints of #EECCE8

#EECCE8
(238,204,232)
#EFD0EA
(239,208,234)
#F0D4EC
(240,212,236)
#F1D8EE
(241,216,238)
#F2DCF0
(242,220,240)
#F3E0F2
(243,224,242)
#F4E4F4
(244,228,244)
#F5E8F6
(245,232,246)
#F6ECF8
(246,236,248)
#F7F0FA
(247,240,250)
#F8F4FC
(248,244,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EECCE8; }

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

This text font color is #EECCE8.


Background Color

.myBgColor { background-color: #EECCE8; }

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

This div background color is #EECCE8.


Border color

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

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

This div border color is #EECCE8.


Opacity

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

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

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

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

This text has shadow with #EECCE8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EECCE8 on black background.


Color preview on white background

This text has color #EECCE8 on white background.



Black color preview on #EECCE8 background

This text has black color on #EECCE8 background.


White color preview on #EECCE8 background

This text has white color on #EECCE8 background.