COLOR #EFDDC7

HEX: #EFDDC7
RGB: (239,221,199)

Color info

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

RGB color model

#EFDDC7 color RGB value is (239,221,199).

  • red value is 239;
  • green value is 221;
  • blue value is 199.
RGB:
(239,221,199)
(94%,87%,78%)

RGB channels and saturation

R 239 of 255 = 94%
G 221 of 255 = 87%
B 199 of 255 = 78%

239
221
199

R + G + B ~ 86%. #EFDDC7 is light color.

Portions of RGB colors in percentages

R + G + B =
239 + 221 + 199 = 659 (100%)
R 239 of 659 ~ 36.27%
G 221 of 659 ~ 33.54%
B 199 of 659 ~ 30.2%

%36.27
%33.54
%30.2

CMYK color model

#EFDDC7 color CMYK value is (0,8,17,6).

  • cyan value is 0.00%
  • magenta value is 7.53%
  • yellow value is 16.74%
  • key color value is 6.27%
CMYK:
(0,8,17,6)
C0M8Y17K6 
(0%,8%,17%,6%)
(0.00/0.08/0.17/0.06)	

CMYK percentages

%0
%7.53
%16.74
%6.27

Codes

Color #EFDDC7 in popluar color models

EFDDC7
RGB239221199
HSL33°55.56%85.88%
HSB/HSV33°16.74%93.73%
CMYK0.00%7.53%16.74%
6.27%

Color #EFDDC7 in popluar number systems.

HEXEFDDC7
Decimal239221199
Binary111011111101110111000111
Octal357335307

Shades and tints

Shades of #EFDDC7

#EFDDC7
(239,221,199)
#DAC9B5
(218,201,181)
#C5B5A3
(197,181,163)
#B0A191
(176,161,145)
#9B8D7F
(155,141,127)
#86796D
(134,121,109)
#71655B
(113,101,91)
#5C5149
(92,81,73)
#473D37
(71,61,55)
#322925
(50,41,37)
#1D1513
(29,21,19)
#000000
(0,0,0)

Tints of #EFDDC7

#EFDDC7
(239,221,199)
#F0E0CC
(240,224,204)
#F1E3D1
(241,227,209)
#F2E6D6
(242,230,214)
#F3E9DB
(243,233,219)
#F4ECE0
(244,236,224)
#F5EFE5
(245,239,229)
#F6F2EA
(246,242,234)
#F7F5EF
(247,245,239)
#F8F8F4
(248,248,244)
#F9FBF9
(249,251,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFDDC7 color. Also use rgb(239,221,199) instead hex code.

Text Font Color

.myTextColor { color: #EFDDC7; }

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

This text font color is #EFDDC7.


Background Color

.myBgColor { background-color: #EFDDC7; }

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

This div background color is #EFDDC7.


Border color

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

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

This div border color is #EFDDC7.


Opacity

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

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

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

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

This text has shadow with #EFDDC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFDDC7 on black background.


Color preview on white background

This text has color #EFDDC7 on white background.



Black color preview on #EFDDC7 background

This text has black color on #EFDDC7 background.


White color preview on #EFDDC7 background

This text has white color on #EFDDC7 background.