COLOR #EFCDE1

HEX: #EFCDE1
RGB: (239,205,225)

Color info

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

RGB color model

#EFCDE1 color RGB value is (239,205,225).

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

RGB channels and saturation

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

239
205
225

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

Portions of RGB colors in percentages

R + G + B =
239 + 205 + 225 = 669 (100%)
R 239 of 669 ~ 35.72%
G 205 of 669 ~ 30.64%
B 225 of 669 ~ 33.63%

%35.72
%30.64
%33.63

CMYK color model

#EFCDE1 color CMYK value is (0,14,6,6).

  • cyan value is 0.00%
  • magenta value is 14.23%
  • yellow value is 5.86%
  • key color value is 6.27%
CMYK:
(0,14,6,6)
C0M14Y6K6 
(0%,14%,6%,6%)
(0.00/0.14/0.06/0.06)	

CMYK percentages

%0
%14.23
%5.86
%6.27

Codes

Color #EFCDE1 in popluar color models

EFCDE1
RGB239205225
HSL325°51.52%87.06%
HSB/HSV325°14.23%93.73%
CMYK0.00%14.23%5.86%
6.27%

Color #EFCDE1 in popluar number systems.

HEXEFCDE1
Decimal239205225
Binary111011111100110111100001
Octal357315341

Shades and tints

Shades of #EFCDE1

#EFCDE1
(239,205,225)
#DABBCD
(218,187,205)
#C5A9B9
(197,169,185)
#B097A5
(176,151,165)
#9B8591
(155,133,145)
#86737D
(134,115,125)
#716169
(113,97,105)
#5C4F55
(92,79,85)
#473D41
(71,61,65)
#322B2D
(50,43,45)
#1D1919
(29,25,25)
#000000
(0,0,0)

Tints of #EFCDE1

#EFCDE1
(239,205,225)
#F0D1E3
(240,209,227)
#F1D5E5
(241,213,229)
#F2D9E7
(242,217,231)
#F3DDE9
(243,221,233)
#F4E1EB
(244,225,235)
#F5E5ED
(245,229,237)
#F6E9EF
(246,233,239)
#F7EDF1
(247,237,241)
#F8F1F3
(248,241,243)
#F9F5F5
(249,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFCDE1; }

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

This text font color is #EFCDE1.


Background Color

.myBgColor { background-color: #EFCDE1; }

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

This div background color is #EFCDE1.


Border color

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

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

This div border color is #EFCDE1.


Opacity

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

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

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

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

This text has shadow with #EFCDE1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFCDE1 on black background.


Color preview on white background

This text has color #EFCDE1 on white background.



Black color preview on #EFCDE1 background

This text has black color on #EFCDE1 background.


White color preview on #EFCDE1 background

This text has white color on #EFCDE1 background.