COLOR #EFE0D2

HEX: #EFE0D2 RGB: (239,224,210)

Color info

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

RGB color model

#EFE0D2 color RGB value is (239,224,210).

RGB: (239,224,210) (94%, 88%, 82%)

RGB channels and saturation

R 239 of 255 = 94%
G 224 of 255 = 88%
B 210 of 255 = 82%

239
224
210

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

Portions of RGB colors in percentages

R + G + B = 239 + 224 + 210 = 673 (100%)
R 239 of 673 ~ 35.51%
G 224 of 673 ~ 33.28%
B 210 of 673 ~ 31.2'%

%35.51
%33.28
%31.2

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 6.28%
  • yellow value is 12.13%
  • key color value is 6.27%

CMYK: (0,6,12,6)
C0M6Y12K6 (0%, 6%, 12%, 6%)
(0.00 / 0.06 / 0.12 / 0.06)

CMYK percentages

%0
%6.28
%12.13
%6.27

Codes

Color #EFE0D2 in popluar color models

EF E0 D2
RGB 239 224 210
HSL 29° 47.54% 88.04%
HSB/HSV 29° 12.13% 93.73%
CMYK 0.00% 6.28% 12.13%
6.27%

Color #EFE0D2 in popluar number systems.

HEX EF E0 D2
Decimal 239 224 210
Binary 11101111 11100000 11010010
Octal 357 340 322

Shades and tints

Shades of #EFE0D2

#EFE0D2
(239,224,210)
#DACCBF
(218,204,191)
#C5B8AC
(197,184,172)
#B0A499
(176,164,153)
#9B9086
(155,144,134)
#867C73
(134,124,115)
#716860
(113,104,96)
#5C544D
(92,84,77)
#47403A
(71,64,58)
#322C27
(50,44,39)
#1D1814
(29,24,20)
#000000
(0,0,0)

Tints of #EFE0D2

#EFE0D2
(239,224,210)
#F0E2D6
(240,226,214)
#F1E4DA
(241,228,218)
#F2E6DE
(242,230,222)
#F3E8E2
(243,232,226)
#F4EAE6
(244,234,230)
#F5ECEA
(245,236,234)
#F6EEEE
(246,238,238)
#F7F0F2
(247,240,242)
#F8F2F6
(248,242,246)
#F9F4FA
(249,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFE0D2 color. Also use rgb(239,224,210) instead hex code.

Text Font Color

.myTextColor { color: #EFE0D2; }

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

This text font color is #EFE0D2.

Background Color

.myBgColor { background-color: #EFE0D2; }

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

This div background color is #EFE0D2.

Border color

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

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

This div border color is #EFE0D2.

Opacity

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

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

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

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

This text has shadow with #EFE0D2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFE0D2.

Preview

Color preview on black background

This text has color #EFE0D2 on black background.


Color preview on white background

This text has color #EFE0D2 on white background.


Black color preview on #EFE0D2 background

This text has black color on #EFE0D2 background.


White color preview on #EFE0D2 background

This text has white color on #EFE0D2 background.


Related colors

Complementary color

Complementary color for #hex is #101F2D.


I love getcolorcode.com

Triadic colors

1 #D2EFE0 and #E0D2EF with #EFE0D2 are triadic colors.

2 #D2E0EF and #E0EFD2 with #EFE0D2 are triadic colors.