COLOR #EFDDC5

HEX: #EFDDC5
RGB: (239,221,197)

Color info

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

RGB color model

#EFDDC5 color RGB value is (239,221,197).

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

RGB channels and saturation

R 239 of 255 = 94%
G 221 of 255 = 87%
B 197 of 255 = 77%

239
221
197

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

Portions of RGB colors in percentages

R + G + B =
239 + 221 + 197 = 657 (100%)
R 239 of 657 ~ 36.38%
G 221 of 657 ~ 33.64%
B 197 of 657 ~ 29.98%

%36.38
%33.64
%29.98

CMYK color model

#EFDDC5 color CMYK value is (0,8,18,6).

  • cyan value is 0.00%
  • magenta value is 7.53%
  • yellow value is 17.57%
  • key color value is 6.27%
CMYK:
(0,8,18,6)
C0M8Y18K6 
(0%,8%,18%,6%)
(0.00/0.08/0.18/0.06)	

CMYK percentages

%0
%7.53
%17.57
%6.27

Codes

Color #EFDDC5 in popluar color models

EFDDC5
RGB239221197
HSL34°56.76%85.49%
HSB/HSV34°17.57%93.73%
CMYK0.00%7.53%17.57%
6.27%

Color #EFDDC5 in popluar number systems.

HEXEFDDC5
Decimal239221197
Binary111011111101110111000101
Octal357335305

Shades and tints

Shades of #EFDDC5

#EFDDC5
(239,221,197)
#DAC9B4
(218,201,180)
#C5B5A3
(197,181,163)
#B0A192
(176,161,146)
#9B8D81
(155,141,129)
#867970
(134,121,112)
#71655F
(113,101,95)
#5C514E
(92,81,78)
#473D3D
(71,61,61)
#32292C
(50,41,44)
#1D151B
(29,21,27)
#000000
(0,0,0)

Tints of #EFDDC5

#EFDDC5
(239,221,197)
#F0E0CA
(240,224,202)
#F1E3CF
(241,227,207)
#F2E6D4
(242,230,212)
#F3E9D9
(243,233,217)
#F4ECDE
(244,236,222)
#F5EFE3
(245,239,227)
#F6F2E8
(246,242,232)
#F7F5ED
(247,245,237)
#F8F8F2
(248,248,242)
#F9FBF7
(249,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFDDC5; }

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

This text font color is #EFDDC5.


Background Color

.myBgColor { background-color: #EFDDC5; }

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

This div background color is #EFDDC5.


Border color

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

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

This div border color is #EFDDC5.


Opacity

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

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

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

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

This text has shadow with #EFDDC5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFDDC5 on black background.


Color preview on white background

This text has color #EFDDC5 on white background.



Black color preview on #EFDDC5 background

This text has black color on #EFDDC5 background.


White color preview on #EFDDC5 background

This text has white color on #EFDDC5 background.