COLOR #EFCDC9

HEX: #EFCDC9
RGB: (239,205,201)

Color info

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

RGB color model

#EFCDC9 color RGB value is (239,205,201).

  • red value is 239;
  • green value is 205;
  • blue value is 201.
RGB:
(239,205,201)
(94%,80%,79%)

RGB channels and saturation

R 239 of 255 = 94%
G 205 of 255 = 80%
B 201 of 255 = 79%

239
205
201

R + G + B ~ 84%. #EFCDC9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
239 + 205 + 201 = 645 (100%)
R 239 of 645 ~ 37.05%
G 205 of 645 ~ 31.78%
B 201 of 645 ~ 31.16%

%37.05
%31.78
%31.16

CMYK color model

#EFCDC9 color CMYK value is (0,14,16,6).

  • cyan value is 0.00%
  • magenta value is 14.23%
  • yellow value is 15.90%
  • key color value is 6.27%
CMYK:
(0,14,16,6)
C0M14Y16K6 
(0%,14%,16%,6%)
(0.00/0.14/0.16/0.06)	

CMYK percentages

%0
%14.23
%15.9
%6.27

Codes

Color #EFCDC9 in popluar color models

EFCDC9
RGB239205201
HSL54.29%86.27%
HSB/HSV15.90%93.73%
CMYK0.00%14.23%15.90%
6.27%

Color #EFCDC9 in popluar number systems.

HEXEFCDC9
Decimal239205201
Binary111011111100110111001001
Octal357315311

Shades and tints

Shades of #EFCDC9

#EFCDC9
(239,205,201)
#DABBB7
(218,187,183)
#C5A9A5
(197,169,165)
#B09793
(176,151,147)
#9B8581
(155,133,129)
#86736F
(134,115,111)
#71615D
(113,97,93)
#5C4F4B
(92,79,75)
#473D39
(71,61,57)
#322B27
(50,43,39)
#1D1915
(29,25,21)
#000000
(0,0,0)

Tints of #EFCDC9

#EFCDC9
(239,205,201)
#F0D1CD
(240,209,205)
#F1D5D1
(241,213,209)
#F2D9D5
(242,217,213)
#F3DDD9
(243,221,217)
#F4E1DD
(244,225,221)
#F5E5E1
(245,229,225)
#F6E9E5
(246,233,229)
#F7EDE9
(247,237,233)
#F8F1ED
(248,241,237)
#F9F5F1
(249,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFCDC9 color. Also use rgb(239,205,201) instead hex code.

Text Font Color

.myTextColor { color: #EFCDC9; }

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

This text font color is #EFCDC9.


Background Color

.myBgColor { background-color: #EFCDC9; }

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

This div background color is #EFCDC9.


Border color

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

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

This div border color is #EFCDC9.


Opacity

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

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

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

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

This text has shadow with #EFCDC9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFCDC9 on black background.


Color preview on white background

This text has color #EFCDC9 on white background.



Black color preview on #EFCDC9 background

This text has black color on #EFCDC9 background.


White color preview on #EFCDC9 background

This text has white color on #EFCDC9 background.