COLOR #EFD5C1

HEX: #EFD5C1
RGB: (239,213,193)

Color info

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

RGB color model

#EFD5C1 color RGB value is (239,213,193).

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

RGB channels and saturation

R 239 of 255 = 94%
G 213 of 255 = 84%
B 193 of 255 = 76%

239
213
193

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

Portions of RGB colors in percentages

R + G + B =
239 + 213 + 193 = 645 (100%)
R 239 of 645 ~ 37.05%
G 213 of 645 ~ 33.02%
B 193 of 645 ~ 29.92%

%37.05
%33.02
%29.92

CMYK color model

#EFD5C1 color CMYK value is (0,11,19,6).

  • cyan value is 0.00%
  • magenta value is 10.88%
  • yellow value is 19.25%
  • key color value is 6.27%
CMYK:
(0,11,19,6)
C0M11Y19K6 
(0%,11%,19%,6%)
(0.00/0.11/0.19/0.06)	

CMYK percentages

%0
%10.88
%19.25
%6.27

Codes

Color #EFD5C1 in popluar color models

EFD5C1
RGB239213193
HSL26°58.97%84.71%
HSB/HSV26°19.25%93.73%
CMYK0.00%10.88%19.25%
6.27%

Color #EFD5C1 in popluar number systems.

HEXEFD5C1
Decimal239213193
Binary111011111101010111000001
Octal357325301

Shades and tints

Shades of #EFD5C1

#EFD5C1
(239,213,193)
#DAC2B0
(218,194,176)
#C5AF9F
(197,175,159)
#B09C8E
(176,156,142)
#9B897D
(155,137,125)
#86766C
(134,118,108)
#71635B
(113,99,91)
#5C504A
(92,80,74)
#473D39
(71,61,57)
#322A28
(50,42,40)
#1D1717
(29,23,23)
#000000
(0,0,0)

Tints of #EFD5C1

#EFD5C1
(239,213,193)
#F0D8C6
(240,216,198)
#F1DBCB
(241,219,203)
#F2DED0
(242,222,208)
#F3E1D5
(243,225,213)
#F4E4DA
(244,228,218)
#F5E7DF
(245,231,223)
#F6EAE4
(246,234,228)
#F7EDE9
(247,237,233)
#F8F0EE
(248,240,238)
#F9F3F3
(249,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFD5C1; }

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

This text font color is #EFD5C1.


Background Color

.myBgColor { background-color: #EFD5C1; }

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

This div background color is #EFD5C1.


Border color

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

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

This div border color is #EFD5C1.


Opacity

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

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

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

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

This text has shadow with #EFD5C1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFD5C1 on black background.


Color preview on white background

This text has color #EFD5C1 on white background.



Black color preview on #EFD5C1 background

This text has black color on #EFD5C1 background.


White color preview on #EFD5C1 background

This text has white color on #EFD5C1 background.