COLOR #EFE4D4

HEX: #EFE4D4
RGB: (239,228,212)

Color info

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

RGB color model

#EFE4D4 color RGB value is (239,228,212).

  • red value is 239;
  • green value is 228;
  • blue value is 212.
RGB:
(239,228,212)
(94%,89%,83%)

RGB channels and saturation

R 239 of 255 = 94%
G 228 of 255 = 89%
B 212 of 255 = 83%

239
228
212

R + G + B ~ 89%. #EFE4D4 is light color.

Portions of RGB colors in percentages

R + G + B =
239 + 228 + 212 = 679 (100%)
R 239 of 679 ~ 35.2%
G 228 of 679 ~ 33.58%
B 212 of 679 ~ 31.22%

%35.2
%33.58
%31.22

CMYK color model

#EFE4D4 color CMYK value is (0,5,11,6).

  • cyan value is 0.00%
  • magenta value is 4.60%
  • yellow value is 11.30%
  • key color value is 6.27%
CMYK:
(0,5,11,6)
C0M5Y11K6 
(0%,5%,11%,6%)
(0.00/0.05/0.11/0.06)	

CMYK percentages

%0
%4.6
%11.3
%6.27

Codes

Color #EFE4D4 in popluar color models

EFE4D4
RGB239228212
HSL36°45.76%88.43%
HSB/HSV36°11.30%93.73%
CMYK0.00%4.60%11.30%
6.27%

Color #EFE4D4 in popluar number systems.

HEXEFE4D4
Decimal239228212
Binary111011111110010011010100
Octal357344324

Shades and tints

Shades of #EFE4D4

#EFE4D4
(239,228,212)
#DAD0C1
(218,208,193)
#C5BCAE
(197,188,174)
#B0A89B
(176,168,155)
#9B9488
(155,148,136)
#868075
(134,128,117)
#716C62
(113,108,98)
#5C584F
(92,88,79)
#47443C
(71,68,60)
#323029
(50,48,41)
#1D1C16
(29,28,22)
#000000
(0,0,0)

Tints of #EFE4D4

#EFE4D4
(239,228,212)
#F0E6D7
(240,230,215)
#F1E8DA
(241,232,218)
#F2EADD
(242,234,221)
#F3ECE0
(243,236,224)
#F4EEE3
(244,238,227)
#F5F0E6
(245,240,230)
#F6F2E9
(246,242,233)
#F7F4EC
(247,244,236)
#F8F6EF
(248,246,239)
#F9F8F2
(249,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFE4D4 color. Also use rgb(239,228,212) instead hex code.

Text Font Color

.myTextColor { color: #EFE4D4; }

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

This text font color is #EFE4D4.


Background Color

.myBgColor { background-color: #EFE4D4; }

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

This div background color is #EFE4D4.


Border color

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

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

This div border color is #EFE4D4.


Opacity

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

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

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

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

This text has shadow with #EFE4D4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFE4D4 on black background.


Color preview on white background

This text has color #EFE4D4 on white background.



Black color preview on #EFE4D4 background

This text has black color on #EFE4D4 background.


White color preview on #EFE4D4 background

This text has white color on #EFE4D4 background.