COLOR #EFE4D3

HEX: #EFE4D3
RGB: (239,228,211)

Color info

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

RGB color model

#EFE4D3 color RGB value is (239,228,211).

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

RGB channels and saturation

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

239
228
211

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

Portions of RGB colors in percentages

R + G + B =
239 + 228 + 211 = 678 (100%)
R 239 of 678 ~ 35.25%
G 228 of 678 ~ 33.63%
B 211 of 678 ~ 31.12%

%35.25
%33.63
%31.12

CMYK color model

#EFE4D3 color CMYK value is (0,5,12,6).

  • cyan value is 0.00%
  • magenta value is 4.60%
  • yellow value is 11.72%
  • key color value is 6.27%
CMYK:
(0,5,12,6)
C0M5Y12K6 
(0%,5%,12%,6%)
(0.00/0.05/0.12/0.06)	

CMYK percentages

%0
%4.6
%11.72
%6.27

Codes

Color #EFE4D3 in popluar color models

EFE4D3
RGB239228211
HSL36°46.67%88.24%
HSB/HSV36°11.72%93.73%
CMYK0.00%4.60%11.72%
6.27%

Color #EFE4D3 in popluar number systems.

HEXEFE4D3
Decimal239228211
Binary111011111110010011010011
Octal357344323

Shades and tints

Shades of #EFE4D3

#EFE4D3
(239,228,211)
#DAD0C0
(218,208,192)
#C5BCAD
(197,188,173)
#B0A89A
(176,168,154)
#9B9487
(155,148,135)
#868074
(134,128,116)
#716C61
(113,108,97)
#5C584E
(92,88,78)
#47443B
(71,68,59)
#323028
(50,48,40)
#1D1C15
(29,28,21)
#000000
(0,0,0)

Tints of #EFE4D3

#EFE4D3
(239,228,211)
#F0E6D7
(240,230,215)
#F1E8DB
(241,232,219)
#F2EADF
(242,234,223)
#F3ECE3
(243,236,227)
#F4EEE7
(244,238,231)
#F5F0EB
(245,240,235)
#F6F2EF
(246,242,239)
#F7F4F3
(247,244,243)
#F8F6F7
(248,246,247)
#F9F8FB
(249,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFE4D3; }

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

This text font color is #EFE4D3.


Background Color

.myBgColor { background-color: #EFE4D3; }

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

This div background color is #EFE4D3.


Border color

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

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

This div border color is #EFE4D3.


Opacity

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

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

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

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

This text has shadow with #EFE4D3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFE4D3 on black background.


Color preview on white background

This text has color #EFE4D3 on white background.



Black color preview on #EFE4D3 background

This text has black color on #EFE4D3 background.


White color preview on #EFE4D3 background

This text has white color on #EFE4D3 background.