COLOR #EFECE1

HEX: #EFECE1
RGB: (239,236,225)

Color info

#EFECE1 contains red, green and blue colors in about the same proportion. Web safe color of #EFECE1 is #FFFFCC (or #FFC).

RGB color model

#EFECE1 color RGB value is (239,236,225).

  • red value is 239;
  • green value is 236;
  • blue value is 225.
RGB:
(239,236,225)
(94%,93%,88%)

RGB channels and saturation

R 239 of 255 = 94%
G 236 of 255 = 93%
B 225 of 255 = 88%

239
236
225

R + G + B ~ 92%. #EFECE1 is light color.

Portions of RGB colors in percentages

R + G + B =
239 + 236 + 225 = 700 (100%)
R 239 of 700 ~ 34.14%
G 236 of 700 ~ 33.71%
B 225 of 700 ~ 32.14%

%34.14
%33.71
%32.14

CMYK color model

#EFECE1 color CMYK value is (0,1,6,6).

  • cyan value is 0.00%
  • magenta value is 1.26%
  • yellow value is 5.86%
  • key color value is 6.27%
CMYK:
(0,1,6,6)
C0M1Y6K6 
(0%,1%,6%,6%)
(0.00/0.01/0.06/0.06)	

CMYK percentages

%0
%1.26
%5.86
%6.27

Codes

Color #EFECE1 in popluar color models

EFECE1
RGB239236225
HSL47°30.43%90.98%
HSB/HSV47°5.86%93.73%
CMYK0.00%1.26%5.86%
6.27%

Color #EFECE1 in popluar number systems.

HEXEFECE1
Decimal239236225
Binary111011111110110011100001
Octal357354341

Shades and tints

Shades of #EFECE1

#EFECE1
(239,236,225)
#DAD7CD
(218,215,205)
#C5C2B9
(197,194,185)
#B0ADA5
(176,173,165)
#9B9891
(155,152,145)
#86837D
(134,131,125)
#716E69
(113,110,105)
#5C5955
(92,89,85)
#474441
(71,68,65)
#322F2D
(50,47,45)
#1D1A19
(29,26,25)
#000000
(0,0,0)

Tints of #EFECE1

#EFECE1
(239,236,225)
#F0EDE3
(240,237,227)
#F1EEE5
(241,238,229)
#F2EFE7
(242,239,231)
#F3F0E9
(243,240,233)
#F4F1EB
(244,241,235)
#F5F2ED
(245,242,237)
#F6F3EF
(246,243,239)
#F7F4F1
(247,244,241)
#F8F5F3
(248,245,243)
#F9F6F5
(249,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFECE1; }

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

This text font color is #EFECE1.


Background Color

.myBgColor { background-color: #EFECE1; }

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

This div background color is #EFECE1.


Border color

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

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

This div border color is #EFECE1.


Opacity

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

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

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

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

This text has shadow with #EFECE1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFECE1 on black background.


Color preview on white background

This text has color #EFECE1 on white background.



Black color preview on #EFECE1 background

This text has black color on #EFECE1 background.


White color preview on #EFECE1 background

This text has white color on #EFECE1 background.