COLOR #EFEED3

HEX: #EFEED3
RGB: (239,238,211)

Color info

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

RGB color model

#EFEED3 color RGB value is (239,238,211).

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

RGB channels and saturation

R 239 of 255 = 94%
G 238 of 255 = 93%
B 211 of 255 = 83%

239
238
211

R + G + B ~ 90%. #EFEED3 is light color.

Portions of RGB colors in percentages

R + G + B =
239 + 238 + 211 = 688 (100%)
R 239 of 688 ~ 34.74%
G 238 of 688 ~ 34.59%
B 211 of 688 ~ 30.67%

%34.74
%34.59
%30.67

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 0.42%
  • yellow value is 11.72%
  • key color value is 6.27%
CMYK:
(0,0,12,6)
C0M0Y12K6 
(0%,0%,12%,6%)
(0.00/0.00/0.12/0.06)	

CMYK percentages

%0
%0.42
%11.72
%6.27

Codes

Color #EFEED3 in popluar color models

EFEED3
RGB239238211
HSL58°46.67%88.24%
HSB/HSV58°11.72%93.73%
CMYK0.00%0.42%11.72%
6.27%

Color #EFEED3 in popluar number systems.

HEXEFEED3
Decimal239238211
Binary111011111110111011010011
Octal357356323

Shades and tints

Shades of #EFEED3

#EFEED3
(239,238,211)
#DAD9C0
(218,217,192)
#C5C4AD
(197,196,173)
#B0AF9A
(176,175,154)
#9B9A87
(155,154,135)
#868574
(134,133,116)
#717061
(113,112,97)
#5C5B4E
(92,91,78)
#47463B
(71,70,59)
#323128
(50,49,40)
#1D1C15
(29,28,21)
#000000
(0,0,0)

Tints of #EFEED3

#EFEED3
(239,238,211)
#F0EFD7
(240,239,215)
#F1F0DB
(241,240,219)
#F2F1DF
(242,241,223)
#F3F2E3
(243,242,227)
#F4F3E7
(244,243,231)
#F5F4EB
(245,244,235)
#F6F5EF
(246,245,239)
#F7F6F3
(247,246,243)
#F8F7F7
(248,247,247)
#F9F8FB
(249,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFEED3; }

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

This text font color is #EFEED3.


Background Color

.myBgColor { background-color: #EFEED3; }

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

This div background color is #EFEED3.


Border color

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

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

This div border color is #EFEED3.


Opacity

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

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

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

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

This text has shadow with #EFEED3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFEED3 on black background.


Color preview on white background

This text has color #EFEED3 on white background.



Black color preview on #EFEED3 background

This text has black color on #EFEED3 background.


White color preview on #EFEED3 background

This text has white color on #EFEED3 background.