COLOR #EFCDEA

HEX: #EFCDEA
RGB: (239,205,234)

Color info

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

RGB color model

#EFCDEA color RGB value is (239,205,234).

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

RGB channels and saturation

R 239 of 255 = 94%
G 205 of 255 = 80%
B 234 of 255 = 92%

239
205
234

R + G + B ~ 89%. #EFCDEA is light color.

Portions of RGB colors in percentages

R + G + B =
239 + 205 + 234 = 678 (100%)
R 239 of 678 ~ 35.25%
G 205 of 678 ~ 30.24%
B 234 of 678 ~ 34.51%

%35.25
%30.24
%34.51

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 14.23%
  • yellow value is 2.09%
  • key color value is 6.27%
CMYK:
(0,14,2,6)
C0M14Y2K6 
(0%,14%,2%,6%)
(0.00/0.14/0.02/0.06)	

CMYK percentages

%0
%14.23
%2.09
%6.27

Codes

Color #EFCDEA in popluar color models

EFCDEA
RGB239205234
HSL309°51.52%87.06%
HSB/HSV309°14.23%93.73%
CMYK0.00%14.23%2.09%
6.27%

Color #EFCDEA in popluar number systems.

HEXEFCDEA
Decimal239205234
Binary111011111100110111101010
Octal357315352

Shades and tints

Shades of #EFCDEA

#EFCDEA
(239,205,234)
#DABBD5
(218,187,213)
#C5A9C0
(197,169,192)
#B097AB
(176,151,171)
#9B8596
(155,133,150)
#867381
(134,115,129)
#71616C
(113,97,108)
#5C4F57
(92,79,87)
#473D42
(71,61,66)
#322B2D
(50,43,45)
#1D1918
(29,25,24)
#000000
(0,0,0)

Tints of #EFCDEA

#EFCDEA
(239,205,234)
#F0D1EB
(240,209,235)
#F1D5EC
(241,213,236)
#F2D9ED
(242,217,237)
#F3DDEE
(243,221,238)
#F4E1EF
(244,225,239)
#F5E5F0
(245,229,240)
#F6E9F1
(246,233,241)
#F7EDF2
(247,237,242)
#F8F1F3
(248,241,243)
#F9F5F4
(249,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFCDEA; }

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

This text font color is #EFCDEA.


Background Color

.myBgColor { background-color: #EFCDEA; }

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

This div background color is #EFCDEA.


Border color

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

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

This div border color is #EFCDEA.


Opacity

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

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

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

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

This text has shadow with #EFCDEA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFCDEA on black background.


Color preview on white background

This text has color #EFCDEA on white background.



Black color preview on #EFCDEA background

This text has black color on #EFCDEA background.


White color preview on #EFCDEA background

This text has white color on #EFCDEA background.