COLOR #EFC0DF

HEX: #EFC0DF
RGB: (239,192,223)

Color info

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

RGB color model

#EFC0DF color RGB value is (239,192,223).

  • red value is 239;
  • green value is 192;
  • blue value is 223.
RGB:
(239,192,223)
(94%,75%,87%)

RGB channels and saturation

R 239 of 255 = 94%
G 192 of 255 = 75%
B 223 of 255 = 87%

239
192
223

R + G + B ~ 85%. #EFC0DF is quite light color.

Portions of RGB colors in percentages

R + G + B =
239 + 192 + 223 = 654 (100%)
R 239 of 654 ~ 36.54%
G 192 of 654 ~ 29.36%
B 223 of 654 ~ 34.1%

%36.54
%29.36
%34.1

CMYK color model

#EFC0DF color CMYK value is (0,20,7,6).

  • cyan value is 0.00%
  • magenta value is 19.67%
  • yellow value is 6.69%
  • key color value is 6.27%
CMYK:
(0,20,7,6)
C0M20Y7K6 
(0%,20%,7%,6%)
(0.00/0.20/0.07/0.06)	

CMYK percentages

%0
%19.67
%6.69
%6.27

Codes

Color #EFC0DF in popluar color models

EFC0DF
RGB239192223
HSL320°59.49%84.51%
HSB/HSV320°19.67%93.73%
CMYK0.00%19.67%6.69%
6.27%

Color #EFC0DF in popluar number systems.

HEXEFC0DF
Decimal239192223
Binary111011111100000011011111
Octal357300337

Shades and tints

Shades of #EFC0DF

#EFC0DF
(239,192,223)
#DAAFCB
(218,175,203)
#C59EB7
(197,158,183)
#B08DA3
(176,141,163)
#9B7C8F
(155,124,143)
#866B7B
(134,107,123)
#715A67
(113,90,103)
#5C4953
(92,73,83)
#47383F
(71,56,63)
#32272B
(50,39,43)
#1D1617
(29,22,23)
#000000
(0,0,0)

Tints of #EFC0DF

#EFC0DF
(239,192,223)
#F0C5E1
(240,197,225)
#F1CAE3
(241,202,227)
#F2CFE5
(242,207,229)
#F3D4E7
(243,212,231)
#F4D9E9
(244,217,233)
#F5DEEB
(245,222,235)
#F6E3ED
(246,227,237)
#F7E8EF
(247,232,239)
#F8EDF1
(248,237,241)
#F9F2F3
(249,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFC0DF color. Also use rgb(239,192,223) instead hex code.

Text Font Color

.myTextColor { color: #EFC0DF; }

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

This text font color is #EFC0DF.


Background Color

.myBgColor { background-color: #EFC0DF; }

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

This div background color is #EFC0DF.


Border color

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

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

This div border color is #EFC0DF.


Opacity

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

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

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

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

This text has shadow with #EFC0DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFC0DF on black background.


Color preview on white background

This text has color #EFC0DF on white background.



Black color preview on #EFC0DF background

This text has black color on #EFC0DF background.


White color preview on #EFC0DF background

This text has white color on #EFC0DF background.