COLOR #EFDFD3

HEX: #EFDFD3 RGB: (239,223,211)

Color info

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

RGB color model

#EFDFD3 color RGB value is (239,223,211).

RGB: (239,223,211) (94%, 87%, 83%)

RGB channels and saturation

R 239 of 255 = 94%
G 223 of 255 = 87%
B 211 of 255 = 83%

239
223
211

R + G + B ~ 88%. #EFDFD3 is light color.

Portions of RGB colors in percentages

R + G + B = 239 + 223 + 211 = 673 (100%)
R 239 of 673 ~ 35.51%
G 223 of 673 ~ 33.14%
B 211 of 673 ~ 31.35'%

%35.51
%33.14
%31.35

CMYK color model

#EFDFD3 color CMYK value is (0,7,12,6).

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

CMYK: (0,7,12,6)
C0M7Y12K6 (0%, 7%, 12%, 6%)
(0.00 / 0.07 / 0.12 / 0.06)

CMYK percentages

%0
%6.69
%11.72
%6.27

Codes

Color #EFDFD3 in popluar color models

EF DF D3
RGB 239 223 211
HSL 26° 46.67% 88.24%
HSB/HSV 26° 11.72% 93.73%
CMYK 0.00% 6.69% 11.72%
6.27%

Color #EFDFD3 in popluar number systems.

HEX EF DF D3
Decimal 239 223 211
Binary 11101111 11011111 11010011
Octal 357 337 323

Shades and tints

Shades of #EFDFD3

#EFDFD3
(239,223,211)
#DACBC0
(218,203,192)
#C5B7AD
(197,183,173)
#B0A39A
(176,163,154)
#9B8F87
(155,143,135)
#867B74
(134,123,116)
#716761
(113,103,97)
#5C534E
(92,83,78)
#473F3B
(71,63,59)
#322B28
(50,43,40)
#1D1715
(29,23,21)
#000000
(0,0,0)

Tints of #EFDFD3

#EFDFD3
(239,223,211)
#F0E1D7
(240,225,215)
#F1E3DB
(241,227,219)
#F2E5DF
(242,229,223)
#F3E7E3
(243,231,227)
#F4E9E7
(244,233,231)
#F5EBEB
(245,235,235)
#F6EDEF
(246,237,239)
#F7EFF3
(247,239,243)
#F8F1F7
(248,241,247)
#F9F3FB
(249,243,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFDFD3; }

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

This text font color is #EFDFD3.

Background Color

.myBgColor { background-color: #EFDFD3; }

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

This div background color is #EFDFD3.

Border color

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

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

This div border color is #EFDFD3.

Opacity

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

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

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

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

This text has shadow with #EFDFD3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFDFD3.

Preview

Color preview on black background

This text has color #EFDFD3 on black background.


Color preview on white background

This text has color #EFDFD3 on white background.


Black color preview on #EFDFD3 background

This text has black color on #EFDFD3 background.


White color preview on #EFDFD3 background

This text has white color on #EFDFD3 background.


Related colors

Complementary color

Complementary color for #hex is #10202C.


I love getcolorcode.com

Triadic colors

1 #D3EFDF and #DFD3EF with #EFDFD3 are triadic colors.

2 #D3DFEF and #DFEFD3 with #EFDFD3 are triadic colors.