COLOR #EFD5C3

HEX: #EFD5C3
RGB: (239,213,195)

Color info

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

RGB color model

#EFD5C3 color RGB value is (239,213,195).

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

RGB channels and saturation

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

239
213
195

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

Portions of RGB colors in percentages

R + G + B =
239 + 213 + 195 = 647 (100%)
R 239 of 647 ~ 36.94%
G 213 of 647 ~ 32.92%
B 195 of 647 ~ 30.14%

%36.94
%32.92
%30.14

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 10.88%
  • yellow value is 18.41%
  • 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
%18.41
%6.27

Codes

Color #EFD5C3 in popluar color models

EFD5C3
RGB239213195
HSL25°57.89%85.10%
HSB/HSV25°18.41%93.73%
CMYK0.00%10.88%18.41%
6.27%

Color #EFD5C3 in popluar number systems.

HEXEFD5C3
Decimal239213195
Binary111011111101010111000011
Octal357325303

Shades and tints

Shades of #EFD5C3

#EFD5C3
(239,213,195)
#DAC2B2
(218,194,178)
#C5AFA1
(197,175,161)
#B09C90
(176,156,144)
#9B897F
(155,137,127)
#86766E
(134,118,110)
#71635D
(113,99,93)
#5C504C
(92,80,76)
#473D3B
(71,61,59)
#322A2A
(50,42,42)
#1D1719
(29,23,25)
#000000
(0,0,0)

Tints of #EFD5C3

#EFD5C3
(239,213,195)
#F0D8C8
(240,216,200)
#F1DBCD
(241,219,205)
#F2DED2
(242,222,210)
#F3E1D7
(243,225,215)
#F4E4DC
(244,228,220)
#F5E7E1
(245,231,225)
#F6EAE6
(246,234,230)
#F7EDEB
(247,237,235)
#F8F0F0
(248,240,240)
#F9F3F5
(249,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFD5C3; }

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

This text font color is #EFD5C3.


Background Color

.myBgColor { background-color: #EFD5C3; }

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

This div background color is #EFD5C3.


Border color

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

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

This div border color is #EFD5C3.


Opacity

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

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

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

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

This text has shadow with #EFD5C3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFD5C3 on black background.


Color preview on white background

This text has color #EFD5C3 on white background.



Black color preview on #EFD5C3 background

This text has black color on #EFD5C3 background.


White color preview on #EFD5C3 background

This text has white color on #EFD5C3 background.