COLOR #EFD6C9

HEX: #EFD6C9
RGB: (239,214,201)

Color info

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

RGB color model

#EFD6C9 color RGB value is (239,214,201).

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

RGB channels and saturation

R 239 of 255 = 94%
G 214 of 255 = 84%
B 201 of 255 = 79%

239
214
201

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

Portions of RGB colors in percentages

R + G + B =
239 + 214 + 201 = 654 (100%)
R 239 of 654 ~ 36.54%
G 214 of 654 ~ 32.72%
B 201 of 654 ~ 30.73%

%36.54
%32.72
%30.73

CMYK color model

#EFD6C9 color CMYK value is (0,10,16,6).

  • cyan value is 0.00%
  • magenta value is 10.46%
  • yellow value is 15.90%
  • key color value is 6.27%
CMYK:
(0,10,16,6)
C0M10Y16K6 
(0%,10%,16%,6%)
(0.00/0.10/0.16/0.06)	

CMYK percentages

%0
%10.46
%15.9
%6.27

Codes

Color #EFD6C9 in popluar color models

EFD6C9
RGB239214201
HSL21°54.29%86.27%
HSB/HSV21°15.90%93.73%
CMYK0.00%10.46%15.90%
6.27%

Color #EFD6C9 in popluar number systems.

HEXEFD6C9
Decimal239214201
Binary111011111101011011001001
Octal357326311

Shades and tints

Shades of #EFD6C9

#EFD6C9
(239,214,201)
#DAC3B7
(218,195,183)
#C5B0A5
(197,176,165)
#B09D93
(176,157,147)
#9B8A81
(155,138,129)
#86776F
(134,119,111)
#71645D
(113,100,93)
#5C514B
(92,81,75)
#473E39
(71,62,57)
#322B27
(50,43,39)
#1D1815
(29,24,21)
#000000
(0,0,0)

Tints of #EFD6C9

#EFD6C9
(239,214,201)
#F0D9CD
(240,217,205)
#F1DCD1
(241,220,209)
#F2DFD5
(242,223,213)
#F3E2D9
(243,226,217)
#F4E5DD
(244,229,221)
#F5E8E1
(245,232,225)
#F6EBE5
(246,235,229)
#F7EEE9
(247,238,233)
#F8F1ED
(248,241,237)
#F9F4F1
(249,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFD6C9; }

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

This text font color is #EFD6C9.


Background Color

.myBgColor { background-color: #EFD6C9; }

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

This div background color is #EFD6C9.


Border color

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

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

This div border color is #EFD6C9.


Opacity

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

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

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

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

This text has shadow with #EFD6C9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFD6C9 on black background.


Color preview on white background

This text has color #EFD6C9 on white background.



Black color preview on #EFD6C9 background

This text has black color on #EFD6C9 background.


White color preview on #EFD6C9 background

This text has white color on #EFD6C9 background.