COLOR #EFCCE1

HEX: #EFCCE1
RGB: (239,204,225)

Color info

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

RGB color model

#EFCCE1 color RGB value is (239,204,225).

  • red value is 239;
  • green value is 204;
  • blue value is 225.
RGB:
(239,204,225)
(94%,80%,88%)

RGB channels and saturation

R 239 of 255 = 94%
G 204 of 255 = 80%
B 225 of 255 = 88%

239
204
225

R + G + B ~ 87%. #EFCCE1 is light color.

Portions of RGB colors in percentages

R + G + B =
239 + 204 + 225 = 668 (100%)
R 239 of 668 ~ 35.78%
G 204 of 668 ~ 30.54%
B 225 of 668 ~ 33.68%

%35.78
%30.54
%33.68

CMYK color model

#EFCCE1 color CMYK value is (0,15,6,6).

  • cyan value is 0.00%
  • magenta value is 14.64%
  • yellow value is 5.86%
  • key color value is 6.27%
CMYK:
(0,15,6,6)
C0M15Y6K6 
(0%,15%,6%,6%)
(0.00/0.15/0.06/0.06)	

CMYK percentages

%0
%14.64
%5.86
%6.27

Codes

Color #EFCCE1 in popluar color models

EFCCE1
RGB239204225
HSL324°52.24%86.86%
HSB/HSV324°14.64%93.73%
CMYK0.00%14.64%5.86%
6.27%

Color #EFCCE1 in popluar number systems.

HEXEFCCE1
Decimal239204225
Binary111011111100110011100001
Octal357314341

Shades and tints

Shades of #EFCCE1

#EFCCE1
(239,204,225)
#DABACD
(218,186,205)
#C5A8B9
(197,168,185)
#B096A5
(176,150,165)
#9B8491
(155,132,145)
#86727D
(134,114,125)
#716069
(113,96,105)
#5C4E55
(92,78,85)
#473C41
(71,60,65)
#322A2D
(50,42,45)
#1D1819
(29,24,25)
#000000
(0,0,0)

Tints of #EFCCE1

#EFCCE1
(239,204,225)
#F0D0E3
(240,208,227)
#F1D4E5
(241,212,229)
#F2D8E7
(242,216,231)
#F3DCE9
(243,220,233)
#F4E0EB
(244,224,235)
#F5E4ED
(245,228,237)
#F6E8EF
(246,232,239)
#F7ECF1
(247,236,241)
#F8F0F3
(248,240,243)
#F9F4F5
(249,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFCCE1 color. Also use rgb(239,204,225) instead hex code.

Text Font Color

.myTextColor { color: #EFCCE1; }

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

This text font color is #EFCCE1.


Background Color

.myBgColor { background-color: #EFCCE1; }

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

This div background color is #EFCCE1.


Border color

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

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

This div border color is #EFCCE1.


Opacity

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

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

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

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

This text has shadow with #EFCCE1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFCCE1 on black background.


Color preview on white background

This text has color #EFCCE1 on white background.



Black color preview on #EFCCE1 background

This text has black color on #EFCCE1 background.


White color preview on #EFCCE1 background

This text has white color on #EFCCE1 background.