COLOR #EFC3CE

HEX: #EFC3CE RGB: (239,195,206)

Color info

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

RGB color model

#EFC3CE color RGB value is (239,195,206).

RGB: (239,195,206) (94%, 76%, 81%)

RGB channels and saturation

R 239 of 255 = 94%
G 195 of 255 = 76%
B 206 of 255 = 81%

239
195
206

R + G + B ~ 84%. #EFC3CE is quite light color.

Portions of RGB colors in percentages

R + G + B = 239 + 195 + 206 = 640 (100%)
R 239 of 640 ~ 37.34%
G 195 of 640 ~ 30.47%
B 206 of 640 ~ 32.19'%

%37.34
%30.47
%32.19

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 18.41%
  • yellow value is 13.81%
  • key color value is 6.27%

CMYK: (0,18,14,6)
C0M18Y14K6 (0%, 18%, 14%, 6%)
(0.00 / 0.18 / 0.14 / 0.06)

CMYK percentages

%0
%18.41
%13.81
%6.27

Codes

Color #EFC3CE in popluar color models

EF C3 CE
RGB 239 195 206
HSL 345° 57.89% 85.10%
HSB/HSV 345° 18.41% 93.73%
CMYK 0.00% 18.41% 13.81%
6.27%

Color #EFC3CE in popluar number systems.

HEX EF C3 CE
Decimal 239 195 206
Binary 11101111 11000011 11001110
Octal 357 303 316

Shades and tints

Shades of #EFC3CE

#EFC3CE
(239,195,206)
#DAB2BC
(218,178,188)
#C5A1AA
(197,161,170)
#B09098
(176,144,152)
#9B7F86
(155,127,134)
#866E74
(134,110,116)
#715D62
(113,93,98)
#5C4C50
(92,76,80)
#473B3E
(71,59,62)
#322A2C
(50,42,44)
#1D191A
(29,25,26)
#000000
(0,0,0)

Tints of #EFC3CE

#EFC3CE
(239,195,206)
#F0C8D2
(240,200,210)
#F1CDD6
(241,205,214)
#F2D2DA
(242,210,218)
#F3D7DE
(243,215,222)
#F4DCE2
(244,220,226)
#F5E1E6
(245,225,230)
#F6E6EA
(246,230,234)
#F7EBEE
(247,235,238)
#F8F0F2
(248,240,242)
#F9F5F6
(249,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFC3CE; }

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

This text font color is #EFC3CE.

Background Color

.myBgColor { background-color: #EFC3CE; }

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

This div background color is #EFC3CE.

Border color

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

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

This div border color is #EFC3CE.

Opacity

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

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

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

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

This text has shadow with #EFC3CE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFC3CE.

Preview

Color preview on black background

This text has color #EFC3CE on black background.


Color preview on white background

This text has color #EFC3CE on white background.


Black color preview on #EFC3CE background

This text has black color on #EFC3CE background.


White color preview on #EFC3CE background

This text has white color on #EFC3CE background.


Related colors

Complementary color

Complementary color for #hex is #103C31.


I love getcolorcode.com

Triadic colors

1 #CEEFC3 and #C3CEEF with #EFC3CE are triadic colors.

2 #CEC3EF and #C3EFCE with #EFC3CE are triadic colors.