COLOR #EFD5C5

HEX: #EFD5C5
RGB: (239,213,197)

Color info

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

RGB color model

#EFD5C5 color RGB value is (239,213,197).

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

RGB channels and saturation

R 239 of 255 = 94%
G 213 of 255 = 84%
B 197 of 255 = 77%

239
213
197

R + G + B ~ 85%. #EFD5C5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
239 + 213 + 197 = 649 (100%)
R 239 of 649 ~ 36.83%
G 213 of 649 ~ 32.82%
B 197 of 649 ~ 30.35%

%36.83
%32.82
%30.35

CMYK color model

#EFD5C5 color CMYK value is (0,11,18,6).

  • cyan value is 0.00%
  • magenta value is 10.88%
  • yellow value is 17.57%
  • key color value is 6.27%
CMYK:
(0,11,18,6)
C0M11Y18K6 
(0%,11%,18%,6%)
(0.00/0.11/0.18/0.06)	

CMYK percentages

%0
%10.88
%17.57
%6.27

Codes

Color #EFD5C5 in popluar color models

EFD5C5
RGB239213197
HSL23°56.76%85.49%
HSB/HSV23°17.57%93.73%
CMYK0.00%10.88%17.57%
6.27%

Color #EFD5C5 in popluar number systems.

HEXEFD5C5
Decimal239213197
Binary111011111101010111000101
Octal357325305

Shades and tints

Shades of #EFD5C5

#EFD5C5
(239,213,197)
#DAC2B4
(218,194,180)
#C5AFA3
(197,175,163)
#B09C92
(176,156,146)
#9B8981
(155,137,129)
#867670
(134,118,112)
#71635F
(113,99,95)
#5C504E
(92,80,78)
#473D3D
(71,61,61)
#322A2C
(50,42,44)
#1D171B
(29,23,27)
#000000
(0,0,0)

Tints of #EFD5C5

#EFD5C5
(239,213,197)
#F0D8CA
(240,216,202)
#F1DBCF
(241,219,207)
#F2DED4
(242,222,212)
#F3E1D9
(243,225,217)
#F4E4DE
(244,228,222)
#F5E7E3
(245,231,227)
#F6EAE8
(246,234,232)
#F7EDED
(247,237,237)
#F8F0F2
(248,240,242)
#F9F3F7
(249,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFD5C5; }

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

This text font color is #EFD5C5.


Background Color

.myBgColor { background-color: #EFD5C5; }

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

This div background color is #EFD5C5.


Border color

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

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

This div border color is #EFD5C5.


Opacity

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

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

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

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

This text has shadow with #EFD5C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFD5C5 on black background.


Color preview on white background

This text has color #EFD5C5 on white background.



Black color preview on #EFD5C5 background

This text has black color on #EFD5C5 background.


White color preview on #EFD5C5 background

This text has white color on #EFD5C5 background.