COLOR #EFC0CE

HEX: #EFC0CE
RGB: (239,192,206)

Color info

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

RGB color model

#EFC0CE color RGB value is (239,192,206).

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

RGB channels and saturation

R 239 of 255 = 94%
G 192 of 255 = 75%
B 206 of 255 = 81%

239
192
206

R + G + B ~ 83%. #EFC0CE is quite light color.

Portions of RGB colors in percentages

R + G + B =
239 + 192 + 206 = 637 (100%)
R 239 of 637 ~ 37.52%
G 192 of 637 ~ 30.14%
B 206 of 637 ~ 32.34%

%37.52
%30.14
%32.34

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 19.67%
  • yellow value is 13.81%
  • key color value is 6.27%
CMYK:
(0,20,14,6)
C0M20Y14K6 
(0%,20%,14%,6%)
(0.00/0.20/0.14/0.06)	

CMYK percentages

%0
%19.67
%13.81
%6.27

Codes

Color #EFC0CE in popluar color models

EFC0CE
RGB239192206
HSL342°59.49%84.51%
HSB/HSV342°19.67%93.73%
CMYK0.00%19.67%13.81%
6.27%

Color #EFC0CE in popluar number systems.

HEXEFC0CE
Decimal239192206
Binary111011111100000011001110
Octal357300316

Shades and tints

Shades of #EFC0CE

#EFC0CE
(239,192,206)
#DAAFBC
(218,175,188)
#C59EAA
(197,158,170)
#B08D98
(176,141,152)
#9B7C86
(155,124,134)
#866B74
(134,107,116)
#715A62
(113,90,98)
#5C4950
(92,73,80)
#47383E
(71,56,62)
#32272C
(50,39,44)
#1D161A
(29,22,26)
#000000
(0,0,0)

Tints of #EFC0CE

#EFC0CE
(239,192,206)
#F0C5D2
(240,197,210)
#F1CAD6
(241,202,214)
#F2CFDA
(242,207,218)
#F3D4DE
(243,212,222)
#F4D9E2
(244,217,226)
#F5DEE6
(245,222,230)
#F6E3EA
(246,227,234)
#F7E8EE
(247,232,238)
#F8EDF2
(248,237,242)
#F9F2F6
(249,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFC0CE; }

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

This text font color is #EFC0CE.


Background Color

.myBgColor { background-color: #EFC0CE; }

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

This div background color is #EFC0CE.


Border color

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

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

This div border color is #EFC0CE.


Opacity

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

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

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

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

This text has shadow with #EFC0CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFC0CE on black background.


Color preview on white background

This text has color #EFC0CE on white background.



Black color preview on #EFC0CE background

This text has black color on #EFC0CE background.


White color preview on #EFC0CE background

This text has white color on #EFC0CE background.