COLOR #EFDFCC

HEX: #EFDFCC RGB: (239,223,204)

Color info

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

RGB color model

#EFDFCC color RGB value is (239,223,204).

RGB: (239,223,204) (94%, 87%, 80%)

RGB channels and saturation

R 239 of 255 = 94%
G 223 of 255 = 87%
B 204 of 255 = 80%

239
223
204

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

Portions of RGB colors in percentages

R + G + B = 239 + 223 + 204 = 666 (100%)
R 239 of 666 ~ 35.89%
G 223 of 666 ~ 33.48%
B 204 of 666 ~ 30.63'%

%35.89
%33.48
%30.63

CMYK color model

#EFDFCC color CMYK value is (0,7,15,6).

  • cyan value is 0.00%
  • magenta value is 6.69%
  • yellow value is 14.64%
  • key color value is 6.27%

CMYK: (0,7,15,6)
C0M7Y15K6 (0%, 7%, 15%, 6%)
(0.00 / 0.07 / 0.15 / 0.06)

CMYK percentages

%0
%6.69
%14.64
%6.27

Codes

Color #EFDFCC in popluar color models

EF DF CC
RGB 239 223 204
HSL 33° 52.24% 86.86%
HSB/HSV 33° 14.64% 93.73%
CMYK 0.00% 6.69% 14.64%
6.27%

Color #EFDFCC in popluar number systems.

HEX EF DF CC
Decimal 239 223 204
Binary 11101111 11011111 11001100
Octal 357 337 314

Shades and tints

Shades of #EFDFCC

#EFDFCC
(239,223,204)
#DACBBA
(218,203,186)
#C5B7A8
(197,183,168)
#B0A396
(176,163,150)
#9B8F84
(155,143,132)
#867B72
(134,123,114)
#716760
(113,103,96)
#5C534E
(92,83,78)
#473F3C
(71,63,60)
#322B2A
(50,43,42)
#1D1718
(29,23,24)
#000000
(0,0,0)

Tints of #EFDFCC

#EFDFCC
(239,223,204)
#F0E1D0
(240,225,208)
#F1E3D4
(241,227,212)
#F2E5D8
(242,229,216)
#F3E7DC
(243,231,220)
#F4E9E0
(244,233,224)
#F5EBE4
(245,235,228)
#F6EDE8
(246,237,232)
#F7EFEC
(247,239,236)
#F8F1F0
(248,241,240)
#F9F3F4
(249,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFDFCC color. Also use rgb(239,223,204) instead hex code.

Text Font Color

.myTextColor { color: #EFDFCC; }

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

This text font color is #EFDFCC.

Background Color

.myBgColor { background-color: #EFDFCC; }

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

This div background color is #EFDFCC.

Border color

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

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

This div border color is #EFDFCC.

Opacity

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

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

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

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

This text has shadow with #EFDFCC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFDFCC.

Preview

Color preview on black background

This text has color #EFDFCC on black background.


Color preview on white background

This text has color #EFDFCC on white background.


Black color preview on #EFDFCC background

This text has black color on #EFDFCC background.


White color preview on #EFDFCC background

This text has white color on #EFDFCC background.


Related colors

Complementary color

Complementary color for #hex is #102033.


I love getcolorcode.com

Triadic colors

1 #CCEFDF and #DFCCEF with #EFDFCC are triadic colors.

2 #CCDFEF and #DFEFCC with #EFDFCC are triadic colors.