COLOR #EFE1CE

HEX: #EFE1CE RGB: (239,225,206)

Color info

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

RGB color model

#EFE1CE color RGB value is (239,225,206).

RGB: (239,225,206) (94%, 88%, 81%)

RGB channels and saturation

R 239 of 255 = 94%
G 225 of 255 = 88%
B 206 of 255 = 81%

239
225
206

R + G + B ~ 88%. #EFE1CE is light color.

Portions of RGB colors in percentages

R + G + B = 239 + 225 + 206 = 670 (100%)
R 239 of 670 ~ 35.67%
G 225 of 670 ~ 33.58%
B 206 of 670 ~ 30.75'%

%35.67
%33.58
%30.75

CMYK color model

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

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

CMYK: (0,6,14,6)
C0M6Y14K6 (0%, 6%, 14%, 6%)
(0.00 / 0.06 / 0.14 / 0.06)

CMYK percentages

%0
%5.86
%13.81
%6.27

Codes

Color #EFE1CE in popluar color models

EF E1 CE
RGB 239 225 206
HSL 35° 50.77% 87.25%
HSB/HSV 35° 13.81% 93.73%
CMYK 0.00% 5.86% 13.81%
6.27%

Color #EFE1CE in popluar number systems.

HEX EF E1 CE
Decimal 239 225 206
Binary 11101111 11100001 11001110
Octal 357 341 316

Shades and tints

Shades of #EFE1CE

#EFE1CE
(239,225,206)
#DACDBC
(218,205,188)
#C5B9AA
(197,185,170)
#B0A598
(176,165,152)
#9B9186
(155,145,134)
#867D74
(134,125,116)
#716962
(113,105,98)
#5C5550
(92,85,80)
#47413E
(71,65,62)
#322D2C
(50,45,44)
#1D191A
(29,25,26)
#000000
(0,0,0)

Tints of #EFE1CE

#EFE1CE
(239,225,206)
#F0E3D2
(240,227,210)
#F1E5D6
(241,229,214)
#F2E7DA
(242,231,218)
#F3E9DE
(243,233,222)
#F4EBE2
(244,235,226)
#F5EDE6
(245,237,230)
#F6EFEA
(246,239,234)
#F7F1EE
(247,241,238)
#F8F3F2
(248,243,242)
#F9F5F6
(249,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFE1CE; }

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

This text font color is #EFE1CE.

Background Color

.myBgColor { background-color: #EFE1CE; }

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

This div background color is #EFE1CE.

Border color

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

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

This div border color is #EFE1CE.

Opacity

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

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

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

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

This text has shadow with #EFE1CE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFE1CE.

Preview

Color preview on black background

This text has color #EFE1CE on black background.


Color preview on white background

This text has color #EFE1CE on white background.


Black color preview on #EFE1CE background

This text has black color on #EFE1CE background.


White color preview on #EFE1CE background

This text has white color on #EFE1CE background.


Related colors

Complementary color

Complementary color for #hex is #101E31.


I love getcolorcode.com

Triadic colors

1 #CEEFE1 and #E1CEEF with #EFE1CE are triadic colors.

2 #CEE1EF and #E1EFCE with #EFE1CE are triadic colors.