COLOR #EFDEC9

HEX: #EFDEC9 RGB: (239,222,201)

Color info

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

RGB color model

#EFDEC9 color RGB value is (239,222,201).

RGB: (239,222,201) (94%, 87%, 79%)

RGB channels and saturation

R 239 of 255 = 94%
G 222 of 255 = 87%
B 201 of 255 = 79%

239
222
201

R + G + B ~ 87%. #EFDEC9 is light color.

Portions of RGB colors in percentages

R + G + B = 239 + 222 + 201 = 662 (100%)
R 239 of 662 ~ 36.1%
G 222 of 662 ~ 33.53%
B 201 of 662 ~ 30.36'%

%36.1
%33.53
%30.36

CMYK color model

#EFDEC9 color CMYK value is (0,7,16,6).

  • cyan value is 0.00%
  • magenta value is 7.11%
  • yellow value is 15.90%
  • key color value is 6.27%

CMYK: (0,7,16,6)
C0M7Y16K6 (0%, 7%, 16%, 6%)
(0.00 / 0.07 / 0.16 / 0.06)

CMYK percentages

%0
%7.11
%15.9
%6.27

Codes

Color #EFDEC9 in popluar color models

EF DE C9
RGB 239 222 201
HSL 33° 54.29% 86.27%
HSB/HSV 33° 15.90% 93.73%
CMYK 0.00% 7.11% 15.90%
6.27%

Color #EFDEC9 in popluar number systems.

HEX EF DE C9
Decimal 239 222 201
Binary 11101111 11011110 11001001
Octal 357 336 311

Shades and tints

Shades of #EFDEC9

#EFDEC9
(239,222,201)
#DACAB7
(218,202,183)
#C5B6A5
(197,182,165)
#B0A293
(176,162,147)
#9B8E81
(155,142,129)
#867A6F
(134,122,111)
#71665D
(113,102,93)
#5C524B
(92,82,75)
#473E39
(71,62,57)
#322A27
(50,42,39)
#1D1615
(29,22,21)
#000000
(0,0,0)

Tints of #EFDEC9

#EFDEC9
(239,222,201)
#F0E1CD
(240,225,205)
#F1E4D1
(241,228,209)
#F2E7D5
(242,231,213)
#F3EAD9
(243,234,217)
#F4EDDD
(244,237,221)
#F5F0E1
(245,240,225)
#F6F3E5
(246,243,229)
#F7F6E9
(247,246,233)
#F8F9ED
(248,249,237)
#F9FCF1
(249,252,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFDEC9; }

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

This text font color is #EFDEC9.

Background Color

.myBgColor { background-color: #EFDEC9; }

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

This div background color is #EFDEC9.

Border color

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

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

This div border color is #EFDEC9.

Opacity

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

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

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

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

This text has shadow with #EFDEC9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFDEC9.

Preview

Color preview on black background

This text has color #EFDEC9 on black background.


Color preview on white background

This text has color #EFDEC9 on white background.


Black color preview on #EFDEC9 background

This text has black color on #EFDEC9 background.


White color preview on #EFDEC9 background

This text has white color on #EFDEC9 background.


Related colors

Complementary color

Complementary color for #hex is #102136.


I love getcolorcode.com

Triadic colors

1 #C9EFDE and #DEC9EF with #EFDEC9 are triadic colors.

2 #C9DEEF and #DEEFC9 with #EFDEC9 are triadic colors.