COLOR #EFD9CB

HEX: #EFD9CB RGB: (239,217,203)

Color info

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

RGB color model

#EFD9CB color RGB value is (239,217,203).

RGB: (239,217,203) (94%, 85%, 80%)

RGB channels and saturation

R 239 of 255 = 94%
G 217 of 255 = 85%
B 203 of 255 = 80%

239
217
203

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

Portions of RGB colors in percentages

R + G + B = 239 + 217 + 203 = 659 (100%)
R 239 of 659 ~ 36.27%
G 217 of 659 ~ 32.93%
B 203 of 659 ~ 30.8'%

%36.27
%32.93
%30.8

CMYK color model

#EFD9CB color CMYK value is (0,9,15,6).

  • cyan value is 0.00%
  • magenta value is 9.21%
  • yellow value is 15.06%
  • key color value is 6.27%

CMYK: (0,9,15,6)
C0M9Y15K6 (0%, 9%, 15%, 6%)
(0.00 / 0.09 / 0.15 / 0.06)

CMYK percentages

%0
%9.21
%15.06
%6.27

Codes

Color #EFD9CB in popluar color models

EF D9 CB
RGB 239 217 203
HSL 23° 52.94% 86.67%
HSB/HSV 23° 15.06% 93.73%
CMYK 0.00% 9.21% 15.06%
6.27%

Color #EFD9CB in popluar number systems.

HEX EF D9 CB
Decimal 239 217 203
Binary 11101111 11011001 11001011
Octal 357 331 313

Shades and tints

Shades of #EFD9CB

#EFD9CB
(239,217,203)
#DAC6B9
(218,198,185)
#C5B3A7
(197,179,167)
#B0A095
(176,160,149)
#9B8D83
(155,141,131)
#867A71
(134,122,113)
#71675F
(113,103,95)
#5C544D
(92,84,77)
#47413B
(71,65,59)
#322E29
(50,46,41)
#1D1B17
(29,27,23)
#000000
(0,0,0)

Tints of #EFD9CB

#EFD9CB
(239,217,203)
#F0DCCF
(240,220,207)
#F1DFD3
(241,223,211)
#F2E2D7
(242,226,215)
#F3E5DB
(243,229,219)
#F4E8DF
(244,232,223)
#F5EBE3
(245,235,227)
#F6EEE7
(246,238,231)
#F7F1EB
(247,241,235)
#F8F4EF
(248,244,239)
#F9F7F3
(249,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFD9CB color. Also use rgb(239,217,203) instead hex code.

Text Font Color

.myTextColor { color: #EFD9CB; }

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

This text font color is #EFD9CB.

Background Color

.myBgColor { background-color: #EFD9CB; }

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

This div background color is #EFD9CB.

Border color

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

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

This div border color is #EFD9CB.

Opacity

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

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

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

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

This text has shadow with #EFD9CB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFD9CB.

Preview

Color preview on black background

This text has color #EFD9CB on black background.


Color preview on white background

This text has color #EFD9CB on white background.


Black color preview on #EFD9CB background

This text has black color on #EFD9CB background.


White color preview on #EFD9CB background

This text has white color on #EFD9CB background.


Related colors

Complementary color

Complementary color for #hex is #102634.


I love getcolorcode.com

Triadic colors

1 #CBEFD9 and #D9CBEF with #EFD9CB are triadic colors.

2 #CBD9EF and #D9EFCB with #EFD9CB are triadic colors.